Hi,

The attached file is the diff for my python-xml 0.8.4-10.1 NMU. The
associated changelog entry is:

 python-xml (0.8.4-10.1) unstable; urgency=medium

   * Non-maintainer upload.
   * Fix bashism in debian/rules (Closes: #478621)
   * Bump Standards-Version to 3.8.0.


Regards,

-- 
Chris Lamb, UK                                       [EMAIL PROTECTED]
                                                            GPG: 0x634F9A20
diff -Nru python-xml-0.8.4/debian/changelog python-xml-0.8.4/debian/changelog
--- python-xml-0.8.4/debian/changelog   2008-06-07 22:21:35.000000000 +0100
+++ python-xml-0.8.4/debian/changelog   2008-06-07 22:21:36.000000000 +0100
@@ -1,3 +1,11 @@
+python-xml (0.8.4-10.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix bashism in debian/rules (Closes: #478621)
+  * Bump Standards-Version to 3.8.0.
+
+ -- Chris Lamb <[EMAIL PROTECTED]>  Sat, 07 Jun 2008 22:19:49 +0100
+
 python-xml (0.8.4-10) unstable; urgency=low
 
   * Split documentation and examples out to a new python-xml-doc package.
diff -Nru python-xml-0.8.4/debian/control python-xml-0.8.4/debian/control
--- python-xml-0.8.4/debian/control     2008-06-07 22:21:35.000000000 +0100
+++ python-xml-0.8.4/debian/control     2008-06-07 22:21:36.000000000 +0100
@@ -4,7 +4,7 @@
 Maintainer: Debian/Ubuntu Zope Team <[EMAIL PROTECTED]>
 Uploaders: Alexandre Fayolle <[EMAIL PROTECTED]> , Fabio Tranchitella <[EMAIL 
PROTECTED]>, Matthias Klose <[EMAIL PROTECTED]>, Jérémy Bobbio <[EMAIL 
PROTECTED]>
 Build-Depends: python-all-dev, python-all-dbg, debhelper (>= 5.0.37.1), 
python-central (>= 0.4.15)
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
 XS-Python-Version: all
 XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/python-xml/trunk
 
diff -Nru python-xml-0.8.4/debian/rules python-xml-0.8.4/debian/rules
--- python-xml-0.8.4/debian/rules       2008-06-07 22:21:35.000000000 +0100
+++ python-xml-0.8.4/debian/rules       2008-06-07 22:21:36.000000000 +0100
@@ -236,7 +236,7 @@
        @echo -e "\nPatches applied:" >> pxxx
        @for i in none $(debian_patches); do \
                if [ -r debian/patches/$$i.dpatch ]; then \
-                       echo -e "\n$$i:" >> pxxx; \
+                       printf "\n$$i:\n" >> pxxx; \
                        sed -n 's/^# *DP: */  /p' debian/patches/$$i.dpatch >> 
pxxx; \
                fi \
        done

Attachment: signature.asc
Description: PGP signature

Reply via email to