[SCM] VLC media player packaging branch, experimental, updated. debian/1.0.6-1-57-g9b04b56
xtophe-guest at users.alioth.debian.org
xtophe-guest at users.alioth.debian.org
Wed Jun 23 23:17:06 UTC 2010
The following commit has been merged in the experimental branch:
commit fe082b5bd38e137753d1f6ae9c5e5fae8138ab05
Author: Christophe Mutricy <xtophe at videolan.org>
Date: Tue Mar 17 12:33:54 2009 +0100
Use dh_bugfiles
Requires debhelper >= 7.2.3
diff --git a/debian/control b/debian/control
index 9268c88..4f42229 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>,
Loic Minier <lool at dooz.org>,
Christophe Mutricy <xtophe at videolan.org>,
Mohammed Adnène Trojette <adn+deb at diwi.org>
-Build-Depends: debhelper (>= 7),
+Build-Depends: debhelper (>= 7.2.3~),
dh-buildinfo,
gettext,
liba52-0.7.4-dev,
diff --git a/debian/rules b/debian/rules
index 32c1b02..bb84244 100755
--- a/debian/rules
+++ b/debian/rules
@@ -189,11 +189,6 @@ install: build
mv debian/vlc-data/usr/share/vlc/http/.hosts debian/vlc-data/etc/vlc/http
ln -s /etc/vlc/http/.hosts debian/vlc-data/usr/share/vlc/http/.hosts
- #install BTS stuff
- for pkg in vlc-nox vlc-data; do \
- mkdir -p debian/$${pkg}/usr/share/bug/$${pkg}; \
- cp debian/bug/* debian/$${pkg}/usr/share/bug/$${pkg}; \
- done
ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
# Check that we did not install a plugin linked with libX11 in vlc-nox
BORKED=no; \
@@ -234,6 +229,7 @@ binary-arch: build install
dh_installchangelogs ChangeLog -p vlc
dh_installchangelogs ChangeLog -p vlc-nox
dh_lintian
+ dh_bugfiles
dh_strip -s --dbg-package=vlc-dbg
dh_compress -s
dh_fixperms -s
diff --git a/debian/bug/control b/debian/vlc-nox.bug-control
similarity index 100%
rename from debian/bug/control
rename to debian/vlc-nox.bug-control
diff --git a/debian/bug/presubj b/debian/vlc-nox.bug-presubj
similarity index 100%
rename from debian/bug/presubj
rename to debian/vlc-nox.bug-presubj
--
VLC media player packaging
More information about the pkg-multimedia-commits
mailing list