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

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Wed Aug 26 14:03:07 UTC 2009


    Date: Wednesday, August 26, 2009 @ 14:02:56
  Author: dktrkranz
Revision: 9494

Also depend on python-decorator

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

Modified: packages/pyparted/trunk/debian/changelog
===================================================================
--- packages/pyparted/trunk/debian/changelog	2009-08-26 13:48:28 UTC (rev 9493)
+++ packages/pyparted/trunk/debian/changelog	2009-08-26 14:02:56 UTC (rev 9494)
@@ -2,11 +2,11 @@
 
   * New upstream release.
   * debian/control:
-    - Build-depend on python-decorator.
+    - (Build-)Depend on python-decorator.
     - Update my e-mail address.
     - Bump Standards-Version to 3.8.3, no changes required.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Wed, 26 Aug 2009 13:36:22 +0000
+ -- Luca Falavigna <dktrkranz at debian.org>  Wed, 26 Aug 2009 14:02:19 +0000
 
 pyparted (2.0.12-1) unstable; urgency=low
 

Modified: packages/pyparted/trunk/debian/control
===================================================================
--- packages/pyparted/trunk/debian/control	2009-08-26 13:48:28 UTC (rev 9493)
+++ packages/pyparted/trunk/debian/control	2009-08-26 14:02:56 UTC (rev 9494)
@@ -24,7 +24,7 @@
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-dbg (>= 2.5), python-parted (= ${binary:Version})
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-dbg (>= 2.5), python-parted (= ${binary:Version}), python-decorator
 Description: Python interface for libparted - Debugging symbols
  pyparted is a set of Python modules that provide Python programmers an
  interface to libparted (http://www.gnu.org/software/parted), the GNU parted




More information about the Python-modules-commits mailing list