Control: tags -1 + pending Hi,
there seems to be a bit of lack in processing of patches for the gzip patches. I'm now moving forward due to the lack of any objections and have uploaded gzip to delayed/10 in accordance with developers reference. I've only included changes that I found unquestionable. You can find the full diff attached. Helmut
diff --git a/debian/changelog b/debian/changelog index 19d52be..b650ef5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +gzip (1.12-1.2) sid; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS from 64bit to 32bit: Pass --build to configure + (closes: #1009893) + * Clean generated files. (closes: #1044890) + * Delete versioned dpkg depencency satisfied in buster. + (closes: #1013734) + + -- Helmut Grohne <hel...@subdivi.de> Sat, 30 Nov 2024 12:32:17 +0100 + gzip (1.12-1.1) sid; urgency=medium * Non-maintainer upload. diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..3ce0559 --- /dev/null +++ b/debian/clean @@ -0,0 +1,23 @@ +# stamp files +build-stamp +build-indep-stamp +configure-stamp +configure-indep-stamp +reconf-stamp + +# build directories +builddir/ +builddir-indep/ + +# files generated by autoreconf +Makefile.in +aclocal.m4 +build-aux/config.sub +configure +doc/Makefile.in +doc/gzip.info +doc/stamp-vti +doc/version.texi +lib/Makefile.in +lib/config.hin +tests/Makefile.in diff --git a/debian/control b/debian/control index e6c4f18..003daf0 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,6 @@ Package: gzip Architecture: any Essential: yes Pre-Depends: ${shlibs:Depends} -Depends: dpkg (>= 1.15.4) | install-info Suggests: less Conflicts: zutils (<< 1.13-2~) Description: GNU compression utilities diff --git a/debian/rules b/debian/rules index 55bcca0..1c5cacf 100755 --- a/debian/rules +++ b/debian/rules @@ -53,7 +53,7 @@ CONFIGURE_ARGS= --prefix=/usr \ --disable-silent-rules ifneq (${DEB_BUILD_ARCH},${DEB_HOST_ARCH}) -CONFIGURE_ARGS+= --host=${DEB_HOST_GNU_TYPE} +CONFIGURE_ARGS+= --host=${DEB_HOST_GNU_TYPE} --build=${DEB_BUILD_GNU_TYPE} endif reconf-stamp: @@ -101,8 +101,6 @@ build-indep-stamp: configure-indep-stamp clean: dh_testdir dh_testroot - -rm -f build-stamp build-indep-stamp configure-stamp configure-indep-stamp reconf-stamp - -rm -rf builddir builddir-indep dh_clean binary: binary-arch binary-indep