diff -Nru bzr-xmloutput-0.8.8+bzr162/debian/bzr-xmloutput.pyinstall bzr-xmloutput-0.8.8+bzr162/debian/bzr-xmloutput.pyinstall --- bzr-xmloutput-0.8.8+bzr162/debian/bzr-xmloutput.pyinstall 1970-01-01 00:00:00.000000000 +0000 +++ bzr-xmloutput-0.8.8+bzr162/debian/bzr-xmloutput.pyinstall 2013-05-23 18:08:07.000000000 +0000 @@ -0,0 +1 @@ +tests/*.py bzrlib.plugins.xmloutput.tests diff -Nru bzr-xmloutput-0.8.8+bzr162/debian/changelog bzr-xmloutput-0.8.8+bzr162/debian/changelog --- bzr-xmloutput-0.8.8+bzr162/debian/changelog 2012-05-28 22:02:26.000000000 +0000 +++ bzr-xmloutput-0.8.8+bzr162/debian/changelog 2013-05-23 20:35:40.000000000 +0000 @@ -1,3 +1,15 @@ +bzr-xmloutput (0.8.8+bzr162-4) unstable; urgency=low + + * Make sure tests are installed so that 'bzr selftest' will run them. + * Fix debian/watch file. + * Fix minor syntax error in debian/copyright. + * Add myself to Uploaders. + * Add autopkgtests. + * Bump Standards-Version to 3.9.4, no changes needed. + * Update Vcs fields in debian/control. + + -- Andrew Starr-Bochicchio Thu, 23 May 2013 16:35:35 -0400 + bzr-xmloutput (0.8.8+bzr162-3) unstable; urgency=low * Orphan package. diff -Nru bzr-xmloutput-0.8.8+bzr162/debian/control bzr-xmloutput-0.8.8+bzr162/debian/control --- bzr-xmloutput-0.8.8+bzr162/debian/control 2012-05-28 22:02:16.000000000 +0000 +++ bzr-xmloutput-0.8.8+bzr162/debian/control 2013-05-23 20:34:42.000000000 +0000 @@ -2,15 +2,18 @@ Section: vcs Priority: optional Homepage: https://launchpad.net/bzr-xmloutput -Maintainer: Debian QA Group +Maintainer: Debian Bazaar Maintainers +Uploaders: Andrew Starr-Bochicchio Build-Depends-Indep: bzr (>= 1.0), python-bzrlib.tests | bzr (<< 2.4.0~beta1-2) Build-Depends: debhelper (>= 7.0.50~), locales, python (>= 2.6.6-3), python-testtools -Standards-Version: 3.9.3 +Standards-Version: 3.9.4 X-Python-Version: >= 2.4 -Vcs-Bzr: http://bzr.debian.org/pkg-bazaar/bzr-xmloutput/unstable/ +XS-Testsuite: autopkgtest +Vcs-Bzr: http://anonscm.debian.org/bzr/pkg-bazaar/bzr-xmloutput/unstable +Vcs-Browser: http://anonscm.debian.org/loggerhead/pkg-bazaar/bzr-xmloutput/unstable Package: bzr-xmloutput Architecture: all diff -Nru bzr-xmloutput-0.8.8+bzr162/debian/copyright bzr-xmloutput-0.8.8+bzr162/debian/copyright --- bzr-xmloutput-0.8.8+bzr162/debian/copyright 2012-03-14 18:49:21.000000000 +0000 +++ bzr-xmloutput-0.8.8+bzr162/debian/copyright 2013-05-23 18:19:50.000000000 +0000 @@ -1,24 +1,22 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: bzr-xmloutput Upstream-Contact: Guillermo Gonzalez -Debianized-By: Jelmer Vernooij -Debianized-Date: Sat Aug 02 05:03:25 CEST 2008 Source: http://launchpad.net/bzr-xmloutput Files: * Copyright: Copyright (C) 2007-2008 Guillermo Gonzalez -Copyright: Copyright (C) 2005-2007 Canonical Ltd -Copyright: Copyright (C) 2008 Mirko Friedenhagen -Copyright: Copyright (C) 2007-2008 Martin Albisetti -Copyright: Copyright (C) 2008 Robert Collins + Copyright (C) 2005-2007 Canonical Ltd + Copyright (C) 2008 Mirko Friedenhagen + Copyright (C) 2007-2008 Martin Albisetti + Copyright (C) 2008 Robert Collins License: GPL-2+ On Debian systems, the full text of the GPL version 2 can be found in /usr/share/common-licenses/GPL-2 Files: extras/* Copyright: Copyright (C) 2007 Lukáš Lalinský -Copyright: Copyright (C) 2008 Guillermo Gonzalez -Copyright: Copyright (C) 2007 Alexander Belchenko + Copyright (C) 2008 Guillermo Gonzalez + Copyright (C) 2007 Alexander Belchenko License: GPL-2+ On Debian systems, the full text of the GPL version 2 can be found in /usr/share/common-licenses/GPL-2 diff -Nru bzr-xmloutput-0.8.8+bzr162/debian/tests/control bzr-xmloutput-0.8.8+bzr162/debian/tests/control --- bzr-xmloutput-0.8.8+bzr162/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 +++ bzr-xmloutput-0.8.8+bzr162/debian/tests/control 2013-05-23 20:25:06.000000000 +0000 @@ -0,0 +1,3 @@ +Tests: testsuite +Depends: @, bzr, python-bzrlib.tests, python-testtools, python-subunit +Features: no-build-needed diff -Nru bzr-xmloutput-0.8.8+bzr162/debian/tests/testsuite bzr-xmloutput-0.8.8+bzr162/debian/tests/testsuite --- bzr-xmloutput-0.8.8+bzr162/debian/tests/testsuite 1970-01-01 00:00:00.000000000 +0000 +++ bzr-xmloutput-0.8.8+bzr162/debian/tests/testsuite 2013-05-23 20:27:53.000000000 +0000 @@ -0,0 +1,7 @@ +#!/bin/sh + +# run-adt-test, which is used by Ubuntu's jenkins instance to +# run autopkgtests has an UTF-8 locale available. So we don't needed +# generate a locale. + +bzr selftest -s bp.xmloutput -v --parallel=fork diff -Nru bzr-xmloutput-0.8.8+bzr162/debian/watch bzr-xmloutput-0.8.8+bzr162/debian/watch --- bzr-xmloutput-0.8.8+bzr162/debian/watch 2010-02-08 20:06:28.000000000 +0000 +++ bzr-xmloutput-0.8.8+bzr162/debian/watch 2013-05-23 18:18:14.000000000 +0000 @@ -1,3 +1,3 @@ version=3 opts="uversionmangle=s/rc/~rc/;s/b/~b/" \ -https://launchpad.net/bzr-xmloutput/+download http://launchpad.net/bzr-xmloutput/.*/bzr-xmloutput-(.+).tar.gz +http://launchpad.net/bzr-xmloutput/+download https://launchpad.net/bzr-xmloutput/.*/bzr-xmloutput-(.+).tar.gz