[SCM] vdr-plugin-streamdev packaging repository branch, master, updated. debian/0.6.0-2-2-g5492549

etobi git at e-tobi.net
Wed Mar 6 21:52:05 UTC 2013


The following commit has been merged in the master branch:
commit 5492549e61850077a88ba09b30c188d255246cb4
Author: etobi <git at e-tobi.net>
Date:   Tue Mar 5 22:29:50 2013 +0100

    * New Upstream Snapshot (commit 75ee90a)
    * Use debhelper 9
    * Build-depend on vdr-dev (>= 1.7.39)

diff --git a/debian/changelog b/debian/changelog
index 2ceb3f2..e066267 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+vdr-plugin-streamdev (0.6.0+git20130305-1) unstable; urgency=low
+
+  * New Upstream Snapshot (commit 75ee90a)
+  * Use debhelper 9
+  * Build-depend on vdr-dev (>= 1.7.39)
+
+ -- Tobias Grimm <etobi at debian.org>  Tue, 05 Mar 2013 22:29:39 +0100
+
 vdr-plugin-streamdev (0.6.0-2) unstable; urgency=low
 
   * Build-depend on vdr-dev (>= 1.7.28)
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 bf66367..ea1d038 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: Peter Siering <ps at ctmagazin.de>, 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
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.39), gettext
 Standards-Version: 3.9.3
 Homepage: http://streamdev.vdr-developer.org
 Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-streamdev.git
diff --git a/debian/rules b/debian/rules
index 865cce3..25d9982 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,21 +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
-
-get-vcs-snapshot:
-	sh debian/get-vcs-snapshot.sh
diff --git a/debian/vdr-plugin-streamdev-client.install b/debian/vdr-plugin-streamdev-client.install
index 1ad0c19..b3ac240 100644
--- a/debian/vdr-plugin-streamdev-client.install
+++ b/debian/vdr-plugin-streamdev-client.install
@@ -1,2 +1,2 @@
-client/libvdr-streamdev-client.so.*  usr/lib/vdr/plugins/
-client/locale                        usr/share/
+usr/lib/vdr/plugins/libvdr-streamdev-client.so.*
+usr/share/locale/*/LC_MESSAGES/vdr-streamdev-client.mo
diff --git a/debian/vdr-plugin-streamdev-server.install b/debian/vdr-plugin-streamdev-server.install
index bc31544..4ba590c 100644
--- a/debian/vdr-plugin-streamdev-server.install
+++ b/debian/vdr-plugin-streamdev-server.install
@@ -1,3 +1,4 @@
-server/libvdr-streamdev-server.so.*   usr/lib/vdr/plugins/
+usr/lib/vdr/plugins/libvdr-streamdev-server.so.*
+usr/share/locale/*/LC_MESSAGES/vdr-streamdev-server.mo
+
 streamdev-server/streamdevhosts.conf  etc/vdr/plugins/
-server/locale                         usr/share/

-- 
vdr-plugin-streamdev packaging repository



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