diff -Nru bzr-pipeline-1.5/debian/changelog bzr-pipeline-1.5/debian/changelog --- bzr-pipeline-1.5/debian/changelog 2016-02-16 11:26:12.000000000 +0000 +++ bzr-pipeline-1.5/debian/changelog 2018-05-12 20:26:04.000000000 +0000 @@ -1,3 +1,14 @@ +bzr-pipeline (1.5-3) unstable; urgency=medium + + * Switch Vcs-Bzr to Launchpad URL. + * Team Upload. + * Bump debhelper version to 9. + * Bump standards version to 4.1.4. + * Remove duplicate license paragraph in debian/copyright. + * Add myself to uploaders. + + -- Jelmer Vernooij Sat, 12 May 2018 20:26:04 +0000 + bzr-pipeline (1.5-2) unstable; urgency=medium * Fixes compatibility with bzr 2.7. diff -Nru bzr-pipeline-1.5/debian/compat bzr-pipeline-1.5/debian/compat --- bzr-pipeline-1.5/debian/compat 2016-02-16 11:26:12.000000000 +0000 +++ bzr-pipeline-1.5/debian/compat 2018-05-12 20:26:04.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru bzr-pipeline-1.5/debian/control bzr-pipeline-1.5/debian/control --- bzr-pipeline-1.5/debian/control 2016-02-16 11:26:12.000000000 +0000 +++ bzr-pipeline-1.5/debian/control 2018-05-12 20:26:04.000000000 +0000 @@ -2,20 +2,20 @@ Section: vcs Priority: optional Maintainer: Debian Bazaar Maintainers -Uploaders: Andrew Starr-Bochicchio +Uploaders: Andrew Starr-Bochicchio , Jelmer Vernooij Homepage: http://bazaar-vcs.org/BzrPipeline Build-Depends: bzr, - debhelper (>= 7.0.50~), + debhelper (>= 9), python (>= 2.6.6-3), python-bzrlib (<< 2.8.0), python-bzrlib (>= 2.2~), python-bzrlib.tests, python-subunit Build-Depends-Indep: python-testtools -Standards-Version: 3.9.5 +Standards-Version: 4.1.4 X-Python-Version: >= 2.5 -Vcs-Bzr: http://anonscm.debian.org/bzr/pkg-bazaar/bzr-pipeline/unstable -Vcs-Browser: http://anonscm.debian.org/loggerhead/pkg-bazaar/bzr-pipeline/unstable +Vcs-Bzr: https://bazaar.launchpad.net/~debian-bazaar/debian/sid/bzr-pipeline/unstable +Vcs-Browser: https://bazaar.launchpad.net/~debian-bazaar/debian/sid/bzr-pipeline/unstable XS-Testsuite: autopkgtest Package: bzr-pipeline diff -Nru bzr-pipeline-1.5/debian/copyright bzr-pipeline-1.5/debian/copyright --- bzr-pipeline-1.5/debian/copyright 2016-02-16 11:26:12.000000000 +0000 +++ bzr-pipeline-1.5/debian/copyright 2018-05-12 20:26:04.000000000 +0000 @@ -7,9 +7,6 @@ Copyright: 2009 Aaron Bentley, 2006-2008 Canonical Ltd. License: GPL-2+ - . - On Debian systems, the full text of the GPL version 2can be found in - /usr/share/common-licenses/GPL-2 Files: debian/* Copyright: 2010 Jelmer Vernooij , diff -Nru bzr-pipeline-1.5/debian/rules bzr-pipeline-1.5/debian/rules --- bzr-pipeline-1.5/debian/rules 2016-02-16 11:26:12.000000000 +0000 +++ bzr-pipeline-1.5/debian/rules 2018-05-12 20:26:04.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh --with python2 --buildsystem=python_distutils $* + dh $* --with python2 --buildsystem=python_distutils ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) override_dh_auto_test: