r953 - in /python-xml/trunk/debian: changelog control

lunar at users.alioth.debian.org lunar at users.alioth.debian.org
Wed Jul 18 12:35:06 UTC 2007


Author: lunar
Date: Wed Jul 18 12:35:06 2007
New Revision: 953

URL: http://svn.debian.org/wsvn/pkg-zope/?sc=1&rev=953
Log:
* Add myself to Uploaders.
* Fix substvar-source-version-is-deprecated lintian warning by using
  ${binary:Version} instead of ${Source-Version}. 

Modified:
    python-xml/trunk/debian/changelog
    python-xml/trunk/debian/control

Modified: python-xml/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-zope/python-xml/trunk/debian/changelog?rev=953&op=diff
==============================================================================
--- python-xml/trunk/debian/changelog (original)
+++ python-xml/trunk/debian/changelog Wed Jul 18 12:35:06 2007
@@ -1,4 +1,4 @@
-python-xml (0.8.4-8) UNRELEASED; urgency=low
+python-xml (0.8.4-8) unstable; urgency=low
 
   * xmlproc should not fail on elliptical doctype declaration.  Thanks for
     Dominique Hazael-Massieux for the patch.  (Closes: #428839)
@@ -8,8 +8,11 @@
     a mixed conversion of ascii and unicode strings in Folder.dump_netscape.
     (Closes: #409779)
   * Redirect xbel_parse output to stderr.  (Closes: #233619)
-
- -- Jérémy Bobbio <lunar at debian.org>  Wed, 18 Jul 2007 14:16:57 +0200
+  * Add myself to Uploaders.
+  * Fix substvar-source-version-is-deprecated lintian warning by using
+    ${binary:Version} instead of ${Source-Version}. 
+
+ -- Jérémy Bobbio <lunar at debian.org>  Wed, 18 Jul 2007 14:30:10 +0200
 
 python-xml (0.8.4-7) unstable; urgency=low
 

Modified: python-xml/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-zope/python-xml/trunk/debian/control?rev=953&op=diff
==============================================================================
--- python-xml/trunk/debian/control (original)
+++ python-xml/trunk/debian/control Wed Jul 18 12:35:06 2007
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
-Uploaders: Alexandre Fayolle <afayolle at debian.org> , Fabio Tranchitella <kobold at debian.org>, Matthias Klose <doko at debian.org>
+Uploaders: Alexandre Fayolle <afayolle at debian.org> , Fabio Tranchitella <kobold at debian.org>, Matthias Klose <doko at debian.org>, Jérémy Bobbio <lunar at debian.org>
 Build-Depends: python-all-dev, python-all-dbg, debhelper (>= 5.0.37.1), python-central (>= 0.4.15)
 Standards-Version: 3.7.2
 XS-Python-Version: all
@@ -36,7 +36,7 @@
 Package: python-xml-dbg
 Priority: extra
 Architecture: any
-Depends: python-xml (= ${Source-Version}), python-dbg, ${shlibs:Depends}
+Depends: python-xml (= ${binary:Version}), python-dbg, ${shlibs:Depends}
 Description: XML tools for Python (debug extension)
  The Python/XML distribution contains the basic tools required for
  processing XML data using the Python programming language, assembled
@@ -61,7 +61,7 @@
 Package: xbel-utils
 Architecture: all
 Section: web
-Depends: ${python:Depends}, python-xml (>= ${Source-Version}), xbel
+Depends: ${python:Depends}, python-xml (>= ${binary:Version}), xbel
 Replaces: xbel-utils-0.6
 Conflicts: xbel-utils-0.6
 XB-Python-Version: ${python:Versions}




More information about the pkg-zope-commits mailing list