[SCM] lives/master: Migrate to automatic debug packages

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Thu Jan 28 20:03:14 UTC 2016


The following commit has been merged in the master branch:
commit f8bc84e81f861373943291958b85ef3ddd3ca0c1
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Thu Jan 28 20:50:50 2016 +0100

    Migrate to automatic debug packages

diff --git a/debian/control b/debian/control
index 5a96e97..b630c66 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
  autoconf-archive,
  automake,
  bison,
- debhelper (>= 9~),
+ debhelper (>= 9.20151112),
  dh-autoreconf,
  dpkg-dev (>= 1.16.1~),
  frei0r-plugins-dev [!sparc64],
@@ -46,23 +46,6 @@ Homepage: http://lives-video.com
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/lives.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/lives.git
 
-Package: libweed-dbg
-Priority: extra
-Section: debug
-Architecture: any
-Multi-Arch: same
-Pre-Depends:
- ${misc:Pre-Depends}
-Depends:
- libweed0 (= ${binary:Version}),
- ${misc:Depends}
-Description: library for inclusion of plugins into LiVES - debugging symbols
- A library that was originally only available as part of LiVES (package
- lives) but is now available separately. Allows for the inclusion of
- plugins into LiVES.
- .
- This package contains the debugging symbols for libweed0.
-
 Package: libweed-dev
 Architecture: any
 Section: libdevel
@@ -144,24 +127,6 @@ Description: Data files for LiVES
  .
  This package contains the data files for LiVES.
 
-Package: lives-dbg
-Priority: extra
-Section: debug
-Architecture: any
-Pre-Depends:
- ${misc:Pre-Depends}
-Depends:
- libweed-dbg (= ${binary:Version}),
- lives (= ${binary:Version}),
- lives-plugins (= ${binary:Version}),
- ${misc:Depends}
-Description: Debugging symbols for LiVES
- LiVES is a Video Editing system allowing both novice and advanced users
- to edit and create video straight away. It can also be used as a VJ tool,
- and can be scripted and controlled remotely.
- .
- This package contains the debugging symbols for LiVES.
-
 Package: lives-plugins
 Architecture: any
 Multi-Arch: same
diff --git a/debian/rules b/debian/rules
index 2b42fa7..3e91511 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,9 +32,3 @@ override_dh_auto_install:
 	find debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/lives -type d -empty -delete
 	chmod a-x \
 		debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/lives/plugins/effects/realtime/weed/data/fourKlives/songs/*.txt
-
-override_dh_strip:
-	dh_strip -plibweed0 --dbg-package=libweed-dbg
-	dh_strip -plives --dbg-package=lives-dbg
-	dh_strip -plives-plugins --dbg-package=lives-dbg
-	dh_strip --remaining-packages

-- 
lives packaging



More information about the pkg-multimedia-commits mailing list