[SCM] vdr-plugin-fritzbox packaging repository branch, master, updated. debian/1.4.3-2-10-g5a39e19
etobi
git at e-tobi.net
Wed Mar 6 21:56:48 UTC 2013
The following commit has been merged in the master branch:
commit 2b9de398b1faa53fd3a60ec2a930be98381066f3
Author: etobi <git at e-tobi.net>
Date: Sun Feb 24 17:57:14 2013 +0100
Use debhelper 9
diff --git a/debian/changelog b/debian/changelog
index 992201f..cb4d6a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ vdr-plugin-fritzbox (1.5.2-1) unstable; urgency=low
* New upstream release
* Updated debian/watch
* Updated debian/copyright
+ * Use debhelper 9
-- Tobias Grimm <etobi at debian.org> Sun, 24 Feb 2013 17:54:09 +0100
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index eece7a4..e8ddec7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: video
Priority: extra
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
Uploaders: Thomas Schmidt <tschmidt at debian.org>, Tobias Grimm <etobi at debian.org>, Thomas Günther <tom at toms-cafe.de>
-Build-Depends: debhelper (>= 7.0.50~), vdr-dev (>= 1.7.28), gettext, libgnutls-dev, libgcrypt11-dev, libcommoncpp2-dev
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.28), gettext, libgnutls-dev, libgcrypt11-dev, libcommoncpp2-dev
Standards-Version: 3.9.3
Homepage: http://www.joachim-wilke.de/vdr-fritz.htm
Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-fritzbox.git
diff --git a/debian/install b/debian/install
index 0f44d14..f24fca4 100644
--- a/debian/install
+++ b/debian/install
@@ -1,3 +1 @@
-libvdr-fritzbox.so.* usr/lib/vdr/plugins/
debian/localphonebook.csv etc/vdr/plugins/fritzbox/
-locale usr/share/
diff --git a/debian/rules b/debian/rules
index 9f487b6..25d9982 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,18 +3,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
-
%:
dh $@
-override_dh_auto_build:
- dh_auto_build -- all $(MAKE_OPTIONS)
-
-override_dh_auto_clean:
- $(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
- rm -rf locale libvdr-*.so.*
-
override_dh_gencontrol:
sh /usr/share/vdr-dev/dependencies.sh
dh_gencontrol
--
vdr-plugin-fritzbox packaging repository
More information about the pkg-vdr-dvb-changes
mailing list