debian/0000755000000000000000000000000011736717446007206 5ustar debian/copyright0000644000000000000000000000132311736716112011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-fastimport Upstream-Contact: Jelmer Vernooij Source: https://launchpad.net/python-fastimport Files: * Copyright: Copyright (C) 2008-2012 Canonical Ltd Authors: Ian Clatworthy, Jelmer Vernooij and others 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-2010 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. debian/compat0000644000000000000000000000000211535167542010375 0ustar 7 debian/changelog0000644000000000000000000000414711736717424011062 0ustar python-fastimport (0.9.2-1) unstable; urgency=low * New upstream release. + Add breaks for bzr-fastimport << 0.13 since this release removes some bzr-fastimport-specific code which now lives in bzr-fastimport itself. -- Jelmer Vernooij Wed, 04 Apr 2012 03:07:49 +0200 python-fastimport (0.9.1-1) unstable; urgency=low * Add machine-parseable copyright file. * Update watch file for new release location. * Add basic tests for autopkgtest. * New upstream release. * Bump standards version to 3.9.3 (no changes). -- Jelmer Vernooij Tue, 28 Feb 2012 13:20:01 +0100 python-fastimport (0.9.0-3.1) unstable; urgency=low * Non-maintainer upload (just a rebuild to add Python 2.7 and dropPython 2.5 support) -- Piotr Ożarowski Sat, 16 Apr 2011 13:00:23 +0200 python-fastimport (0.9.0-3) unstable; urgency=low * Switch to dh_python2. * Switch to debhelper 7, drop cdbs. -- Jelmer Vernooij Mon, 07 Mar 2011 15:44:44 +0100 python-fastimport (0.9.0-2) unstable; urgency=low * Add watch file. * Simplify test run code. -- Jelmer Vernooij Mon, 31 Jan 2011 02:06:28 +0100 python-fastimport (0.9.0-1) unstable; urgency=low * New upstream release. + Fixes typo in setup.py. Thanks Jonathan Nieder. Closes: #611511 -- Jelmer Vernooij Mon, 31 Jan 2011 01:45:24 +0100 python-fastimport (0.9.0~bzr298-1) unstable; urgency=low * New upstream snapshot. + Avoids tracking unset marks. LP: #477886 * Require testtools 0.9.2 to run the test suite. * Drop versioned dependency on python-support. Closes: #603232 -- Jelmer Vernooij Wed, 17 Nov 2010 14:34:03 +0100 python-fastimport (0.9.0~bzr293-1) unstable; urgency=low * New upstream snapshot. * Add replaces line for python-fastimport. Closes: #602595 -- Jelmer Vernooij Sat, 06 Nov 2010 18:08:14 +0100 python-fastimport (0.9.0~bzr291-1) unstable; urgency=low * Initial release. Closes: #598490 -- Jelmer Vernooij Sat, 04 Sep 2010 16:45:00 +0200 debian/rules0000755000000000000000000000047111535171027010252 0ustar #!/usr/bin/make -f %: dh --with python2 --buildsystem=python_distutils $* override_dh_auto_build: dh_auto_build --buildsystem=python_distutils -- --executable=/usr/bin/python ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) override_dh_auto_test: python -m testtools.run fastimport.tests.test_suite endif debian/control0000644000000000000000000000147511736717307010614 0ustar Source: python-fastimport Section: python Priority: optional Maintainer: Jelmer Vernooij Homepage: http://launchpad.net/python-fastimport Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7.0.50~), python-testtools (>= 0.9.2) Standards-Version: 3.9.3 X-Python-Version: >= 2.4 Vcs-Bzr: http://bzr.debian.org/users/jelmer/python-fastimport/unstable Package: python-fastimport Architecture: all Provides: ${python:Provides} Depends: ${python:Depends}, ${misc:Depends} Suggests: git-core, bzr-fastimport Breaks: ${python:Breaks}, bzr-fastimport (<< 0.13) Replaces: bzr-fastimport (<< 0.9.0+bzr279) Description: Fastimport file format parser and generator library Python library for parsing and generating the fastimport file format. The fastimport format is used for serializing version control histories. debian/source/0000755000000000000000000000000011736717446010506 5ustar debian/source/format0000644000000000000000000000001411470754643011707 0ustar 3.0 (quilt) debian/bzr-builddeb.conf0000644000000000000000000000015611736716112012411 0ustar [BUILDDEB] upstream-branch = lp:python-fastimport export-upstream-revision = tag:fastimport-$UPSTREAM_VERSION debian/tests/0000755000000000000000000000000011736717446010350 5ustar debian/tests/testsuite0000755000000000000000000000007111736716112012312 0ustar #!/bin/sh python -m unittest fastimport.tests.test_suite debian/tests/control0000644000000000000000000000005311736716112011736 0ustar Tests: testsuite Features: no-build-needed debian/watch0000644000000000000000000000024711736716612010234 0ustar version=3 opts="uversionmangle=s/(b(eta)?[0-9]+)$/~\\1/" \ https://launchpad.net/python-fastimport https://launchpad.net/python-fastimport/.*/fastimport-(.*)\.tar\.gz