[Pkg-bazaar-commits] r278 ./bzr-svn/unstable: Fix depends.

Jelmer Vernooij jelmer at samba.org
Sun Sep 16 13:55:39 UTC 2007


------------------------------------------------------------
revno: 278
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: debian
timestamp: Sun 2007-09-16 15:55:39 +0200
message:
  Fix depends.
modified:
  debian/changelog
  debian/control
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2007-09-15 23:57:02 +0000
+++ b/debian/changelog	2007-09-16 13:55:39 +0000
@@ -1,8 +1,9 @@
 bzr-svn (0.4.3-1) unstable; urgency=low
 
   * New upstream version.
+  * Fix depends. (Closes: #442171)
 
- -- Jelmer Vernooij <jelmer at samba.org>  Sun, 16 Sep 2007 01:49:41 +0200
+ -- Jelmer Vernooij <jelmer at samba.org>  Sun, 16 Sep 2007 15:52:03 +0200
 
 bzr-svn (0.4.2-1) unstable; urgency=low
 

=== modified file 'debian/control'
--- a/debian/control	2007-09-16 00:12:20 +0000
+++ b/debian/control	2007-09-16 13:55:39 +0000
@@ -4,16 +4,16 @@
 Maintainer: Debian Bazaar Maintainers <pkg-bazaar-maint at lists.alioth.debian.org>
 Uploaders: Jelmer Vernooij <jelmer at samba.org>, Reinhard Tartler <siretart at tauware.de>, Robert Collins <robertc at robertcollins.net>
 Build-Depends-Indep: python-subversion, bzr (>= 0.90~), python-pysqlite2
-Build-Depends: python-central (>= 0.5), cdbs (>= 0.4.43), python, debhelper (>= 5.0.37.2)
+Build-Depends: python-central (>= 0.5), cdbs (>= 0.4.43), python (>= 2.5) | python-pysqlite2, debhelper (>= 5.0.37.2)
 Standards-Version: 3.7.2
 XS-Python-Version: >= 2.4
 XS-Vcs-Bzr: http://people.samba.org/bzr/jelmer/bzr-svn/debian
 
 Package: bzr-svn
 Architecture: all
-Depends: bzr (>= 0.90~), bzr (<< 0.92~), python-subversion (>= 1.4.1), ${python:Depends}
+Depends: bzr (>= 0.90~), bzr (<< 0.92~), python-subversion (>= 1.4.1), ${python:Depends}, python (>= 2.5) | python-pysqlite2
 Enhances: bzr, subversion
-Recommends: python-pysqlite2, bzr-rebase (>= 0.2~)
+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



More information about the Pkg-bazaar-commits mailing list