[SCM] smokegen packaging branch, master, updated. ba5c2f3e5bd4a40c4cf8bdfafad12d0141be4473

Pino Toscano pino-guest at alioth.debian.org
Wed Jun 29 12:53:46 UTC 2011


The following commit has been merged in the master branch:
commit ba5c2f3e5bd4a40c4cf8bdfafad12d0141be4473
Author: Pino Toscano <pino at kde.org>
Date:   Wed Jun 29 14:53:33 2011 +0200

    add a smokegen-dbg package
---
 debian/control |   10 ++++++++++
 debian/rules   |    3 +++
 2 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/debian/control b/debian/control
index ba3271d..47f02f7 100644
--- a/debian/control
+++ b/debian/control
@@ -28,3 +28,13 @@ Description: Qt SMOKE libraries
  SMOKE provides infrastructure which is used for creating bindings for
  multiple languages such as Ruby, C# and PHP.
 
+Package: smokegen-dbg
+Section: debug
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: kdebindings-dbg
+Replaces: kdebindings-dbg
+Architecture: any
+Description: SMOKE development tools -- debug symbols
+ This package contains the debug symbols for the SMOKE generator, used to
+ investigate problems with its libraries and binaries.
+
diff --git a/debian/rules b/debian/rules
index 73be606..7cb3327 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,6 @@
 override_dh_install:
 	dh_install --list-missing
 
+override_dh_strip:
+	dh_strip --dbg-package=smokegen-dbg
+

-- 
smokegen packaging



More information about the pkg-kde-commits mailing list