[maemo-commits] [maemo-commits] r8570 - projects/haf/trunk/libcairo/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Dec 4 11:53:08 EET 2006
- Previous message: [maemo-commits] r8569 - projects/haf/tags/osso-gnome-vfs2
- Next message: [maemo-commits] r8571 - projects/haf/trunk/libcairo/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: tko
Date: 2006-12-04 11:53:07 +0200 (Mon, 04 Dec 2006)
New Revision: 8570
Modified:
projects/haf/trunk/libcairo/debian/changelog
projects/haf/trunk/libcairo/debian/control
projects/haf/trunk/libcairo/debian/rules
Log:
* Add debugging symbols
- debian/control: Add libcairo2-dbg package
- debian/rules: update call to dh_strip
Modified: projects/haf/trunk/libcairo/debian/changelog
===================================================================
--- projects/haf/trunk/libcairo/debian/changelog 2006-12-04 09:28:11 UTC (rev 8569)
+++ projects/haf/trunk/libcairo/debian/changelog 2006-12-04 09:53:07 UTC (rev 8570)
@@ -1,3 +1,13 @@
+libcairo (1.2.4-4osso2) UNRELEASED; urgency=low
+
+ * NOT RELEASED YET
+
+ * Add debugging symbols
+ - debian/control: Add libcairo2-dbg package
+ - debian/rules: update call to dh_strip
+
+ -- Tommi Komulainen <tommi.komulainen at nokia.com> Mon, 4 Dec 2006 11:52:08 +0200
+
libcairo (1.2.4-4osso1) unstable; urgency=low
* Set myself as Maintainer
Modified: projects/haf/trunk/libcairo/debian/control
===================================================================
--- projects/haf/trunk/libcairo/debian/control 2006-12-04 09:28:11 UTC (rev 8569)
+++ projects/haf/trunk/libcairo/debian/control 2006-12-04 09:53:07 UTC (rev 8570)
@@ -57,3 +57,13 @@
This package contains the HTML documentation for the Cairo library
in /usr/share/doc/libcairo2-doc/ .
+Package: libcairo2-dbg
+Section: libdevel
+Architecture: any
+Depends: libcairo2 (= ${Source-Version})
+Description: Debugging symbols for the Cairo 2D graphics library
+ Cairo is a multi-platform library providing anti-aliased
+ vector-based rendering for multiple target backends.
+ .
+ This package contains symbol tables for debugging.
+
Modified: projects/haf/trunk/libcairo/debian/rules
===================================================================
--- projects/haf/trunk/libcairo/debian/rules 2006-12-04 09:28:11 UTC (rev 8569)
+++ projects/haf/trunk/libcairo/debian/rules 2006-12-04 09:53:07 UTC (rev 8570)
@@ -139,7 +139,7 @@
dh_installman
dh_installexamples
dh_link
- dh_strip
+ dh_strip -a --dbg-package=libcairo2
dh_compress
dh_fixperms
dh_makeshlibs -plibcairo2 -V
- Previous message: [maemo-commits] r8569 - projects/haf/tags/osso-gnome-vfs2
- Next message: [maemo-commits] r8571 - projects/haf/trunk/libcairo/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
