diff -urN pyxdg-0.15.old/debian/changelog pyxdg-0.15/debian/changelog
--- pyxdg-0.15.old/debian/changelog	2006-06-30 21:11:44.000000000 +0200
+++ pyxdg-0.15/debian/changelog	2006-06-30 21:17:52.000000000 +0200
@@ -1,3 +1,18 @@
+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.
+
+ -- Arnaud Fontaine <arnaud@andesi.org>  Fri, 30 Jun 2006 21:12:19 +0200
+
 pyxdg (0.15-1) unstable; urgency=low
 
   * New upstream version (Closes: #336537).
diff -urN pyxdg-0.15.old/debian/compat pyxdg-0.15/debian/compat
--- pyxdg-0.15.old/debian/compat	2006-06-30 21:11:44.000000000 +0200
+++ pyxdg-0.15/debian/compat	2006-06-30 21:07:01.000000000 +0200
@@ -1 +1 @@
-4
+5
diff -urN pyxdg-0.15.old/debian/control pyxdg-0.15/debian/control
--- pyxdg-0.15.old/debian/control	2006-06-30 21:11:44.000000000 +0200
+++ pyxdg-0.15/debian/control	2006-06-30 21:09:25.000000000 +0200
@@ -2,12 +2,13 @@
 Section: python
 Priority: optional
 Maintainer: Sebastien Bacher <seb128@debian.org>
-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 -urN pyxdg-0.15.old/debian/rules pyxdg-0.15/debian/rules
--- pyxdg-0.15.old/debian/rules	2006-06-30 21:11:44.000000000 +0200
+++ pyxdg-0.15/debian/rules	2006-06-30 21:09:37.000000000 +0200
@@ -2,6 +2,8 @@
 # -*- mode: makefile; coding: utf-8 -*-
 # Copyright © 2002,2003 Colin Walters <walters@debian.org>
 
+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
