[maemo-commits] [maemo-commits] r13275 - projects/haf/trunk/osso-af-utils/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Aug 17 14:53:32 EEST 2007
Author: kihamala
Date: 2007-08-17 14:53:31 +0300 (Fri, 17 Aug 2007)
New Revision: 13275

Modified:
   projects/haf/trunk/osso-af-utils/debian/changelog
   projects/haf/trunk/osso-af-utils/debian/control
   projects/haf/trunk/osso-af-utils/debian/rules
Log:
added debug symbols package


Modified: projects/haf/trunk/osso-af-utils/debian/changelog
===================================================================
--- projects/haf/trunk/osso-af-utils/debian/changelog	2007-08-17 11:49:59 UTC (rev 13274)
+++ projects/haf/trunk/osso-af-utils/debian/changelog	2007-08-17 11:53:31 UTC (rev 13275)
@@ -1,3 +1,9 @@
+osso-af-utils (1.15-3) unstable; urgency=low
+
+  * Added debug symbols package. Fixes: NB#65725
+
+ -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Fri, 17 Aug 2007 14:53:04 +0300
+
 osso-af-utils (1.15-2) unstable; urgency=low
 
   * This version is 1.15-2 because 1.15-1 was integrated before it was

Modified: projects/haf/trunk/osso-af-utils/debian/control
===================================================================
--- projects/haf/trunk/osso-af-utils/debian/control	2007-08-17 11:49:59 UTC (rev 13274)
+++ projects/haf/trunk/osso-af-utils/debian/control	2007-08-17 11:53:31 UTC (rev 13275)
@@ -10,3 +10,9 @@
 Depends: ${shlibs:Depends}, osso-icons, lsof, osso-core-config
 Description: Assortment of small programs for the application framework.
  Including waitdbus, waitx, fb-progress, xset770, temp-reaper.
+
+Package: osso-af-utils-dbg
+Architecture: any
+Depends: osso-af-utils (= ${Source-Version})
+Description: osso-af-utils debug symbols
+ Debug symbols for the osso-af-utils package.

Modified: projects/haf/trunk/osso-af-utils/debian/rules
===================================================================
--- projects/haf/trunk/osso-af-utils/debian/rules	2007-08-17 11:49:59 UTC (rev 13274)
+++ projects/haf/trunk/osso-af-utils/debian/rules	2007-08-17 11:53:31 UTC (rev 13275)
@@ -109,7 +109,7 @@
 #	dh_installinfo
 	dh_installman
 	dh_link
-	dh_strip
+	dh_strip --dbg-package="osso-af-utils"
 	dh_compress
 	dh_fixperms
 #	dh_perl


More information about the maemo-commits mailing list