diff -Nru tandem-mass-20170201.1/debian/changelog tandem-mass-201702011/debian/changelog --- tandem-mass-20170201.1/debian/changelog 2017-08-22 13:36:59.000000000 +0000 +++ tandem-mass-201702011/debian/changelog 2018-11-18 08:00:11.000000000 +0000 @@ -1,3 +1,23 @@ +tandem-mass (1:201702011-1) unstable; urgency=low + + * Exactly same package as the previous one that could not be uploaded + because the package version number was not greater than the former NMU one + (of version 1:20170201-0.1). + + -- Filippo Rusconi Sun, 18 Nov 2018 09:00:11 +0100 + +tandem-mass (1:20170201-2) unstable; urgency=low + + * Fix FTCBFS: Let dh_auto_build pass cross tools to make. + Helmut Grohne Sun, 14 Oct 2018 21:26:59 +0200 + (Closes: #911021). + + * Update Vcs fields to match salsa locations. + + * Update StandardsVersion to 4.2.1. + + -- Filippo Rusconi Sat, 17 Nov 2018 20:09:58 +0100 + tandem-mass (1:20170201.1-1) unstable; urgency=low * debian/control: add secure vcs-git url. diff -Nru tandem-mass-20170201.1/debian/control tandem-mass-201702011/debian/control --- tandem-mass-20170201.1/debian/control 2017-08-22 13:36:59.000000000 +0000 +++ tandem-mass-201702011/debian/control 2018-11-17 19:36:40.000000000 +0000 @@ -3,14 +3,13 @@ Priority: optional Maintainer: The Debichem Group Uploaders: Filippo Rusconi -Standards-Version: 4.0.0 +Standards-Version: 4.2.1 Build-Depends: debhelper (>= 9.20151219), dpkg-dev (>= 1.16.1~), libexpat1-dev (>= 2.0.1) Homepage: http://www.thegpm.org/TANDEM/ -Vcs-Browser: https://anonscm.debian.org/cgit/debichem/packages/tandem-mass.git -Vcs-Git: https://anonscm.debian.org/cgit/debichem/packages/tandem-mass.git - +Vcs-Browser: https://salsa.debian.org/debichem-team/tandem-mass.git +Vcs-Git: https://salsa.debian.org/debichem-team/tandem-mass.git Package: tandem-mass Architecture: any diff -Nru tandem-mass-20170201.1/debian/rules tandem-mass-201702011/debian/rules --- tandem-mass-20170201.1/debian/rules 2017-08-22 13:36:59.000000000 +0000 +++ tandem-mass-201702011/debian/rules 2018-11-17 19:07:15.000000000 +0000 @@ -29,7 +29,7 @@ # Proper Makefile settings have been defined in src/Makefile_ubuntu # with a corresponding patch. - cd src && $(MAKE) -f Makefile_ubuntu + dh_auto_build --sourcedirectory=src --buildsystem=makefile -- -f Makefile_ubuntu touch build-stamp