--- bzr-svn-0.4.4.orig/NEWS +++ bzr-svn-0.4.4/NEWS @@ -267,6 +267,14 @@ * Implement SvnWorkingTree.smart_add() (#79336) +bzr-svn 0.3.5 2007-07-19 + + BUG FIXES + + * Fix compatibility with bazaar 0.18. + + * Fix broken constructor for NotDumpFile exception. + bzr-svn 0.3.4 2007-06-15 BUG FIXES --- bzr-svn-0.4.4.orig/.bzr-builddeb/default.conf +++ bzr-svn-0.4.4/.bzr-builddeb/default.conf @@ -0,0 +1,4 @@ +[BUILDDEB] +export-upstream = lp:bzr-svn +export-upstream-revision = tag:bzr-svn-$UPSTREAM_VERSION +merge = True --- bzr-svn-0.4.4.orig/debian/NEWS +++ bzr-svn-0.4.4/debian/NEWS @@ -0,0 +1,9 @@ +bzr-svn (0.4.0-1) unstable; urgency=low + + As of this version bzr-svn creates revisions with different revision ids than + previous versions. In other words, existing bzr-svn branches created with + 0.3.x can not be used directly with 0.4.0 but will have to be upgraded to + work with 0.4.0 using the "bzr svn-upgrade" command. The bzr-rebase package + has to be installed for this command to work correctly. + + -- Jelmer Vernooij Sun, 05 Aug 2007 14:14:54 +0200 --- bzr-svn-0.4.4.orig/debian/control +++ bzr-svn-0.4.4/debian/control @@ -0,0 +1,23 @@ +Source: bzr-svn +Section: devel +Priority: optional +Maintainer: Debian Bazaar Maintainers +Uploaders: Jelmer Vernooij , Reinhard Tartler , Robert Collins +Build-Depends-Indep: python-subversion, bzr (>= 0.92~), python (>= 2.5) | python-pysqlite2 +Build-Depends: python-central (>= 0.5), cdbs (>= 0.4.43), python, debhelper (>= 5.0.37.2) +Standards-Version: 3.7.2 +XS-Python-Version: >= 2.4 +XS-Vcs-Bzr: http://bzr.debian.org/pkg-bazaar/bzr-svn/unstable/ + +Package: bzr-svn +Architecture: all +Depends: bzr (>= 0.92~), bzr (<< 0.93~), python-subversion (>= 1.4.1), ${python:Depends}, python (>= 2.5) | python-pysqlite2 +Enhances: bzr, subversion +Recommends: bzr-rebase (>= 0.2~) +XB-Python-Version: ${python:Versions} +Description: Bazaar plugin providing Subversion integration + Plugin for Bazaar that adds the ability to read and commit to + branches stored in Subversion. + . + Also included is a bzr subcommand that allows converting + complete Subversion repositories to Bazaar repositories. --- bzr-svn-0.4.4.orig/debian/rules +++ bzr-svn-0.4.4/debian/rules @@ -0,0 +1,11 @@ +#!/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-svn-0.4.4.orig/debian/watch +++ bzr-svn-0.4.4/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://samba.org/~jelmer/bzr/bzr-svn-(.*).tar.gz --- bzr-svn-0.4.4.orig/debian/changelog +++ bzr-svn-0.4.4/debian/changelog @@ -0,0 +1,114 @@ +bzr-svn (0.4.4-1) unstable; urgency=low + + * New upstream release. (Closes: #444775) + + -- Jelmer Vernooij Fri, 02 Nov 2007 15:48:32 +0100 + +bzr-svn (0.4.3-1) unstable; urgency=low + + * New upstream version. + * Fix depends. (Closes: #442171) + + -- Jelmer Vernooij Sun, 16 Sep 2007 15:52:03 +0200 + +bzr-svn (0.4.2-1) unstable; urgency=low + + [ Jelmer Vernooij ] + * New upstream release. + + -- Robert Collins Wed, 12 Sep 2007 07:30:01 +1000 + +bzr-svn (0.4.1-1) unstable; urgency=low + + * New upstream release. + + -- Jelmer Vernooij Sun, 26 Aug 2007 12:22:43 +0200 + +bzr-svn (0.4.0-1) unstable; urgency=low + + * New upstream release. (Closes: #428757) + + -- Jelmer Vernooij Sat, 04 Aug 2007 21:18:15 +0200 + +bzr-svn (0.3.5-1) unstable; urgency=low + + * New upstream release. (Closes: #428758) + * Let bzr-svn enhance bzr. + + [Reinhard Tartler] + * Let bzr-svn enhance subversion. (LP: #122073) + + -- Jelmer Vernooij Thu, 19 Jul 2007 15:41:02 +0200 + +bzr-svn (0.3.4-1) unstable; urgency=low + + * New upstream release. + + [Reinhard Tartler] + * tighten depedency on bzr. We'll update bzr-svn on the upload of bzr + 0.18 in any case. as discussed on pkg-bazaar-maint. + + -- Jelmer Vernooij Fri, 15 Jun 2007 17:26:58 +0200 + +bzr-svn (0.3.3-1) unstable; urgency=low + + * Merge changes from Ubuntu. + * Recommend python-pysqlite2 (Closes: #422452) + + -- Jelmer Vernooij Tue, 08 May 2007 19:29:49 +0200 + +bzr-svn (0.3.3-0ubuntu1) gutsy; urgency=low + + * New upstream release. + + -- Jelmer Vernooij Sun, 29 Apr 2007 18:25:15 +0200 + +bzr-svn (0.3.2-0ubuntu1) feisty; urgency=low + + [Jelmer Vernooij] + * New upstream release. + + [Reinhard Tartler] + * Disabled testsuite, since bzr-gtk broke it. Discussed via private mail + with Jelmer. + + -- Jelmer Vernooij Tue, 13 Mar 2007 10:44:37 +0100 + +bzr-svn (0.3-1) experimental; urgency=low + + * Merge changes from Ubuntu. + * Add XS-Vcs-Bzr line. + * Add watch file. + + -- Jelmer Vernooij Tue, 30 Jan 2007 12:20:17 +0100 + +bzr-svn (0.3-0ubuntu2) feisty; urgency=low + + * changing build dependency from 'python' to 'python-dev'. Fixes FTBFS + + -- Reinhard Tartler Sat, 27 Jan 2007 12:47:38 +0100 + +bzr-svn (0.3-0ubuntu1) feisty; urgency=low + + [Jelmer Vernooij] + * New upstream release. + * Fixed Python-Version (closes: #404979). + * Fixed dependency on bzr version (closes: #404886). + + [Reinhard Tartler] + * upload to feisty as discussed with Jelmer. + Package taken from http://samba.org/~jelmer/debian/ + + -- Reinhard Tartler Sat, 27 Jan 2007 11:20:51 +0100 + +bzr-svn (0.2-0ubuntu1) unstable; urgency=low + + * New upstream release. + + -- Jelmer Vernooij Thu, 14 Dec 2006 02:46:48 +0100 + +bzr-svn (0.1-0ubuntu1) unstable; urgency=low + + * Initial revision. + + -- Jelmer Vernooij Tue, 4 Jul 2006 13:46:33 +0200 --- bzr-svn-0.4.4.orig/debian/compat +++ bzr-svn-0.4.4/debian/compat @@ -0,0 +1 @@ +4 --- bzr-svn-0.4.4.orig/debian/pycompat +++ bzr-svn-0.4.4/debian/pycompat @@ -0,0 +1 @@ +2 --- bzr-svn-0.4.4.orig/debian/copyright +++ bzr-svn-0.4.4/debian/copyright @@ -0,0 +1,24 @@ +This package was debianized by Jelmer Vernooij + on Tue Jul 4 13:45:22 CEST 2006. + +It was downloaded from http://people.samba.org/bzr/jelmer/bzr-svn/. + +Copyright 2005-2007 Jelmer Vernooij. + +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