[SCM] vdr-plugin-femon packaging repository branch, master, updated. debian/1.7.17-2-12-g583829d

etobi git at e-tobi.net
Sat Mar 16 08:43:32 UTC 2013


The following commit has been merged in the master branch:
commit f589685ee76b086e3bb9e0ba48d6b60edaf2fcff
Author: etobi <git at e-tobi.net>
Date:   Sat Feb 23 20:27:15 2013 +0100

    Using debhelper 9

diff --git a/debian/changelog b/debian/changelog
index fa9e9f6..6c0ff8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 vdr-plugin-femon (1.7.18-1) unstable; urgency=low
 
   * New upstream release
+  * Using debhelper 9
 
  -- Tobias Grimm <etobi at debian.org>  Sat, 23 Feb 2013 15:37:16 +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 3a44b05..1b903e8 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: Tobias Grimm <etobi at debian.org>, Thomas Schmidt <tschmidt at debian.org>, Thomas Günther <tom at toms-cafe.de>
-Build-Depends: debhelper (>= 7.0.50~), vdr-dev (>= 1.7.28), gettext
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.28), gettext
 Standards-Version: 3.9.3
 Homepage: http://www.saunalahti.fi/~rahrenbe/vdr/femon/
 Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-femon.git
diff --git a/debian/install b/debian/install
deleted file mode 100644
index f79e19e..0000000
--- a/debian/install
+++ /dev/null
@@ -1,2 +0,0 @@
-libvdr-femon.so.*               usr/lib/vdr/plugins/
-locale                          usr/share/
diff --git a/debian/rules b/debian/rules
index 6c9a1b2..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 STRIP=/bin/true
-
 %:
 	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-femon packaging repository



More information about the pkg-vdr-dvb-changes mailing list