[Python-modules-commits] r3258 - in /packages/python-qt4/trunk/debian: changelog rules

shlomme at users.alioth.debian.org shlomme at users.alioth.debian.org
Sun Sep 16 08:54:48 UTC 2007


Author: shlomme
Date: Sun Sep 16 08:54:48 2007
New Revision: 3258

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3258
Log:
* small-time fixes for release

Modified:
    packages/python-qt4/trunk/debian/changelog
    packages/python-qt4/trunk/debian/rules

Modified: packages/python-qt4/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-qt4/trunk/debian/changelog?rev=3258&op=diff
==============================================================================
--- packages/python-qt4/trunk/debian/changelog (original)
+++ packages/python-qt4/trunk/debian/changelog Sun Sep 16 08:54:48 2007
@@ -2,8 +2,10 @@
 
   * Added watch file.
   * python-qt4-{sql,gl}-dbg now really contain debug extensions.
+  * Do not strip the Qt4 desigern plugin in the Makefile
+  * Correctly install debug symbols.
 
- -- Torsten Marek <shlomme at debian.org>  Sun, 16 Sep 2007 00:02:37 +0200
+ -- Torsten Marek <shlomme at debian.org>  Sun, 16 Sep 2007 10:53:32 +0200
 
 python-qt4 (4.3-6) experimental; urgency=low
 

Modified: packages/python-qt4/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-qt4/trunk/debian/rules?rev=3258&op=diff
==============================================================================
--- packages/python-qt4/trunk/debian/rules (original)
+++ packages/python-qt4/trunk/debian/rules Sun Sep 16 08:54:48 2007
@@ -89,6 +89,8 @@
 	dh_testroot
 	dh_clean -k -a
 	dh_installdirs -a
+#	no stripping, please, we are a family bar
+	sed -i -e '/strip/ d' $(CURDIR)/designer/Makefile
 	for v in ${PYTHONS}; do \
 		$(MAKE) -C build-$$v install \
 			INSTALL_ROOT=$(CURDIR)/debian/tmp DESTDIR=$(CURDIR)/debian/tmp; \
@@ -164,7 +166,7 @@
 	dh_link
 ifeq (,$(findstring -i, $(DH_OPTIONS)))
 	DH_OPTIONS= dh_strip -ppyqt4-dev-tools
-	DH_OPTIONS= dh_strip -python-qt4-dbus
+	DH_OPTIONS= dh_strip -ppython-qt4-dbus
 	set -e; \
 	for p in python-qt4 python-qt4-gl python-qt4-sql; do \
 		DH_OPTIONS= dh_strip -p$$p --dbg-package=$$p-dbg; \




More information about the Python-modules-commits mailing list