debian/0000775000000000000000000000000011772340564007201 5ustar debian/changelog0000664000000000000000000000423711772340514011054 0ustar bzr-builder (0.7.3-0ubuntu1) quantal; urgency=low * New upstream release. -- Logan Rosen Sun, 10 Jun 2012 02:45:03 -0400 bzr-builder (0.7.2-0ubuntu2) precise; urgency=low * Add pristine-tar to build-dependencies, for use by the test suite. * Add pristine-tar to recommends, move dput and devscripts from Depends to Recommends. -- Jelmer Vernooij Fri, 11 Nov 2011 13:26:39 +0100 bzr-builder (0.7.2-0ubuntu1) precise; urgency=low * New upstream release. + Prints clearer error message if upstream tag is missing. LP: #864339 + Fixes testsuite when run with precise dpkg. LP: #886728 + Only change source format to "3.0 (native)" if upstream tarball is missing when --allow-fallback-to-native is used. LP: #886730 * Run test suite during build. -- Jelmer Vernooij Thu, 10 Nov 2011 14:30:34 +0100 bzr-builder (0.7.1-0ubuntu1) oneiric; urgency=low * New upstream release. -- Jelmer Vernooij Thu, 21 Jul 2011 15:30:57 +0200 bzr-builder (0.7-0ubuntu1) oneiric; urgency=low * New upstream release (LP: #744087). * Bump Standards-Version to 3.9.2 (no changes required). * Use dpkg-source 3.0 (quilt) format. -- Benjamin Drung Tue, 14 Jun 2011 21:28:19 +0200 bzr-builder (0.6-0ubuntu2) oneiric; urgency=low * Convert to dh_python2 from deprecated py-central. -- Andrew Starr-Bochicchio Fri, 10 Jun 2011 13:46:14 -0400 bzr-builder (0.6-0ubuntu1) natty; urgency=low * New upstream release. * Drop CDBS and switch to dh 7. * Drop Vcs fields, use lp:ubuntu/bzr-builder instead. * Bump Standards-Version to 3.9.1 (no changes required). * Add devscripts and dput to dependency list. * Update debian/copyright to use the latest DEP-5 proposal. -- Benjamin Drung Thu, 21 Oct 2010 21:17:28 +0200 bzr-builder (0.2-0ubuntu1) lucid; urgency=low * New upstream release. -- James Westby Wed, 13 Jan 2010 15:25:16 +1300 bzr-builder (0.1-0ubuntu1) karmic; urgency=low * Initial packaging. -- James Westby Tue, 25 Aug 2009 23:59:46 +0100 debian/source/0000775000000000000000000000000011772340564010501 5ustar debian/source/format0000664000000000000000000000001411772337433011710 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000031611772337433010262 0ustar #!/usr/bin/make -f %: dh $@ --with python2 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) override_dh_auto_test: BZR_PLUGINS_AT=builder@$(CURDIR) /usr/bin/bzr selftest \ -s bp.builder -v endif debian/copyright0000664000000000000000000000171311772337433011137 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: bzr-builder Maintainer: James Westby Source: http://launchpad.net/bzr-builder Files: * Copyright: 2009-2010, Canonical Ltd. License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published by the Free Software Foundation. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranties of MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems the full text of the GPL, version 3, can be found in the file /usr/share/common-licenses/GPL-3. debian/compat0000664000000000000000000000000211772337433010400 0ustar 7 debian/watch0000664000000000000000000000016211772337433010232 0ustar version=3 https://launchpad.net/bzr-builder/+download http://launchpad.net/bzr-builder/.*/bzr-builder-(.+).tar.gz debian/control0000664000000000000000000000164011772337433010606 0ustar Source: bzr-builder Section: vcs Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: James Westby Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~), python-testtools, python-bzrlib.tests | bzr (<< 2.4.0~beta1-2), devscripts, quilt, pristine-tar Build-Depends-Indep: bzr, python-debian X-Python-Version: >= 2.4 Standards-Version: 3.9.2 Homepage: http://launchpad.net/bzr-builder Vcs-Bzr: bzr+ssh://bazaar.launchpad.net/+branch/ubuntu/bzr-builder/ Package: bzr-builder Architecture: all Depends: bzr, python-debian, ${misc:Depends}, ${python:Depends} Recommends: pristine-tar, devscripts, dput Description: construct a bzr branch from a recipe bzr-builder takes a 'recipe' which specifies several Bazaar branches to combine in a certain fashion as input, and provides the resulting branch as output.