[SCM] vdr-plugin-dummydevice packaging repository branch, master, updated. debian/1.0.3-1-1-gc80a08a
etobi
git at e-tobi.net
Tue Mar 19 21:43:45 UTC 2013
The following commit has been merged in the master branch:
commit c80a08a8fd8d67e1fdeee8af689274b3d5edd06b
Author: etobi <git at e-tobi.net>
Date: Tue Mar 19 22:42:46 2013 +0100
* Standards-Version: 3.9.4
* Build-depend in vdr-dev (>= 1.7.40)
* Use debhelper 9
diff --git a/debian/changelog b/debian/changelog
index 9cbdf65..fff3cc2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+vdr-plugin-dummydevice (1.0.3-2) experimental; urgency=low
+
+ * Standards-Version: 3.9.4
+ * Build-depend in vdr-dev (>= 1.7.40)
+ * Use debhelper 9
+
+ -- Tobias Grimm <etobi at debian.org> Tue, 19 Mar 2013 22:41:16 +0100
+
vdr-plugin-dummydevice (1.0.3-1) experimental; urgency=low
* New upstream release
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 94c575f..ca19d13 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: 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~), cdbs, vdr-dev (>= 1.6.0-5)
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.41)
+Standards-Version: 3.9.4
Homepage: http://phivdr.dyndns.org/vdr/vdr-dummydevice/
Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-dummydevice.git
Vcs-Browser: http://git.debian.org/?p=pkg-vdr-dvb/vdr-plugin-dummydevice.git
@@ -13,8 +13,8 @@ Package: vdr-plugin-dummydevice
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${vdr:Depends}
Description: VDR plugin that emulates a dvb output device
- This plugin emulates an output device, that does nothing.
- All data is silently discarded. That is useful if you just
- run vdr as recording server orR for streaming and would
- like to overcome some limitions regarding the handling of a
- primary device.
+ This plugin emulates an output device, that does nothing.
+ All data is silently discarded. That is useful if you just
+ run vdr as recording server orR for streaming and would
+ like to overcome some limitions regarding the handling of a
+ primary device.
diff --git a/debian/rules b/debian/rules
index ea42d48..d1a2014 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,18 +1,21 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
-DEB_INSTALL_CHANGELOGS_ALL = HISTORY
+MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale STRIP=/bin/true
+CXXFLAGS += -fPIC $(LDFLAGS) $(CPPFLAGS)
-MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. \
- LOCALEDIR=debian/tmp/usr/share/locale
+%:
+ dh $@
-common-build-arch::
- $(MAKE) all $(MAKE_OPTIONS)
+override_dh_auto_build:
+ dh_auto_build -- all $(MAKE_OPTIONS)
-cleanbuilddir::
+override_dh_auto_clean:
$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
- rm -f libvdr-*.so.*
+ rm -rf locale libvdr-*.so.*
-common-binary-predeb-arch::
+override_dh_gencontrol:
sh /usr/share/vdr-dev/dependencies.sh
+ dh_gencontrol
--
vdr-plugin-dummydevice packaging repository
More information about the pkg-vdr-dvb-changes
mailing list