[python-debian/master] minor revamp of README

Stefano Zacchiroli zack at upsilon.cc
Thu Jun 19 20:48:42 UTC 2008


- point to deb822.py instead of debian_support for Packages parsing
- mention debfile.py
---
 README           |    3 ++-
 TODO             |    3 +--
 debian/changelog |    2 ++
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/README b/README
index 8f4d328..509b455 100644
--- a/README
+++ b/README
@@ -5,7 +5,8 @@ Currently supported are
 
   * Debtags data with debtags.py
   * Debian changelogs with changelog.py
-  * Packages files and the like with debian_support.
+  * Packages files and the like with deb822.py
+  * .deb files (and .ar files FWIW) via debfile.py
 
 Some of the modules will use python-apt for some of the functions. It should
 make no difference if it is installed, but if you find a bug installing it
diff --git a/TODO b/TODO
index 3924a54..b1a6064 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,2 @@
 - Revamp the README files. In particular, note that debian_support.py
-  comes from the secure-testing repository (also in copyright!!), and
-  that for reading Packages files Deb822 should be used instead.
+  comes from the secure-testing repository (also in copyright!!)
diff --git a/debian/changelog b/debian/changelog
index 9b82114..d8ae1a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ python-debian (0.1.11) UNRELEASED; urgency=low
   [ Stefano Zacchiroli ]
   * debfile.py: add has_key (same implementation of __contains__) to better
     emulate dictionary containers
+  * minor revamp of README pointing to deb822.py for Packages parsing and
+    mentioning debfile.py
 
  -- John Wright <jsw at debian.org>  Thu, 12 Jun 2008 12:16:53 +0100
 
-- 
1.5.4.2




More information about the pkg-python-debian-commits mailing list