--- bzr-cvsps-import-0.0.1~bzr63.orig/debian/pycompat +++ bzr-cvsps-import-0.0.1~bzr63/debian/pycompat @@ -0,0 +1 @@ +2 --- bzr-cvsps-import-0.0.1~bzr63.orig/debian/rules +++ bzr-cvsps-import-0.0.1~bzr63/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 + +clean:: + -rm -rf build test*.tmp + find . -name "*.pyc" -print0 | xargs -0 rm -f + +UPSTREAM_REVNO=$(shell dpkg-parsechangelog -l$(CURDIR)/debian/changelog | sed -n 's/^Version: \(.*:\|\)//p' | sed 's/^[0-9.]\+~bzr//' | sed 's/-[0-9.]\+$$//') + +get-orig-source: + bzr export -r$(UPSTREAM_REVNO) \ + bzr-cvsps-import_0.0.1~bzr$(UPSTREAM_REVNO).orig.tar.gz \ + lp:bzr-cvsps-import --- bzr-cvsps-import-0.0.1~bzr63.orig/debian/control +++ bzr-cvsps-import-0.0.1~bzr63/debian/control @@ -0,0 +1,27 @@ +Source: bzr-cvsps-import +Section: devel +Priority: optional +Maintainer: Debian Bazaar Maintainers +Uploaders: Jelmer Vernooij +Homepage: https://launchpad.net/bzr-cvsps-import +Build-Depends-Indep: bzr (>= 1.0) +Build-Depends: python-central (>= 0.5), cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python-dev +Standards-Version: 3.8.0 +XS-Python-Version: >= 2.4 +Vcs-Bzr: http://bzr.debian.org/pkg-bazaar/bzr-cvsps-import/unstable/ +DM-Upload-Allowed: yes + +Package: bzr-cvsps-import +Architecture: all +Depends: bzr (>= 0.15~rc1), ${python:Depends}, cvsps +Enhances: bzr +XB-Python-Version: ${python:Versions} +Description: CVS to Bazaar importer + This is a plugin for Bazaar, which converts from cvs to bzr using cvsps as the + program that analyzes the cvs history to extract "patchsets". The main + difference from other tools (such as tailor) is that it converts all + branches, rather than just converting the mainline branch. + . + One key advantage of using cvsps is that it tries to guess what ancestor + branch an new branch is based from. Which allows branches of branches to be + tracked. --- bzr-cvsps-import-0.0.1~bzr63.orig/debian/changelog +++ bzr-cvsps-import-0.0.1~bzr63/debian/changelog @@ -0,0 +1,11 @@ +bzr-cvsps-import (0.0.1~bzr63-1) unstable; urgency=low + + * New upstream snapshot. + + -- Jelmer Vernooij Fri, 14 Nov 2008 09:19:11 +0100 + +bzr-cvsps-import (0.0.1~bzr61-1) unstable; urgency=low + + * Initial release. (Closes: #488269) + + -- Jelmer Vernooij Thu, 26 Jun 2008 23:03:10 +0200 --- bzr-cvsps-import-0.0.1~bzr63.orig/debian/compat +++ bzr-cvsps-import-0.0.1~bzr63/debian/compat @@ -0,0 +1 @@ +4 --- bzr-cvsps-import-0.0.1~bzr63.orig/debian/copyright +++ bzr-cvsps-import-0.0.1~bzr63/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Jelmer Vernooij + on Do 26. Jun 23:01:37 CEST 2008. + +It was downloaded from http://launchpad.net/bzr-cvsps-import +The tarball was created by running: + +bzr export -rXX bzr-cvsps-import-0.0.1~bzrXX.tar.gz \ + http://launchpad.net/bzr-cvsps-import + +Copyright (C) 2006 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