diff -Nru profphd-utils-1.0.10/debian/changelog profphd-utils-1.0.10/debian/changelog --- profphd-utils-1.0.10/debian/changelog 2017-08-04 17:21:22.000000000 +0000 +++ profphd-utils-1.0.10/debian/changelog 2017-11-16 15:12:31.000000000 +0000 @@ -1,8 +1,10 @@ -profphd-utils (1.0.10-3build1) artful; urgency=medium +profphd-utils (1.0.10-4) unstable; urgency=medium - * No-change rebuild for libgfortran soname change. + * Moved packaging from SVN to Git + * debhelper 10 + * Standards-Version: 4.1.1 - -- Matthias Klose Fri, 04 Aug 2017 17:21:22 +0000 + -- Andreas Tille Thu, 16 Nov 2017 16:12:31 +0100 profphd-utils (1.0.10-3) unstable; urgency=medium diff -Nru profphd-utils-1.0.10/debian/compat profphd-utils-1.0.10/debian/compat --- profphd-utils-1.0.10/debian/compat 2016-01-08 15:10:17.000000000 +0000 +++ profphd-utils-1.0.10/debian/compat 2017-11-16 15:12:31.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru profphd-utils-1.0.10/debian/control profphd-utils-1.0.10/debian/control --- profphd-utils-1.0.10/debian/control 2016-07-09 09:19:30.000000000 +0000 +++ profphd-utils-1.0.10/debian/control 2017-11-16 15:12:31.000000000 +0000 @@ -4,11 +4,11 @@ Andreas Tille Section: science Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), gfortran -Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/rostlab/profphd-utils/trunk/ -Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/rostlab/profphd-utils/trunk/ +Standards-Version: 4.1.1 +Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/profphd-utils.git +Vcs-Git: https://anonscm.debian.org/git/debian-med/profphd-utils.git Homepage: http://www.rostlab.org/ Package: profphd-utils diff -Nru profphd-utils-1.0.10/debian/rules profphd-utils-1.0.10/debian/rules --- profphd-utils-1.0.10/debian/rules 2016-07-09 07:27:59.000000000 +0000 +++ profphd-utils-1.0.10/debian/rules 2017-11-16 15:12:31.000000000 +0000 @@ -4,16 +4,11 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) -export FFLAGS:=$(shell dpkg-buildflags --get FFLAGS) -export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) - export prefix=/usr %: - dh $@ --parallel + dh $@ -.PHONY: build install get-orig-source get-orig-source: mkdir -p ../tarballs uscan --verbose --force-download --destdir=../tarballs