--- bzr-loom-1.4.0~bzr97.orig/debian/pycompat +++ bzr-loom-1.4.0~bzr97/debian/pycompat @@ -0,0 +1 @@ +2 --- bzr-loom-1.4.0~bzr97.orig/debian/watch +++ bzr-loom-1.4.0~bzr97/debian/watch @@ -0,0 +1,2 @@ +# bzr-loom is maintained in bzr +# to obtain the source, run: bzr export lp:bzr-loom --- bzr-loom-1.4.0~bzr97.orig/debian/rules +++ bzr-loom-1.4.0~bzr97/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM=pycentral + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +DEB_INSTALL_DOCS_ALL += HOWTO CONTRIBUTORS + +clean:: + -rm -rf build test*.tmp + find . -name "*.pyc" -print0 | xargs -0 rm -f + +get-orig-source: + bzr builddeb --export-only --build-dir=tmp + mv tmp/*.orig.tar.gz . + rm -rf tmp --- bzr-loom-1.4.0~bzr97.orig/debian/control +++ bzr-loom-1.4.0~bzr97/debian/control @@ -0,0 +1,24 @@ +Source: bzr-loom +Section: vcs +Priority: optional +Maintainer: Debian Bazaar Maintainers +Uploaders: Jelmer Vernooij +Homepage: https://launchpad.net/bzr-loom +Build-Depends-Indep: bzr (>= 1.6) +Build-Depends: python-central (>= 0.5), cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python-dev +Standards-Version: 3.8.2 +XS-Python-Version: >= 2.4 +Vcs-Bzr: http://bzr.debian.org/pkg-bazaar/bzr-loom/unstable + +Package: bzr-loom +Architecture: all +Depends: bzr (>= 1.6), ${python:Depends}, ${misc:Depends} +Enhances: bzr +XB-Python-Version: ${python:Versions} +Description: Focused patch plugin support for Bazaar + Loom is a Bazaar plugin to assist in developing focused patches. It adds a + 'loom' to a bzr branch. + . + A loom allows the development of multiple patches at once, while still giving + each patch a branch of its own. + --- bzr-loom-1.4.0~bzr97.orig/debian/changelog +++ bzr-loom-1.4.0~bzr97/debian/changelog @@ -0,0 +1,54 @@ +bzr-loom (1.4.0~bzr97-1) unstable; urgency=low + + * New upstream snapshot. + + Fixes compatibility with recent versions of bzr. (Closes: #532947) + * Bump standards version to 3.8.2. + + -- Jelmer Vernooij Sat, 27 Jun 2009 01:36:16 +0200 + +bzr-loom (1.4.0~bzr95-1) unstable; urgency=low + + * Move to section vcs. + * Bump standards version to 3.8.1. + * New upstream snapshot. + + -- Jelmer Vernooij Tue, 05 May 2009 17:29:03 +0200 + +bzr-loom (1.4.0~bzr93-2) unstable; urgency=low + + * Fix minimum version dependency on Bazaar. (Closes: #518095) + * Add get-orig-source rule. (Closes: #518097) + + -- Jelmer Vernooij Thu, 05 Mar 2009 14:15:36 +0100 + +bzr-loom (1.4.0~bzr93-1) unstable; urgency=low + + * New upstream snapshot. + * Add dummy watch file explaining how to export bzr revisions. + + -- Jelmer Vernooij Wed, 18 Feb 2009 19:45:30 +0100 + +bzr-loom (1.4.0~bzr91-1) experimental; urgency=low + + * New upstream snapshot. + + Fixes status command for newer versions of bzr. + + -- Jelmer Vernooij Fri, 16 Jan 2009 14:16:49 +0100 + +bzr-loom (1.4.0~bzr90-1) experimental; urgency=low + + * New upstream snapshot. + + -- Jelmer Vernooij Tue, 13 Jan 2009 17:06:01 +0100 + +bzr-loom (1.4.0~bzr87-1) unstable; urgency=low + + * New upstream snapshot. + + -- Jelmer Vernooij Fri, 07 Nov 2008 16:11:37 +0100 + +bzr-loom (1.4.0~bzr84-1) unstable; urgency=low + + * Initial release. (Closes: #486242) + + -- Jelmer Vernooij Sat, 14 Jun 2008 18:38:17 +0200 --- bzr-loom-1.4.0~bzr97.orig/debian/compat +++ bzr-loom-1.4.0~bzr97/debian/compat @@ -0,0 +1 @@ +5 --- bzr-loom-1.4.0~bzr97.orig/debian/copyright +++ bzr-loom-1.4.0~bzr97/debian/copyright @@ -0,0 +1,34 @@ +This package was debianized by Jelmer Vernooij + on Sa 14. Jun 17:41:27 CEST 2008. + +It was downloaded from http://launchpad.net/bzr-loom +The tarball was created by running: + +bzr export -r84 bzr-loom-1.4.0~bzr84.tar.gz http://launchpad.net/bzr-loom + +Upstream authors: + +Robert Collins +Scott James Remnant +Aaron Bentley +Rob Weir + +Copyright (C) 2005, 2006, 2007, 2008 Canonical Ltd + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY 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 with +the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; +if not, write to the Free Software Foundation, Inc., 51 Franklin St, +Fifth Floor, Boston, MA 02110-1301, USA. + +On Debian systems, the full text of the GPL can be found in +/usr/share/common-licenses/GPL