[SCM] libltc/master: Add package for debugging symbols.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Thu Nov 22 10:43:45 UTC 2012
The following commit has been merged in the master branch:
commit a6dd12a1b92683896ae39e5e8a53d9c3386958fd
Author: Alessio Treglia <alessio at debian.org>
Date: Thu Nov 22 10:17:53 2012 +0000
Add package for debugging symbols.
diff --git a/debian/control b/debian/control
index 922f209..67b68ad 100644
--- a/debian/control
+++ b/debian/control
@@ -61,3 +61,19 @@ Description: linear timecode library
libltc provides functionality to both encode and decode LTC from/to timecode.
.
This package provides the shared library.
+
+Package: libltc-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends:
+ libltc11 (= ${binary:Version}),
+ ${misc:Depends}
+Multi-Arch: same
+Description: Debugging symbols for libltc
+ Linear (or Longitudinal) Timecode (LTC) is an encoding of SMPTE timecode data
+ as a Manchester-Biphase encoded audio signal. The audio signal is commonly
+ recorded on a VTR track or other storage media.
+ libltc provides functionality to both encode and decode LTC from/to timecode.
+ .
+ This package provides the debugging symbols for libltc.
diff --git a/debian/rules b/debian/rules
index dd9063b..cb5c8bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,7 @@
%:
dh $@ --with autoreconf
+
+override_dh_strip:
+ dh_strip -plibltc11 --dbg-package=libltc-dbg
+ dh_strip --remaining-packages
--
libltc packaging
More information about the pkg-multimedia-commits
mailing list