Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • janitor-team/proposed/glibc-doc-reference
1 result
Show changes
Commits on Source (5)
glibc-doc-reference (2.41-1) unstable; urgency=medium
* New upstream version.
* debian/rules: use /usr/share/dpkg/pkg-info.mk instead of calling
dpkg-parsechangelog.
* debian/watch: update.
* Update to standards-version 4.7.2 (no changes).
-- Aurelien Jarno <aurel32@debian.org> Fri, 28 Feb 2025 20:05:29 +0100
glibc-doc-reference (2.40-1) unstable; urgency=medium
* New upstream version.
......
......@@ -5,7 +5,7 @@ Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: texinfo, gawk, python3, texlive-binaries, texlive-latex-base
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Uploaders: Clint Adams <schizo@debian.org>, Aurelien Jarno <aurel32@debian.org>
Standards-Version: 4.7.0
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/glibc-team/glibc-doc-reference
Vcs-Git: https://salsa.debian.org/glibc-team/glibc-doc-reference.git
XS-Autobuild: yes
......
#!/usr/bin/make -f
DEB_VERSION = $(shell dpkg-parsechangelog | awk '/^Version/ {print $$2}')
UPSTREAM_VERSION = $(shell echo $(DEB_VERSION) | sed 's/-.*//')
include /usr/share/dpkg/pkg-info.mk
DEB_VERSION_UPSTREAM = $(shell echo $(DEB_VERSION) | sed 's/-.*//')
GLIBC_GIT = https://sourceware.org/git/glibc.git
GLIBC_TAG = glibc-$(UPSTREAM_VERSION)
GLIBC_TAG = glibc-$(DEB_VERSION_UPSTREAM)
GLIBC_CHECKOUT = glibc-checkout
DEB_DIR = glibc-doc-reference-$(UPSTREAM_VERSION)
DEB_ORIG = ../glibc-doc-reference_$(UPSTREAM_VERSION).orig.tar.xz
DEB_DIR = glibc-doc-reference-$(DEB_VERSION_UPSTREAM)
DEB_ORIG = ../glibc-doc-reference_$(DEB_VERSION_UPSTREAM).orig.tar.xz
%:
dh $@
......
version=3
ftp://ftp.gnu.org/gnu/glibc/glibc-([\d\.]+)\.tar\.gz debian uupdate
version=4
https://ftp.gnu.org/gnu/libc/glibc-([\d\.]+)\.tar\.gz debian uupdate