[Python-modules-commits] r23197 - in packages/pyxdg/trunk/debian (changelog control)

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sat Dec 22 11:24:42 UTC 2012


    Date: Saturday, December 22, 2012 @ 11:24:40
  Author: joss
Revision: 23197

Remove dependency on menu-xdg. It does not make any sense and forces 
its installation on systems that don?\226?\128?\153t need it. Closes: #675456.

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

Modified: packages/pyxdg/trunk/debian/changelog
===================================================================
--- packages/pyxdg/trunk/debian/changelog	2012-12-20 22:39:23 UTC (rev 23196)
+++ packages/pyxdg/trunk/debian/changelog	2012-12-22 11:24:40 UTC (rev 23197)
@@ -1,3 +1,10 @@
+pyxdg (0.25-2) UNRELEASED; urgency=low
+
+  * Remove dependency on menu-xdg. It does not make any sense and forces 
+    its installation on systems that don’t need it. Closes: #675456.
+
+ -- Josselin Mouette <joss at debian.org>  Sat, 22 Dec 2012 12:23:24 +0100
+
 pyxdg (0.25-1) experimental; urgency=low
 
   * New upstream version

Modified: packages/pyxdg/trunk/debian/control
===================================================================
--- packages/pyxdg/trunk/debian/control	2012-12-20 22:39:23 UTC (rev 23196)
+++ packages/pyxdg/trunk/debian/control	2012-12-22 11:24:40 UTC (rev 23197)
@@ -20,7 +20,7 @@
 
 Package: python-xdg
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, menu-xdg
+Depends: ${misc:Depends}, ${python:Depends}
 Description: Python 2 library to access freedesktop.org standards
  PyXDG contains implementations of freedesktop.org standards in Python:
  .
@@ -35,7 +35,7 @@
 
 Package: python3-xdg
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, menu-xdg
+Depends: ${misc:Depends}, ${python3:Depends}
 Description: Python 3 library to access freedesktop.org standards
  PyXDG contains implementations of freedesktop.org standards in Python:
  .




More information about the Python-modules-commits mailing list