From 516c9f591ad74f22f988fe4d6c7c7733c9b173b6 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sat, 5 Jan 2019 16:04:06 -0700 Subject: [PATCH] merge NMUs, deliver NEWS, document move to salsa --- debian/changelog | 8 ++++++++ debian/control | 6 +++--- debian/rules | 4 ++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6cb29ef..a57b8fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +gzip (1.9-3) unstable; urgency=medium + + * move canonical packaging repo to salsa.debian.org + * merge two existing NMUs + * deliver NEWS file, closes: #908507 + + -- Bdale Garbee Sat, 05 Jan 2019 16:03:32 -0700 + gzip (1.9-2.2) unstable; urgency=medium * Non-maintainer upload. diff --git a/debian/control b/debian/control index d522796..e1dcc5f 100644 --- a/debian/control +++ b/debian/control @@ -6,9 +6,9 @@ Uploaders: Carl Worth Build-Depends: debhelper (>= 11), texinfo, autoconf, automake, less Build-Depends-Indep: mingw-w64 Rules-Requires-Root: no -Standards-Version: 4.1.5 -Vcs-Git: git://git.gag.com/debian/gzip -Vcs-Browser: https://git.gag.com/?p=debian/gzip +Standards-Version: 4.3.0 +Vcs-Git: https://salsa.debian.org/debian/gzip.git +Vcs-Browser: https://salsa.debian.org/debian/gzip Homepage: https://www.gnu.org/software/gzip/ Package: gzip diff --git a/debian/rules b/debian/rules index 26fb1a6..73f2187 100755 --- a/debian/rules +++ b/debian/rules @@ -124,7 +124,7 @@ binary-indep: build-indep-stamp i686-w64-mingw32-strip builddir-indep/gzip.exe install -m 0755 builddir-indep/gzip.exe \ debian/gzip-win32/usr/share/win32/ - dh_installdocs -i README* TODO + dh_installdocs -i README* TODO NEWS dh_installchangelogs -i ChangeLog dh_lintian -i dh_compress -i @@ -144,7 +144,7 @@ binary-arch: build-stamp bindir=${_topdir}/debian/gzip/bin dh_testdir -a dh_testroot -a - dh_installdocs -a README* TODO + dh_installdocs -a README* TODO NEWS dh_installman *.1 dh_installinfo -a doc/gzip.info dh_installchangelogs -a ChangeLog -- 2.30.2