[Python-modules-commits] r8000 - in packages/pyparted/trunk/debian (control rules)
dktrkranz-guest at users.alioth.debian.org
dktrkranz-guest at users.alioth.debian.org
Wed Mar 25 19:33:35 UTC 2009
Date: Wednesday, March 25, 2009 @ 19:33:34
Author: dktrkranz-guest
Revision: 8000
Provide .dbg package
Modified:
packages/pyparted/trunk/debian/control
packages/pyparted/trunk/debian/rules
Modified: packages/pyparted/trunk/debian/control
===================================================================
--- packages/pyparted/trunk/debian/control 2009-03-25 19:31:37 UTC (rev 7999)
+++ packages/pyparted/trunk/debian/control 2009-03-25 19:33:34 UTC (rev 8000)
@@ -13,8 +13,21 @@
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
-Description: Python interface for libparted
+Description: Python interface for libparted - Python module
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 filesystem manipulation.
+ .
+ This package contains Python module itself.
+Package: python-parted-dbg
+Section: debug
+Architecture: any
+Depends: python-parted (= ${binary:Version})
+Provides: ${python:Provides}
+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
+ library for disk partitioning and filesystem manipulation.
+ .
+ This package contains debugging symbols
Modified: packages/pyparted/trunk/debian/rules
===================================================================
--- packages/pyparted/trunk/debian/rules 2009-03-25 19:31:37 UTC (rev 7999)
+++ packages/pyparted/trunk/debian/rules 2009-03-25 19:33:34 UTC (rev 8000)
@@ -35,7 +35,7 @@
dh_installchangelogs
dh_installdocs
dh_pysupport
- dh_strip
+ dh_strip --dbg-package=python-parted-dbg
dh_compress
dh_fixperms
dh_installdeb
More information about the Python-modules-commits
mailing list