[Python-modules-commits] r10040 - in packages/pyparted/trunk/debian (changelog control)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Tue Oct 13 19:31:41 UTC 2009


    Date: Tuesday, October 13, 2009 @ 19:31:40
  Author: dktrkranz
Revision: 10040

Add python-decorator to Depends too

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

Modified: packages/pyparted/trunk/debian/changelog
===================================================================
--- packages/pyparted/trunk/debian/changelog	2009-10-13 19:09:47 UTC (rev 10039)
+++ packages/pyparted/trunk/debian/changelog	2009-10-13 19:31:40 UTC (rev 10040)
@@ -3,8 +3,9 @@
   * New upstream release.
   * debian/patches/lower_parted_version.patch:
     - Refresh for new upstream release.
+  * Add python-decorator to Depends too.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Tue, 13 Oct 2009 21:07:26 +0200
+ -- Luca Falavigna <dktrkranz at debian.org>  Tue, 13 Oct 2009 21:28:59 +0200
 
 pyparted (2.1.1-1) unstable; urgency=low
 

Modified: packages/pyparted/trunk/debian/control
===================================================================
--- packages/pyparted/trunk/debian/control	2009-10-13 19:09:47 UTC (rev 10039)
+++ packages/pyparted/trunk/debian/control	2009-10-13 19:31:40 UTC (rev 10040)
@@ -11,7 +11,7 @@
 
 Package: python-parted
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-decorator
 Provides: ${python:Provides}
 Description: Python interface for libparted
  pyparted is a set of Python modules that provide Python programmers an




More information about the Python-modules-commits mailing list