diff -Nru dsfmt-2.2.3+dfsg/debian/changelog dsfmt-2.2.3+dfsg/debian/changelog --- dsfmt-2.2.3+dfsg/debian/changelog 2016-07-18 16:05:28.000000000 +0000 +++ dsfmt-2.2.3+dfsg/debian/changelog 2019-01-12 14:29:59.000000000 +0000 @@ -1,3 +1,19 @@ +dsfmt (2.2.3+dfsg-4) unstable; urgency=medium + + [ Peter Colberg ] + * Update Vcs-* fields for move to salsa.debian.org + + [ Mo Zhou ] + * Append myself to uploaders. + * Bump debhelper compat to 12. + * Remove --parallel option since it's already the default. + * Use https format URL in copyright. + * Deprecate the get-orig-tarball target and add some options to watch. + * Bump Standards-Version to 4.3.0 . + * Remove useless B-D dh-autoreconf. + + -- Mo Zhou Sat, 12 Jan 2019 14:29:59 +0000 + dsfmt (2.2.3+dfsg-3) unstable; urgency=medium * Add debian/gbp.conf for pristine-tar diff -Nru dsfmt-2.2.3+dfsg/debian/compat dsfmt-2.2.3+dfsg/debian/compat --- dsfmt-2.2.3+dfsg/debian/compat 2016-07-18 16:05:28.000000000 +0000 +++ dsfmt-2.2.3+dfsg/debian/compat 2019-01-12 14:20:43.000000000 +0000 @@ -1 +1 @@ -9 +12 diff -Nru dsfmt-2.2.3+dfsg/debian/control dsfmt-2.2.3+dfsg/debian/control --- dsfmt-2.2.3+dfsg/debian/control 2016-07-18 16:05:28.000000000 +0000 +++ dsfmt-2.2.3+dfsg/debian/control 2019-01-12 14:27:53.000000000 +0000 @@ -1,13 +1,15 @@ Source: dsfmt Priority: optional Maintainer: Debian Julia Team -Uploaders: Peter Colberg , Graham Inggs -Build-Depends: debhelper (>= 9), dh-autoreconf, autoconf-archive -Standards-Version: 3.9.8 +Uploaders: Peter Colberg , + Graham Inggs , + Mo Zhou , +Build-Depends: debhelper (>= 12~), autoconf-archive +Standards-Version: 4.3.0 Section: libs Homepage: http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/ -Vcs-Git: https://anonscm.debian.org/git/pkg-julia/dsfmt.git -Vcs-Browser: https://anonscm.debian.org/git/pkg-julia/dsfmt.git +Vcs-Git: https://salsa.debian.org/julia-team/dsfmt.git +Vcs-Browser: https://salsa.debian.org/julia-team/dsfmt Package: libdsfmt-521-1 Architecture: any diff -Nru dsfmt-2.2.3+dfsg/debian/copyright dsfmt-2.2.3+dfsg/debian/copyright --- dsfmt-2.2.3+dfsg/debian/copyright 2016-07-18 16:05:28.000000000 +0000 +++ dsfmt-2.2.3+dfsg/debian/copyright 2019-01-12 14:23:12.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: dSFMT Source: http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/ The orig tarball excludes the HTML documentation since it was generated using diff -Nru dsfmt-2.2.3+dfsg/debian/rules dsfmt-2.2.3+dfsg/debian/rules --- dsfmt-2.2.3+dfsg/debian/rules 2016-07-18 16:05:28.000000000 +0000 +++ dsfmt-2.2.3+dfsg/debian/rules 2019-01-12 14:25:46.000000000 +0000 @@ -17,13 +17,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow %: - dh $@ --with autoreconf --parallel + dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- $(CONFIGURE_FLAGS) override_dh_installchangelogs: dh_installchangelogs CHANGE-LOG.txt - -get-orig-source: - uscan --noconf --verbose --rename --repack --compression xz --destdir=$(CURDIR) --check-dirname-level=0 --force-download --download-current-version diff -Nru dsfmt-2.2.3+dfsg/debian/watch dsfmt-2.2.3+dfsg/debian/watch --- dsfmt-2.2.3+dfsg/debian/watch 2016-07-18 16:05:28.000000000 +0000 +++ dsfmt-2.2.3+dfsg/debian/watch 2019-01-12 14:28:33.000000000 +0000 @@ -1,3 +1,3 @@ version=3 -opts=dversionmangle=s/\+dfsg$//,repacksuffix=+dfsg \ +opts="repack,compression=xz,dversionmangle=s/\+dfsg$//,repacksuffix=+dfsg" \ http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/ dSFMT-src-(\d\S*).tar.gz