[Pkg-bazaar-commits] ./bzr-git/unstable r36: Depend on dulwich.

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 12:28:27 UTC 2009


------------------------------------------------------------
revno: 36
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: debian
timestamp: Sat 2009-01-24 23:08:33 +0100
message:
  Depend on dulwich.
modified:
  debian/changelog
  debian/control
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2009-01-24 22:07:32 +0000
+++ b/debian/changelog	2009-01-24 22:08:33 +0000
@@ -1,17 +1,5 @@
 bzr-git (0.1~bzr193-1) unstable; urgency=low
 
-  * New upstream snapshot.
+  * Initial release. (Closes: #489169)
 
  -- Jelmer Vernooij <jelmer at debian.org>  Sat, 24 Jan 2009 23:07:26 +0100
-
-bzr-git (0.1~bzr182-1) unstable; urgency=low
-
-  * New upstream snapshot.
-
- -- Jelmer Vernooij <jelmer at debian.org>  Tue, 13 Jan 2009 17:44:25 +0100
-
-bzr-git (0.1~bzr171-1) unstable; urgency=low
-
-  * Initial release. (Closes: #489169)
-
- -- Jelmer Vernooij <jelmer at debian.org>  Fri, 22 Aug 2008 19:49:04 +0200

=== modified file 'debian/control'
--- a/debian/control	2009-01-13 16:46:22 +0000
+++ b/debian/control	2009-01-24 22:08:33 +0000
@@ -3,17 +3,16 @@
 Priority: optional
 Maintainer: Debian Bazaar Maintainers <pkg-bazaar-maint at lists.alioth.debian.org>
 Uploaders: Jelmer Vernooij <jelmer at debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python, python-central (>= 0.5)
+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python, python-central (>= 0.5), python-dulwich
 Build-Depends-Indep: bzr (>= 1.0)
 Standards-Version: 3.8.0
 Homepage: http://bazaar-vcs.org/BzrForeignBranches/Git
 Vcs-Bzr: http://bzr.debian.org/pkg-bazaar/bzr-git/unstable
 XS-Python-Version: all
-DM-Upload-Allowed: yes
 
 Package: bzr-git
 Architecture: all
-Depends: bzr (>= 1.0), ${python:Depends}, ${misc:Depends}
+Depends: bzr (>= 1.0), ${python:Depends}, ${misc:Depends}, python-dulwich
 Suggests: bzr-gtk
 XB-Python-Version: ${python:Versions}
 Description: Bazaar plugin providing readonly Git integration



More information about the Pkg-bazaar-commits mailing list