[SCM] libdvdnav/master: Switch to automatic -dbgsym package
bob.dybian-guest at users.alioth.debian.org
bob.dybian-guest at users.alioth.debian.org
Tue Oct 11 21:45:14 UTC 2016
The following commit has been merged in the master branch:
commit e733c9db335bc5ab63536504b3fee365259be34f
Author: Dylan Aïssi <bob.dybian at gmail.com>
Date: Tue Oct 11 23:41:51 2016 +0200
Switch to automatic -dbgsym package
diff --git a/debian/changelog b/debian/changelog
index aa0ba17..3896ddd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libdvdnav (5.0.3-2) UNRELEASED; urgency=medium
* Team upload.
* Standards-Version: 3.9.8 (no changes needed)
* Use secure VCS
+ * Switch to automatic -dbgsym package
-- Dylan Aïssi <bob.dybian at gmail.com> Tue, 11 Oct 2016 23:33:02 +0200
diff --git a/debian/control b/debian/control
index 3bda067..c18a1cf 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Reinhard Tartler <siretart at tauware.de>,
Benjamin Drung <bdrung at debian.org>,
Matteo F. Vescovi <mfv at debian.org>,
Balint Reczey <balint at balintreczey.hu>
-Build-Depends: debhelper (>= 9), dh-autoreconf, doxygen, libdvdread-dev (>= 5.0.2)
+Build-Depends: debhelper (>= 9.20160114), dh-autoreconf, doxygen, libdvdread-dev (>= 5.0.2)
Standards-Version: 3.9.8
Homepage: http://dvdnav.mplayerhq.hu/
Vcs-Browser: https://anonscm.debian.org/git/pkg-multimedia/libdvdnav.git/
@@ -25,22 +25,6 @@ Description: DVD navigation library
other parts useful for writing DVD players. It's based on Ogle, but was
modified to be used by xine and mplayer.
-Package: libdvdnav-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends: libdvdnav-dev (= ${binary:Version}),
- libdvdnav4 (= ${binary:Version}),
- ${misc:Depends}
-Description: DVD navigation library (debug)
- libdvdnav is a DVD navigation library, which provides an interface to the
- advanced features of DVDs, like menus and navigation. It contains the VM and
- other parts useful for writing DVD players. It's based on Ogle, but was
- modified to be used by xine and mplayer.
- .
- This package contains the debugging symbols.
-
Package: libdvdnav-dev
Section: libdevel
Architecture: any
diff --git a/debian/rules b/debian/rules
index 3eb5e87..d0c77c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ override_dh_install:
dh_install --fail-missing
override_dh_strip:
- dh_strip --dbg-package=libdvdnav-dbg
+ dh_strip --dbgsym-migration='libdvdnav-dbg (<< 5.0.3-2~)'
override_dh_builddeb:
dh_builddeb -- -Zxz
--
libdvdnav packaging
More information about the pkg-multimedia-commits
mailing list