--- bzr-git-0.4.3.orig/debian/copyright +++ bzr-git-0.4.3/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Jelmer Vernooij + on Do 6. Dez 15:55:32 CET 2007. + +It was downloaded from http://samba.org/~jelmer/bzr/ + +Copyright: + +Copyright 2006-2009 Canonical Limited. +Copyright 2008-2009 Jelmer Vernooij +Copyright 2008 John Carr +Copyright 2007 David Allouche + +License: + +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 version 2 can be found in +/usr/share/common-licenses/GPL-2. --- bzr-git-0.4.3.orig/debian/watch +++ bzr-git-0.4.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://samba.org/~jelmer/bzr/bzr-git-(.*).tar.gz --- bzr-git-0.4.3.orig/debian/pycompat +++ bzr-git-0.4.3/debian/pycompat @@ -0,0 +1 @@ +2 --- bzr-git-0.4.3.orig/debian/compat +++ bzr-git-0.4.3/debian/compat @@ -0,0 +1 @@ +5 --- bzr-git-0.4.3.orig/debian/rules +++ bzr-git-0.4.3/debian/rules @@ -0,0 +1,10 @@ +#!/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 --- bzr-git-0.4.3.orig/debian/changelog +++ bzr-git-0.4.3/debian/changelog @@ -0,0 +1,64 @@ +bzr-git (0.4.3-1) unstable; urgency=low + + * New upstream release. + + Supports 'bzr checkout'. Closes: #557295 + + -- Jelmer Vernooij Tue, 19 Jan 2010 16:02:17 +1300 + +bzr-git (0.4.2-1) unstable; urgency=low + + * New upstream release. + * Bump standards version to 3.8.3. + + -- Jelmer Vernooij Thu, 01 Oct 2009 16:12:17 +0200 + +bzr-git (0.4.1-1) unstable; urgency=low + + * Bump standards version to 3.8.2. + * New upstream release. + * Depend on matching version of Dulwich. Closes: #537630 + + -- Jelmer Vernooij Thu, 23 Jul 2009 19:58:54 +0200 + +bzr-git (0.4.0-1) unstable; urgency=low + + * New upstream release. + + -- Jelmer Vernooij Thu, 18 Jun 2009 15:45:17 +0200 + +bzr-git (0.3.2-1) unstable; urgency=low + + * New upstream snapshot. + * Drop python-tdb to recommends. + + -- Jelmer Vernooij Wed, 20 May 2009 19:27:22 +0200 + +bzr-git (0.3.1-1) unstable; urgency=low + + * New upstream snapshot. + + -- Jelmer Vernooij Tue, 12 May 2009 02:20:29 +0200 + +bzr-git (0.3.0-1) unstable; urgency=low + + * New upstream release. + + -- Jelmer Vernooij Sun, 10 May 2009 16:39:08 +0200 + +bzr-git (0.2.0-1) experimental; urgency=low + + * New upstream release. + + -- Jelmer Vernooij Thu, 30 Apr 2009 14:30:58 +0200 + +bzr-git (0.1.0+bzr324-1) experimental; urgency=low + + * New upstream snapshot. + + -- Jelmer Vernooij Mon, 06 Apr 2009 16:09:39 +0200 + +bzr-git (0.1.0+bzr275-1) experimental; urgency=low + + * Initial release. (Closes: #489169) + + -- Jelmer Vernooij Sat, 21 Mar 2009 17:22:42 +0100 --- bzr-git-0.4.3.orig/debian/control +++ bzr-git-0.4.3/debian/control @@ -0,0 +1,23 @@ +Source: bzr-git +Section: vcs +Priority: optional +Maintainer: Debian Bazaar Maintainers +Uploaders: Jelmer Vernooij +Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python, python-central (>= 0.5), python-dulwich (>= 0.4.1~), python-tdb +Build-Depends-Indep: bzr (>= 1.17~) +Standards-Version: 3.8.3 +Homepage: http://bazaar-vcs.org/BzrForeignBranches/Git +Vcs-Bzr: http://bzr.debian.org/pkg-bazaar/bzr-git/unstable +XS-Python-Version: all + +Package: bzr-git +Architecture: all +Depends: bzr (>= 1.17~), ${python:Depends}, ${misc:Depends}, python-dulwich (>= 0.4.1~) +Recommends: python-tdb +XB-Python-Version: ${python:Versions} +Description: Bazaar plugin providing Git integration + This is a plugin for Bazaar that adds the ability to read and write Git + repositories. + . + Also included is a Bazaar subcommand that allows importing Git + repositories.