[Pkg-bazaar-commits] r28 ./bzr-rebase/unstable: A couple of small fixes, agreed on by Jelmer.

Adeodato Simó dato at net.com.org.es
Thu Jul 19 12:18:51 UTC 2007


------------------------------------------------------------
revno: 28
committer: Adeodato Simó <dato at net.com.org.es>
branch nick: unstable
timestamp: Thu 2007-07-19 14:18:51 +0200
message:
  A couple of small fixes, agreed on by Jelmer.
removed:
  debian/pycompat
modified:
  debian/changelog
  debian/control
  debian/rules
-------------- next part --------------
=== removed file 'debian/pycompat'
--- a/debian/pycompat	2007-07-14 21:24:08 +0000
+++ b/debian/pycompat	1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-2

=== modified file 'debian/changelog'
--- a/debian/changelog	2007-07-14 21:24:08 +0000
+++ b/debian/changelog	2007-07-19 12:18:51 +0000
@@ -1,4 +1,4 @@
-bzr-rebase (0.1) unstable; urgency=low
+bzr-rebase (0.1-1) unstable; urgency=low
 
   * Initial release. (Closes: #433143)
 

=== modified file 'debian/control'
--- a/debian/control	2007-07-14 21:40:59 +0000
+++ b/debian/control	2007-07-19 12:18:51 +0000
@@ -4,10 +4,10 @@
 Maintainer: Debian Bazaar Maintainers <pkg-bazaar-maint at lists.alioth.debian.org>
 Uploaders: Jelmer Vernooij <jelmer at samba.org>
 Build-Depends-Indep: bzr (>= 0.18~rc1)
-Build-Depends: python-central (>= 0.5), cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python-dev
+Build-Depends: python-central (>= 0.5), cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python
 Standards-Version: 3.7.2
 XS-Python-Version: >= 2.4
-XS-Vcs-Bzr: http://bzr.debian.org/pkg-bazaar/bzr-rebase/debian/
+XS-Vcs-Bzr: http://bzr.debian.org/pkg-bazaar/bzr-rebase/unstable/
 
 Package: bzr-rebase
 Architecture: all

=== modified file 'debian/rules'
--- a/debian/rules	2007-07-14 21:24:08 +0000
+++ b/debian/rules	2007-07-19 12:18:51 +0000
@@ -7,5 +7,5 @@
 
 clean::
 	-rm -rf build test*.tmp 
-	find . -name "*.pyc" -print0 | xargs -0 rm -f
+	find . -name "*.pyc" -print0 | xargs -r0 rm -f
 



More information about the Pkg-bazaar-commits mailing list