diff -Nru samtools-legacy-0.1.19/debian/changelog samtools-legacy-0.1.19/debian/changelog --- samtools-legacy-0.1.19/debian/changelog 2018-07-03 12:19:56.000000000 +0000 +++ samtools-legacy-0.1.19/debian/changelog 2018-07-31 07:50:13.000000000 +0000 @@ -1,3 +1,13 @@ +samtools-legacy (0.1.19-4) unstable; urgency=medium + + * Team upload. + * Vcs-Browser points to correct branch + * Standards-Version: 4.1.5 + * Make sure it is build with -fPIC + Closes: #904735 + + -- Andreas Tille Tue, 31 Jul 2018 09:50:13 +0200 + samtools-legacy (0.1.19-3) unstable; urgency=medium * Team upload. diff -Nru samtools-legacy-0.1.19/debian/control samtools-legacy-0.1.19/debian/control --- samtools-legacy-0.1.19/debian/control 2018-07-03 12:19:56.000000000 +0000 +++ samtools-legacy-0.1.19/debian/control 2018-07-31 07:50:13.000000000 +0000 @@ -6,9 +6,9 @@ Build-Depends: debhelper (>= 11~), libncurses5-dev, zlib1g-dev -Standards-Version: 4.1.4 -Vcs-Browser: https://salsa.debian.org/med-team/samtools-legacy -Vcs-Git: https://salsa.debian.org/med-team/samtools-legacy.git +Standards-Version: 4.1.5 +Vcs-Browser: https://salsa.debian.org/med-team/samtools/tree/debian/samtools-legacy +Vcs-Git: https://salsa.debian.org/med-team/samtools.git Homepage: http://www.htslib.org/ Package: libbam-dev diff -Nru samtools-legacy-0.1.19/debian/rules samtools-legacy-0.1.19/debian/rules --- samtools-legacy-0.1.19/debian/rules 2018-07-03 12:19:56.000000000 +0000 +++ samtools-legacy-0.1.19/debian/rules 2018-07-31 07:50:13.000000000 +0000 @@ -6,7 +6,7 @@ dh $@ override_dh_auto_build: - dh_auto_build -- all all-recur razip lib + dh_auto_build -- all all-recur razip lib CFLAGS="$(CFLAGS)" override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))