diff -Nru gamgi-0.17.3/debian/changelog gamgi-0.17.3/debian/changelog --- gamgi-0.17.3/debian/changelog 2018-01-14 04:12:22.000000000 +0000 +++ gamgi-0.17.3/debian/changelog 2019-02-05 11:37:40.000000000 +0000 @@ -1,3 +1,21 @@ +gamgi (0.17.3-2) unstable; urgency=medium + + * Team upload. + + [ Daniel Leidert ] + * Remove a trailing whitespace. + * Fix Vcs-* fields in debian/control after migrating package to Git. + + [ Andreas Tille ] + * Standards-Version: 4.3.0 + * d/rules: Drop redundant --parallel since it is default for DH 11 + * Depends: sensible-utils + * Depends: fonts-dejavu (instead of transitional ttf-dejavu) + Closes: #903048 + * Drop redundant debian/README.source + + -- Andreas Tille Tue, 05 Feb 2019 12:37:40 +0100 + gamgi (0.17.3-1) unstable; urgency=medium * New upstream release. diff -Nru gamgi-0.17.3/debian/control gamgi-0.17.3/debian/control --- gamgi-0.17.3/debian/control 2018-01-14 04:11:16.000000000 +0000 +++ gamgi-0.17.3/debian/control 2019-02-05 11:35:56.000000000 +0000 @@ -15,14 +15,14 @@ libpango1.0-dev, libpangox-1.0-dev, sharutils -Standards-Version: 4.1.3 +Standards-Version: 4.3.0 Homepage: http://www.gamgi.org/ -Vcs-Browser: https://anonscm.debian.org/viewvc/debichem/unstable/gamgi/ -Vcs-Svn: svn://anonscm.debian.org/debichem/unstable/gamgi/ +Vcs-Browser: https://salsa.debian.org/debichem-team/gamgi +Vcs-Git: https://salsa.debian.org/debichem-team/gamgi.git Package: gamgi Architecture: any -Depends: ttf-dejavu, ${misc:Depends}, ${shlibs:Depends} +Depends: fonts-dejavu, ${misc:Depends}, ${shlibs:Depends}, sensible-utils Suggests: gamgi-data, gamgi-doc Description: General Atomistic Modelling Graphic Interface (GAMGI) The General Atomistic Modelling Graphic Interface (GAMGI) provides diff -Nru gamgi-0.17.3/debian/README.source gamgi-0.17.3/debian/README.source --- gamgi-0.17.3/debian/README.source 2009-07-17 17:49:42.000000000 +0000 +++ gamgi-0.17.3/debian/README.source 1970-01-01 00:00:00.000000000 +0000 @@ -1,7 +0,0 @@ -gamgi source for Debian ------------------------ - -This package uses the `quilt' patch management solution. See -/usr/share/doc/quilt/README.source. - - -- Daniel Leidert (dale) , July 2009 diff -Nru gamgi-0.17.3/debian/rules gamgi-0.17.3/debian/rules --- gamgi-0.17.3/debian/rules 2018-01-14 04:11:16.000000000 +0000 +++ gamgi-0.17.3/debian/rules 2019-02-05 10:47:47.000000000 +0000 @@ -7,12 +7,12 @@ CFLAGS ?= $(shell dpkg-buildflags --get CFLAGS) CFLAGS += -ansi -CFLAGS += $(shell dpkg-buildflags --get CPPFLAGS) +CFLAGS += $(shell dpkg-buildflags --get CPPFLAGS) LDFLAGS ?= $(shell dpkg-buildflags --get LDFLAGS) LDFLAGS += -Wl,--as-needed %: - dh $@ --parallel + dh $@ override_dh_clean: find . -name \*.o | xargs $(RM)