[Pkg-kde-commits] rev 1666 - trunk/packages/qt-x11-free/debian

Adeodato Simó adeodato at costa.debian.org
Sun Sep 4 22:27:58 UTC 2005


Author: adeodato
Date: 2005-09-04 22:27:57 +0000 (Sun, 04 Sep 2005)
New Revision: 1666

Modified:
   trunk/packages/qt-x11-free/debian/changelog
   trunk/packages/qt-x11-free/debian/control
   trunk/packages/qt-x11-free/debian/rules
Log:
Imported from Christopher:
  libqt3-mt-dbg. Ignoring binutils build-dependency because even stable
  has a sufficient version now.


Modified: trunk/packages/qt-x11-free/debian/changelog
===================================================================
--- trunk/packages/qt-x11-free/debian/changelog	2005-09-04 22:26:15 UTC (rev 1665)
+++ trunk/packages/qt-x11-free/debian/changelog	2005-09-04 22:27:57 UTC (rev 1666)
@@ -6,6 +6,8 @@
     No package in the archive uses them, except a bogus qtdmm
     build-dependency (#326627).
 
+  * Add a libqt3c102-mt-dbg package. (Closes: #235396, #322868)
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Date
 
 qt-x11-free (3:3.3.4-7) unstable; urgency=low

Modified: trunk/packages/qt-x11-free/debian/control
===================================================================
--- trunk/packages/qt-x11-free/debian/control	2005-09-04 22:26:15 UTC (rev 1665)
+++ trunk/packages/qt-x11-free/debian/control	2005-09-04 22:27:57 UTC (rev 1666)
@@ -18,6 +18,16 @@
  applications that link against the libqt-mt.so.3, e.g. all KDE3 
  applications.
  
+Package: libqt3-mt-dbg
+Section: libdevel
+Architecture: any
+Priority: extra
+Depends: libqt3-mt (= ${Source-Version})
+Description: debugging symbols for libqt3-mt
+ This package contains the debugging symbols associated with libqt3-mt.
+ They will automatically be used by gdb for debugging Qt-related
+ issues.
+
 Package: libqt3-mt-mysql
 Architecture: any
 Section: libs

Modified: trunk/packages/qt-x11-free/debian/rules
===================================================================
--- trunk/packages/qt-x11-free/debian/rules	2005-09-04 22:26:15 UTC (rev 1665)
+++ trunk/packages/qt-x11-free/debian/rules	2005-09-04 22:27:57 UTC (rev 1666)
@@ -36,7 +36,7 @@
 		-plugindir	"/usr/lib/qt3/plugins"		\
 		-translationdir	"/usr/share/qt3/translations"	\
 						\
-		-release			\
+		-debug				\
 		-thread				\
 		-shared				\
 		-fast				\
@@ -405,7 +405,7 @@
 	dh_installchangelogs -a $(IBASE) changes-3.3.4
 
 	dh_link -a $(IBASE)
-	dh_strip -a $(IBASE)
+	dh_strip -a $(IBASE) --dbg-package=libqt3-mt
 	dh_compress -a $(IBASE)
 	dh_fixperms -a $(IBASE)
 	




More information about the pkg-kde-commits mailing list