[SCM] mplayer-blue/master: Update package to debhelper 9.
micove-guest at users.alioth.debian.org
micove-guest at users.alioth.debian.org
Tue Jul 14 19:02:21 UTC 2015
The following commit has been merged in the master branch:
commit aa462f0effdd715d06a5dab2867c4be5c6604aa7
Author: Miguel A. Colón Vélez <debian.micove at gmail.com>
Date: Tue Jul 14 12:47:54 2015 -0400
Update package to debhelper 9.
diff --git a/debian/compat b/debian/compat
index b8626c4..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+9
diff --git a/debian/control b/debian/control
index f1f4e14..44b2a8e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: A Mennucc1 <mennucc1 at debian.org>
Uploaders: Christian Marillat <marillat at debian.org>, Dariush Pietrzak <eyck at ghost.anime.pl>
Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 9)
Package: mplayer-skin-blue
Architecture: all
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..ac7bb6c
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,4 @@
+*.fnt usr/share/mplayer/skins/Blue/
+*.png usr/share/mplayer/skins/Blue/
+icons usr/share/mplayer/skins/Blue/
+skin usr/share/mplayer/skins/Blue/
diff --git a/debian/rules b/debian/rules
index 74bf5d1..cbe925d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,52 +1,3 @@
#!/usr/bin/make -f
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-
-build: build-stamp
-build-stamp:
- dh_testdir
-
-clean:
- dh_testdir
- dh_testroot
-
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs usr/share/mplayer/skins/blue \
- usr/share/icons/hicolor/48x48/apps \
- usr/share/icons/hicolor/32x32/apps
-
- cp *.png font.fnt skin symbols.fnt symbolsg.fnt \
- debian/mplayer-skin-blue/usr/share/mplayer/skins/blue
-
- #cp icons/icon48x48.png debian/mplayer-skin-blue/usr/share/icons/hicolor/48x48/apps/mplayer.png
- #cp icons/icon32x32.png debian/mplayer-skin-blue/usr/share/icons/hicolor/32x32/apps/mplayer.png
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
- dh_testdir
- dh_testroot
- dh_installchangelogs
- dh_installdocs
- #dh_link usr/share/mplayer/skins usr/share/mplayer/Skin
- dh_strip
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-# Build architecture-dependent files here.
-binary-arch: build install
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+ dh $@
--
mplayer-blue packaging
More information about the pkg-multimedia-commits
mailing list