[libnotifymm] Add Debian debug package.



commit 9ae1b9220e1f1df26321f5b39ad8afa7be82d0a3
Author: David King <davidk openismus com>
Date:   Wed May 6 16:16:22 2009 +0200

    Add Debian debug package.
    
    * debian/[changelog|control|rules]: Add -dbg package.
---
 ChangeLog        |    4 ++++
 debian/changelog |    6 ++++++
 debian/control   |    8 +++++++-
 debian/rules     |    2 +-
 4 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d65ce7a..8e8ca7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  David King  <davidk openismus com>
+
+	* debian/[changelog|control|rules]: Add -dbg package.
+
 0.6.2:
 
 2009-05-05  Daniel Elstner  <danielk openismus com>
diff --git a/debian/changelog b/debian/changelog
index 86da2e3..8b86f36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libnotifymm (0.6.2-2) unstable; urgency=low
+
+  * Add debug symbols package libnotifymm-dbg .
+
+ -- David King <davidk openismus com>  Wed,  6 May 2009 13:03:33 +0200
+
 libnotifymm (0.6.2-1) unstable; urgency=low
 
   * Update for 0.6.2 tarball release.
diff --git a/debian/control b/debian/control
index 03916f7..9d8098a 100644
--- a/debian/control
+++ b/debian/control
@@ -9,11 +9,17 @@ Package: libnotifymm-dev
 Section: libdevel
 Architecture: any
 Depends: libnotifymm (= ${Source-Version}), libsigc++-2.0-dev (>= 2.0.16-2), libnotify-dev (>= 0.4.3) libgtkmm-2.4-dev (>= 2.10.0)
-Suggests: 
 Description: C++ wrapper for libnotify (development files)
  This package contains development files, reference documentation, and
  examples.
 
+Package: libnotifymm-dbg
+Section: libdevel
+Architecture: any
+Depends: libnotifymm (= ${Source-Version})
+Description: C++ wrapper for libnotify (debug symbols)
+ This package contains debug symbols.
+
 Package: libnotifymm
 Section: libs
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 079da7d..5b23517 100755
--- a/debian/rules
+++ b/debian/rules
@@ -90,7 +90,7 @@ binary-arch: build install
 #	dh_installinfo
 	dh_installman
 	dh_link
-	dh_strip
+	dh_strip --dbg-package=libnotifymm
 	dh_compress -Xdoxygen_tags
 	dh_fixperms
 #	dh_perl



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]