--- bzr-fastimport-0.9.0~bzr188.orig/branch_updater.py +++ bzr-fastimport-0.9.0~bzr188/branch_updater.py @@ -18,7 +18,7 @@ from operator import itemgetter -from bzrlib import bzrdir, errors, osutils +from bzrlib import bzrdir, errors from bzrlib.trace import error, note import branch_mapper --- bzr-fastimport-0.9.0~bzr188.orig/debian/rules +++ bzr-fastimport-0.9.0~bzr188/debian/rules @@ -0,0 +1,16 @@ +#!/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 + +get-orig-source: + bzr builddeb --export-only --build-dir=tmp + mv tmp/*.orig.tar.gz . + rm -rf tmp + +clean:: + -rm -rf build test*.tmp + find . -name "*.pyc" -print0 | xargs -0 rm -f + --- bzr-fastimport-0.9.0~bzr188.orig/debian/changelog +++ bzr-fastimport-0.9.0~bzr188/debian/changelog @@ -0,0 +1,26 @@ +bzr-fastimport (0.9.0~bzr188-1) unstable; urgency=low + + * New upstream snapshot. + * Bump standards version to 3.8.2. + + -- Jelmer Vernooij Fri, 24 Jul 2009 16:19:21 +0200 + +bzr-fastimport (0.8.0~bzr181-1) unstable; urgency=low + + * Move to section vcs. + * New upstream snapshot. + + -- Jelmer Vernooij Tue, 05 May 2009 20:23:22 +0200 + +bzr-fastimport (0.8.0~bzr167-1) unstable; urgency=low + + * New upstream snapshot. + * Bump standards version to 3.8.1. + + -- Jelmer Vernooij Sat, 28 Mar 2009 18:19:14 +0100 + +bzr-fastimport (0.8.0~bzr136-1) unstable; urgency=low + + * Initial release. (Closes: #513280) + + -- Jelmer Vernooij Mon, 02 Mar 2009 14:40:13 +0100 --- bzr-fastimport-0.9.0~bzr188.orig/debian/pycompat +++ bzr-fastimport-0.9.0~bzr188/debian/pycompat @@ -0,0 +1 @@ +2 --- bzr-fastimport-0.9.0~bzr188.orig/debian/compat +++ bzr-fastimport-0.9.0~bzr188/debian/compat @@ -0,0 +1 @@ +5 --- bzr-fastimport-0.9.0~bzr188.orig/debian/watch +++ bzr-fastimport-0.9.0~bzr188/debian/watch @@ -0,0 +1,2 @@ +# bzr-fast-import is maintained in bzr +# to download, run "bzr export lp:bzr-fastimport" --- bzr-fastimport-0.9.0~bzr188.orig/debian/control +++ bzr-fastimport-0.9.0~bzr188/debian/control @@ -0,0 +1,28 @@ +Source: bzr-fastimport +Section: vcs +Priority: optional +Maintainer: Debian Bazaar Maintainers +Uploaders: Jelmer Vernooij +Homepage: https://launchpad.net/bzr-fastimport +Build-Depends-Indep: bzr (>= 1.0) +Build-Depends: python-central (>= 0.5), cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python +Standards-Version: 3.8.2 +XS-Python-Version: >= 2.4 +Vcs-Bzr: http://bzr.debian.org/pkg-bazaar/bzr-fastimport/unstable/ + +Package: bzr-fastimport +Architecture: all +Depends: bzr (>= 1.0), ${python:Depends}, ${misc:Depends} +Suggests: git-core +Enhances: bzr +XB-Python-Version: ${python:Versions} +Description: Fast-import/fast-export plugin for Bazaar + Bazaar Fast Import is a plugin providing fast loading of revision control + data into Bazaar. + . + It is designed to be used in combination with front-end programs that + generate a command/data stream for it to process. Front-ends are available + for a wide range of foreign VCS tools including Subversion, CVS, Git, + Mercurial, Darcs and Perforce. New front-ends are easy to develop in whatever + programming language you prefer, making Bazaar Fast Import useful for teams + needing a custom migration solution. --- bzr-fastimport-0.9.0~bzr188.orig/debian/copyright +++ bzr-fastimport-0.9.0~bzr188/debian/copyright @@ -0,0 +1,32 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=143 +Upstream-Name: bzr-fastimport +Debianized-By: Jelmer Vernooij +Debianized-Date: Mi 6. Aug 19:42:18 CEST 2008 + +It was downloaded from http://launchpad.net/bzr-fastimport. + +Files: * +Copyright: Copyright (C) 2008 Canonical Ltd +License: GPL-2+ + On Debian systems the full text of the GNU General Public License version 2 + can be found in the `/usr/share/common-licenses/GPL-2' file. + +Files: debian/* +Copyright: Copyright (C) 2008-2009 Jelmer Vernooij +License: GPL-2+ + On Debian systems the full text of the GNU General Public License version 2 + can be found in the `/usr/share/common-licenses/GPL-2' file. + +Files: exporters/bzr-fast-export.py: +Copyright: Copyright (c) 2008 Adeodato Simó (dato@net.com.org.es) +License: MIT + +Files: exporters/hg-fast-export.py exporters/hg2git.py +Copyright: Copyright (c) 2007, 2008 Rocco Rutte +License: MIT +Comment: These files are not installed as part of any of the binary packages + +Files: exporters/svn-archive.c exporters/svn-fast-export.c exporters/svn-fast-export.py +Copyright: Copyright (C) Chris Lee +License: MIT +Comment: These files are not installed as part of any of the binary packages