[SCM] Packaging for yat branch, master, updated. 7a3904c91bfd86f19404d37b91c0c8c453024935
Picca Frédéric-Emma?==?UTF-8?Q?nuel
picca at debian.org
Wed Jul 27 19:56:14 UTC 2011
The following commit has been merged in the master branch:
commit 7a3904c91bfd86f19404d37b91c0c8c453024935
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date: Wed Jul 27 21:40:08 2011 +0200
add the debug package
diff --git a/debian/control b/debian/control
index 284c422..924588a 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/yat.git
Package: libyat-dev
Section: libdevel
Architecture: any
-Depends: libyat1 (= ${binary:Version})
+Depends: ${misc:Depends}, libyat1 (= ${binary:Version})
Description: <insert up to 60 chars description>
<insert long description, indented with spaces>
@@ -22,3 +22,14 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: <insert up to 60 chars description>
<insert long description, indented with spaces>
+
+Package: libyat1-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: libyat1 (= ${binary:Version}),
+ ${misc:Depends}
+Description: Yet Another Toolkit for TANGO - debug library
+ <insert long description, indented with spaces>
+ .
+ This package contains the debugging symbol for libyat1.
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index b760bee..db87f12 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,6 @@
%:
dh $@
+
+override_dh_strip:
+ dh_strip -plibyat1 --dbg-package=libyat1-dbg
--
Packaging for yat
More information about the debian-science-commits
mailing list