diff -Nru groff-1.22.3/debian/changelog groff-1.22.3/debian/changelog --- groff-1.22.3/debian/changelog 2016-12-13 13:06:22.000000000 +0000 +++ groff-1.22.3/debian/changelog 2018-02-10 02:09:07.000000000 +0000 @@ -1,3 +1,12 @@ +groff (1.22.3-10) unstable; urgency=medium + + * Set Rules-Requires-Root: no. + * Remove "touch configure" from dh_auto_build override, which predated the + use of dh-autoreconf. + * Move VCS to salsa.debian.org. + + -- Colin Watson Sat, 10 Feb 2018 02:09:07 +0000 + groff (1.22.3-9) unstable; urgency=medium * debian/watch: Switch URL scheme to HTTP. diff -Nru groff-1.22.3/debian/control groff-1.22.3/debian/control --- groff-1.22.3/debian/control 2016-12-13 12:20:30.000000000 +0000 +++ groff-1.22.3/debian/control 2018-01-22 11:37:38.000000000 +0000 @@ -5,8 +5,9 @@ Standards-Version: 3.9.8 Build-Depends: bison (>= 1:1.875b), debhelper (>= 9), dh-exec, dpkg-dev (>= 1.17.0~), ghostscript, netpbm, psutils, x11proto-core-dev, libx11-dev, libxmu-dev, libxt-dev, libxaw7-dev, texinfo (>= 4.8), dh-autoreconf Homepage: https://www.gnu.org/software/groff/ -Vcs-Git: https://anonscm.debian.org/git/users/cjwatson/groff.git -Vcs-Browser: https://anonscm.debian.org/cgit/users/cjwatson/groff.git/ +Vcs-Git: https://salsa.debian.org/debian/groff +Vcs-Browser: https://salsa.debian.org/debian/groff +Rules-Requires-Root: no Package: groff-base Architecture: any diff -Nru groff-1.22.3/debian/rules groff-1.22.3/debian/rules --- groff-1.22.3/debian/rules 2016-12-13 12:20:30.000000000 +0000 +++ groff-1.22.3/debian/rules 2017-11-13 00:02:11.000000000 +0000 @@ -95,7 +95,6 @@ endif override_dh_auto_build: - touch configure # avoid autoconf build-dependency ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) $(MAKE) -C debian/build-native \ extratmacdirs=/usr/share/groff/tmac \