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

dktrkranz-guest at users.alioth.debian.org dktrkranz-guest at users.alioth.debian.org
Tue May 19 22:01:03 UTC 2009


    Date: Tuesday, May 19, 2009 @ 22:01:03
  Author: dktrkranz-guest
Revision: 8539

Build-depend on debhelper (>= 7.0.50)
Remove " - Python module" from python-parted short description
Add ${shlibs:Depends} to python-parted-dbg dependencies

Modified:
  packages/pyparted/trunk/debian/control

Modified: packages/pyparted/trunk/debian/control
===================================================================
--- packages/pyparted/trunk/debian/control	2009-05-19 16:13:53 UTC (rev 8538)
+++ packages/pyparted/trunk/debian/control	2009-05-19 22:01:03 UTC (rev 8539)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Luca Falavigna <dktrkranz at ubuntu.com>
-Build-Depends: debhelper (>= 7), python-all-dev (>= 2.5), python-all-dbg (>= 2.5), python-support (>= 0.5.3), pkg-config, libparted1.8-dev (>= 1.8.6), automake, libdevmapper-dev, uuid-dev, quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.50), python-all-dev (>= 2.5), python-all-dbg (>= 2.5), python-support (>= 0.5.3), pkg-config, libparted1.8-dev (>= 1.8.6), automake, libdevmapper-dev, uuid-dev, quilt (>= 0.46-7)
 Standards-Version: 3.8.1
 Homepage: http://fedorahosted.org/pyparted/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyparted/trunk/
@@ -13,7 +13,7 @@
 Architecture: any
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Provides: ${python:Provides}
-Description: Python interface for libparted - Python module
+Description: Python interface for libparted
  pyparted is a set of Python modules that provide Python programmers an
  interface to libparted (http://www.gnu.org/software/parted), the GNU parted
  library for disk partitioning and file system manipulation.
@@ -24,7 +24,7 @@
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${python: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})
 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