[SCM] vdr-plugin-radio packaging repository branch, master, updated. debian/0.9.0-1-4-g7651cc4

etobi git at e-tobi.net
Sun Mar 10 22:35:02 UTC 2013


The following commit has been merged in the master branch:
commit 5eb7a837fedcde918f2af97d5e8d663303abbd94
Author: etobi <git at e-tobi.net>
Date:   Sun Mar 10 23:12:10 2013 +0100

    * New upstream release
    * Using debhelper 9
    * Updated debian/copyright
    * Build-depend on vdr-dev (>= 1.7.40)
    * Standards-Version: 3.9.4

diff --git a/debian/changelog b/debian/changelog
index 30565c6..bac962c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+vdr-plugin-radio (0.9.1-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Using debhelper 9
+  * Updated debian/copyright
+  * Build-depend on vdr-dev (>= 1.7.40)
+  * Standards-Version: 3.9.4
+
+ -- Tobias Grimm <etobi at debian.org>  Sun, 10 Mar 2013 23:10:00 +0100
+
 vdr-plugin-radio (0.9.0-1) experimental; urgency=low
 
   * New upstream release
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index 2a08ee7..b9f0beb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ 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 (>= 5), cdbs, vdr-dev (>= 1.6.0-5), gettext
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.40), gettext, pkg-config
+Standards-Version: 3.9.4
 Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-radio.git
 Vcs-Browser: http://git.debian.org/?p=pkg-vdr-dvb/vdr-plugin-radio.git
 
diff --git a/debian/install b/debian/install
index 04b4e97..9afbaa1 100644
--- a/debian/install
+++ b/debian/install
@@ -1,4 +1,2 @@
-libvdr-radio.so.*               usr/lib/vdr/plugins/
 config/mpegstill/*rtext*.mpg    usr/share/vdr-plugin-radio/
 debian/plugin.radio.conf        etc/vdr/plugins/
-debian/tmp/usr/share/locale
diff --git a/debian/rules b/debian/rules
index 7d001e2..25d9982 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,19 +1,11 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-#include /usr/share/cdbs/1/rules/dpatch.mk
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
 
-DEB_INSTALL_CHANGELOGS_ALL = HISTORY
+%:
+	dh $@
 
-MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. \
-               LOCALEDIR=debian/tmp/usr/share/locale
-
-common-build-arch::
-	$(MAKE) all $(MAKE_OPTIONS)
-
-cleanbuilddir::
-	$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
-	rm -f libvdr-*.so.*
-
-common-binary-predeb-arch::
+override_dh_gencontrol:
 	sh /usr/share/vdr-dev/dependencies.sh
+	dh_gencontrol

-- 
vdr-plugin-radio packaging repository



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