--- bzr-fastimport-0.9.0~bzr243.orig/debian/changelog
+++ bzr-fastimport-0.9.0~bzr243/debian/changelog
@@ -0,0 +1,39 @@
+bzr-fastimport (0.9.0~bzr243-1~bpo50+1) lenny-backports; urgency=low
+
+  * lenny backport.
+
+ -- Robert Millan <rmh.debian@aybabtu.com>  Sun, 08 Nov 2009 13:56:24 +0100
+
+bzr-fastimport (0.9.0~bzr243-1) unstable; urgency=low
+
+  * New upstream snapshot.
+  * Bump standards version to 3.8.3.
+
+ -- Jelmer Vernooij <jelmer@debian.org>  Sat, 26 Sep 2009 00:21:27 +0200
+
+bzr-fastimport (0.9.0~bzr188-1) unstable; urgency=low
+
+  * New upstream snapshot.
+  * Bump standards version to 3.8.2.
+
+ -- Jelmer Vernooij <jelmer@debian.org>  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 <jelmer@debian.org>  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 <jelmer@debian.org>  Sat, 28 Mar 2009 18:19:14 +0100
+
+bzr-fastimport (0.8.0~bzr136-1) unstable; urgency=low
+
+  * Initial release. (Closes: #513280)
+
+ -- Jelmer Vernooij <jelmer@debian.org>  Mon, 02 Mar 2009 14:40:13 +0100
--- bzr-fastimport-0.9.0~bzr243.orig/debian/pycompat
+++ bzr-fastimport-0.9.0~bzr243/debian/pycompat
@@ -0,0 +1 @@
+2
--- bzr-fastimport-0.9.0~bzr243.orig/debian/control
+++ bzr-fastimport-0.9.0~bzr243/debian/control
@@ -0,0 +1,28 @@
+Source: bzr-fastimport
+Section: vcs
+Priority: optional
+Maintainer: Debian Bazaar Maintainers <pkg-bazaar-maint@lists.alioth.debian.org>
+Uploaders: Jelmer Vernooij <jelmer@debian.org>
+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.3
+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~bzr243.orig/debian/watch
+++ bzr-fastimport-0.9.0~bzr243/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~bzr243.orig/debian/compat
+++ bzr-fastimport-0.9.0~bzr243/debian/compat
@@ -0,0 +1 @@
+5
--- bzr-fastimport-0.9.0~bzr243.orig/debian/rules
+++ bzr-fastimport-0.9.0~bzr243/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~bzr243.orig/debian/copyright
+++ bzr-fastimport-0.9.0~bzr243/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 <jelmer@debian.org>
+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 <jelmer@ubuntu.com>
+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 <pdmef@gmx.net>
+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 <clee@kde.org>
+License: MIT
+Comment: These files are not installed as part of any of the binary packages
