[Pkg-bazaar-commits] r169 ./bzr-builddeb/trunk: * Complete the transition of deb822 into python-debian.
James Westby
jw+debian at jameswestby.net
Wed Aug 22 21:25:55 UTC 2007
------------------------------------------------------------
revno: 169
committer: James Westby <jw+debian at jameswestby.net>
branch nick: trunk
timestamp: Wed 2007-08-22 22:25:55 +0100
message:
* Complete the transition of deb822 into python-debian.
modified:
README
changes.py
debian/changelog
doc/user_manual/installing.rst
import_dsc.py
-------------- next part --------------
=== modified file 'README'
--- a/README 2007-07-10 22:01:56 +0000
+++ b/README 2007-08-22 21:25:55 +0000
@@ -17,8 +17,8 @@
Installation
------------
-This plugin requires `python-debian`_ (at least version 0.1.1),
-`python-deb822`_, and a version of bzr at least 0.14. The two python modules
+This plugin requires `python-debian`_ (at least version 0.1.4),
+and a version of bzr at least 0.18. The two python modules
are available in Debian (though maybe not at the required versions for a
development version of builddeb), the former in experimental at the moment.
=== modified file 'changes.py'
--- a/changes.py 2007-06-18 21:51:23 +0000
+++ b/changes.py 2007-08-22 21:25:55 +0000
@@ -21,7 +21,7 @@
import commands
import os
-import deb822
+from debian_bundle import deb822
from bzrlib.trace import mutter
=== modified file 'debian/changelog'
--- a/debian/changelog 2007-08-22 21:21:46 +0000
+++ b/debian/changelog 2007-08-22 21:25:55 +0000
@@ -3,8 +3,9 @@
* Support exporting the working tree when it contains symlinks. Thanks
to John Arbash Meinel for help on fixing it. (LP: #132391)
* Fix the repacking of .tar.bz2 file to .tar.gz. Thanks Frederic Brin.
+ * Complete the transition of deb822 into python-debian.
- -- James Westby <jw+debian at jameswestby.net> Wed, 22 Aug 2007 22:20:36 +0100
+ -- James Westby <jw+debian at jameswestby.net> Wed, 22 Aug 2007 22:25:27 +0100
bzr-builddeb (0.19) unstable; urgency=low
=== modified file 'doc/user_manual/installing.rst'
--- a/doc/user_manual/installing.rst 2007-07-10 20:52:45 +0000
+++ b/doc/user_manual/installing.rst 2007-08-22 21:25:55 +0000
@@ -27,10 +27,10 @@
$ bzr pull
to get the latest version. Installing by this method means that you may be
-missing some of the dependencies. These are `python-debian`_ and
-`python-deb822`_. Installing the packages for these dependencies will
-probably get you a working install, but API changes may mean that you need
-to install a development version of these libraries.
+missing some of the dependencies. The main one is `python-debian`_.
+Installing the package for this dependency will probably get you a working
+install, but API changes may mean that you need to install a development
+version of this library.
To check your install you should be able to run
=== modified file 'import_dsc.py'
--- a/import_dsc.py 2007-07-10 19:47:58 +0000
+++ b/import_dsc.py 2007-08-22 21:25:55 +0000
@@ -29,7 +29,7 @@
from subprocess import Popen, PIPE
import tarfile
-import deb822
+from debian_bundle import deb822
from debian_bundle.changelog import Version
from bzrlib import (bzrdir,
More information about the Pkg-bazaar-commits
mailing list