Package: pyxdg
Version: 0.15-1

Hi,

Attached is the diff for the pyxdg 0.15-1.1 NMU prepared by Arnaud
Fontaine.

Cheers,
-- 
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/
diff -u pyxdg-0.15/debian/changelog pyxdg-0.15/debian/changelog
--- pyxdg-0.15/debian/changelog
+++ pyxdg-0.15/debian/changelog
@@ -1,3 +1,20 @@
+pyxdg (0.15-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control:
+    + Update Standards-Version to 3.7.2. No changes needed.
+  * New Python policy changes. Closes: #373373.
+    + debian/rules:
+      -        Add DEB_PYTHON_SYSTEM=pysupport.
+    + debian/control:
+      - Add XB-Python-Version field.
+      - Update Build-Depends.
+      - Add patchutils in Build-Depends.
+    + Add debian/pycompat and debian/pyversions.
+  * Update FSF address in debian/copyright.
+
+ -- Arnaud Fontaine <[EMAIL PROTECTED]>  Fri, 30 Jun 2006 21:12:19 +0200
+
 pyxdg (0.15-1) unstable; urgency=low
 
   * New upstream version (Closes: #336537).
diff -u pyxdg-0.15/debian/control pyxdg-0.15/debian/control
--- pyxdg-0.15/debian/control
+++ pyxdg-0.15/debian/control
@@ -2,12 +2,13 @@
 Section: python
 Priority: optional
 Maintainer: Sebastien Bacher <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.67), python-dev (>= 2.3), cdbs (>= 0.4.5)
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-dev (>= 
2.3.5-7), python-support (>= 0.3.2), patchutils (>= 0.2.25)
+Standards-Version: 3.7.2
 
 Package: python-xdg
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+XB-Python-Version: ${python:Versions}
 Description: A python library to access freedesktop.org standards
  PyXDG contains implementations of freedesktop.org standards in python:
  .
diff -u pyxdg-0.15/debian/rules pyxdg-0.15/debian/rules
--- pyxdg-0.15/debian/rules
+++ pyxdg-0.15/debian/rules
@@ -2,6 +2,8 @@
 # -*- mode: makefile; coding: utf-8 -*-
 # Copyright © 2002,2003 Colin Walters <[EMAIL PROTECTED]>
 
+DEB_PYTHON_SYSTEM=pysupport
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
diff -u pyxdg-0.15/debian/copyright pyxdg-0.15/debian/copyright
--- pyxdg-0.15/debian/copyright
+++ pyxdg-0.15/debian/copyright
@@ -20,7 +20,7 @@
  
     You should have received a copy of the GNU Lesser General Public
     License along with this package; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in `/usr/share/common-licenses/LGPL'.
diff -u pyxdg-0.15/debian/compat pyxdg-0.15/debian/compat
--- pyxdg-0.15/debian/compat
+++ pyxdg-0.15/debian/compat
@@ -1 +1 @@
-4
+5
only in patch2:
unchanged:
--- pyxdg-0.15.orig/debian/pycompat
+++ pyxdg-0.15/debian/pycompat
@@ -0,0 +1 @@
+2
only in patch2:
unchanged:
--- pyxdg-0.15.orig/debian/pyversions
+++ pyxdg-0.15/debian/pyversions
@@ -0,0 +1 @@
+2.3-

Reply via email to