[Python-modules-commits] r9616 - in packages/pyside/trunk/debian (control rules)

odyx-guest at users.alioth.debian.org odyx-guest at users.alioth.debian.org
Wed Sep 2 21:58:42 UTC 2009


    Date: Wednesday, September 2, 2009 @ 21:58:40
  Author: odyx-guest
Revision: 9616

Change global package name again to something correct

Modified:
  packages/pyside/trunk/debian/control
  packages/pyside/trunk/debian/rules

Modified: packages/pyside/trunk/debian/control
===================================================================
--- packages/pyside/trunk/debian/control	2009-09-02 21:43:21 UTC (rev 9615)
+++ packages/pyside/trunk/debian/control	2009-09-02 21:58:40 UTC (rev 9616)
@@ -9,14 +9,14 @@
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pyside/?op=log
 Homepage: http://www.pyside.org/
 
-Package: pyside-qt4
+Package: python-pyside
 Architecture: all
 Depends: libpysidebase0 (= ${binary:Version}), python-pyside.qtcore (= ${binary:Version})
 Description: Python bindings for Qt 4 (metapackage)
  Python bindings for Qt4 framework. This is a metapackage for the
  basic packages.
 
-Package: python-pyside.qt-dbg
+Package: python-pyside-dbg
 Architecture: any
 Priority: extra
 Section: debug

Modified: packages/pyside/trunk/debian/rules
===================================================================
--- packages/pyside/trunk/debian/rules	2009-09-02 21:43:21 UTC (rev 9615)
+++ packages/pyside/trunk/debian/rules	2009-09-02 21:58:40 UTC (rev 9616)
@@ -9,7 +9,7 @@
 
 # Move debug libraries to our -dbg lib
 override_dh_strip:
-	dh_strip --dbg-package=python-pyside.qt-dbg
+	dh_strip --dbg-package=python-pyside-dbg
 
 ## TEMPORARILY DISABLES TESTS (they fail, see bug http://bugs.openbossa.org/show_bug.cgi?id=28)
 override_dh_auto_test:




More information about the Python-modules-commits mailing list