[Python-modules-commits] r22480 - in packages/pyxdg/trunk/debian (compat control)

takluyver-guest at users.alioth.debian.org takluyver-guest at users.alioth.debian.org
Wed Aug 1 20:02:02 UTC 2012


    Date: Wednesday, August 1, 2012 @ 20:02:01
  Author: takluyver-guest
Revision: 22480

Apply changes suggested by Barry Warsaw

Modified:
  packages/pyxdg/trunk/debian/compat
  packages/pyxdg/trunk/debian/control

Modified: packages/pyxdg/trunk/debian/compat
===================================================================
--- packages/pyxdg/trunk/debian/compat	2012-08-01 19:40:42 UTC (rev 22479)
+++ packages/pyxdg/trunk/debian/compat	2012-08-01 20:02:01 UTC (rev 22480)
@@ -1 +1 @@
-7
+9

Modified: packages/pyxdg/trunk/debian/control
===================================================================
--- packages/pyxdg/trunk/debian/control	2012-08-01 19:40:42 UTC (rev 22479)
+++ packages/pyxdg/trunk/debian/control	2012-08-01 20:02:01 UTC (rev 22480)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Piotr Lewandowski <piotr.lewandowski at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 9),
                python-all (>= 2.6.6-3~),
                python3-all,
                python-nose,
@@ -20,7 +20,7 @@
 Package: python-xdg
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, menu-xdg
-Description: Python library to access freedesktop.org standards
+Description: Python 2 library to access freedesktop.org standards
  PyXDG contains implementations of freedesktop.org standards in Python:
  .
   * Base Directory Specification Version 0.6
@@ -35,7 +35,7 @@
 Package: python3-xdg
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}, menu-xdg
-Description: Python library to access freedesktop.org standards
+Description: Python 3 library to access freedesktop.org standards
  PyXDG contains implementations of freedesktop.org standards in Python:
  .
   * Base Directory Specification Version 0.6




More information about the Python-modules-commits mailing list