diff -Nru nq-0.3.1/debian/changelog nq-0.3.1/debian/changelog --- nq-0.3.1/debian/changelog 2020-02-15 22:23:27.000000000 +0000 +++ nq-0.3.1/debian/changelog 2020-11-02 10:49:55.000000000 +0000 @@ -1,3 +1,18 @@ +nq (0.3.1-4) unstable; urgency=medium + + [ Helmut Grohne ] + * Fix FTCBFS: Let dh_auto_build pass cross tools to make + Closes: #951530 + + [ nicoo ] + * Setup Salsa CI + * d/changelog: Update nicoo's name and address + * d/watch: Use upstream's canonical repository, at vuxu.org + * d/copyright: Refer to upstream's canonical repo at vuxu.org + * d/source: Drop unused lintian-overrides + + -- nicoo Mon, 02 Nov 2020 11:49:55 +0100 + nq (0.3.1-3) unstable; urgency=medium * Upstream repository relocated to https://github.com/leahneukirchen @@ -37,7 +52,7 @@ * debian/copyright: Update Debian maintainer's copyright line - -- Nicolas Braud-Santoni Mon, 04 Mar 2019 21:55:59 +0100 + -- nicoo Mon, 04 Mar 2019 21:55:59 +0100 nq (0.3.1-1) unstable; urgency=medium @@ -45,7 +60,7 @@ * Use dh_installchangelogs rather than dh_exec * Migrate the packaging repository to salsa.d.o - -- Nicolas Braud-Santoni Sat, 24 Mar 2018 00:24:56 +0100 + -- nicoo Sat, 24 Mar 2018 00:24:56 +0100 nq (0.2.2-2) unstable; urgency=medium @@ -62,7 +77,7 @@ * Switch to debhelper 11 * debian/rules: Remove spurious --parallel - -- Nicolas Braud-Santoni Tue, 13 Feb 2018 20:58:01 +0100 + -- nicoo Tue, 13 Feb 2018 20:58:01 +0100 nq (0.2.2-1) unstable; urgency=medium @@ -75,10 +90,10 @@ * Silenced the debian-watch-could-verify-download Lintian warning Upstream releases signed git tags, and those are the signatures we check. - -- Nicolas Braud-Santoni Fri, 05 Jan 2018 23:25:05 +0100 + -- nicoo Fri, 05 Jan 2018 23:25:05 +0100 nq (0.2.1-1) unstable; urgency=medium * Initial packaging (Closes: #882567) - -- Nicolas Braud-Santoni Fri, 24 Nov 2017 02:16:47 +0100 + -- nicoo Fri, 24 Nov 2017 02:16:47 +0100 diff -Nru nq-0.3.1/debian/copyright nq-0.3.1/debian/copyright --- nq-0.3.1/debian/copyright 2020-02-15 22:23:27.000000000 +0000 +++ nq-0.3.1/debian/copyright 2020-11-02 10:49:55.000000000 +0000 @@ -1,6 +1,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: nq -Source: https://github.com/leahneukirchen/nq +Source: https://git.vuxu.org/nq/ Files: * Copyright: 2015-2017 Leah Neukirchen diff -Nru nq-0.3.1/debian/rules nq-0.3.1/debian/rules --- nq-0.3.1/debian/rules 2020-02-15 22:23:27.000000000 +0000 +++ nq-0.3.1/debian/rules 2020-11-02 10:49:55.000000000 +0000 @@ -6,7 +6,7 @@ dh $@ override_dh_auto_build: - $(MAKE) $(shell dpkg-buildflags --export=configure) + dh_auto_build -- $(shell dpkg-buildflags --export=configure) override_dh_auto_install: dh_auto_install -- PREFIX=/usr diff -Nru nq-0.3.1/debian/source/lintian-overrides nq-0.3.1/debian/source/lintian-overrides --- nq-0.3.1/debian/source/lintian-overrides 2020-02-15 22:23:27.000000000 +0000 +++ nq-0.3.1/debian/source/lintian-overrides 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -# Upstream releases signed Git tags, rather than signed tarballs -nq source: debian-watch-does-not-check-gpg-signature -nq source: debian-watch-could-verify-download \ No newline at end of file diff -Nru nq-0.3.1/debian/watch nq-0.3.1/debian/watch --- nq-0.3.1/debian/watch 2020-02-15 22:23:27.000000000 +0000 +++ nq-0.3.1/debian/watch 2020-11-02 10:49:55.000000000 +0000 @@ -1,3 +1,3 @@ version=4 opts="mode=git, pgpmode=gittag" \ - https://github.com/leahneukirchen/nq.git refs/tags/v(\d\S+) + https://git.vuxu.org/nq/ refs/tags/v(\d\S+)