[vdr-plugin-pvr350] 03/03: New upstream release
Tobias Grimm
tiber-guest at moszumanska.debian.org
Mon Feb 9 18:48:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
tiber-guest pushed a commit to branch master
in repository vdr-plugin-pvr350.
commit 54ae9c06f3684221cb0b86367c7c4f8831d168ed
Author: etobi <git at e-tobi.net>
Date: Mon Feb 9 19:44:24 2015 +0100
New upstream release
---
debian/changelog | 6 ++++++
debian/control | 16 ++++++++++++++--
debian/install | 2 --
debian/rules | 17 +++++++----------
4 files changed, 27 insertions(+), 14 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c152950..7eb0e57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vdr-plugin-pvr350 (1:1.7.5-1) experimental; urgency=medium
+
+ * New upstream release
+
+ -- Tobias Grimm <etobi at debian.org> Mon, 09 Feb 2015 19:44:01 +0100
+
vdr-plugin-pvr350 (1:1.7.4-3) experimental; urgency=low
* Build-depend on vdr-dev (>= 2.0.0)
diff --git a/debian/control b/debian/control
index 9411059..d7ad4a0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: extra
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
Uploaders: Tobias Grimm <etobi at debian.org>, Thomas Günther <tom at toms-cafe.de>, Thomas Schmidt <tschmidt at debian.org>
Origin: ctvdr
-Build-Depends: debhelper (>= 9), vdr-dev (>= 2.0.0), pkg-config, gettext, linux-libc-dev (>= 2.6.21-4~bpo.1), liba52-0.7.4-dev, libtwolame-dev, libmpg123-dev
-Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 9), vdr-dev (>= 2.1.9), pkg-config, gettext, linux-libc-dev (>= 2.6.21-4~bpo.1), liba52-0.7.4-dev, libtwolame-dev, libmpg123-dev
+Standards-Version: 3.9.5
Homepage: http://projects.vdr-developer.org/projects/plg-pvr350
Package: vdr-plugin-pvr350
@@ -15,3 +15,15 @@ Description: VDR-Plugin that uses a PVR350 as output device
This plugin for vdr uses Hauppauge PVR350 as an output device.
.
NOTE: At least kernel 2.6.21 is required!
+
+Package: vdr-plugin-pvr350-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: vdr-plugin-pvr350 (= ${binary:Version}), ${misc:Depends}
+Description: VDR-Plugin that uses a PVR350 as output device
+ This plugin for vdr uses Hauppauge PVR350 as an output device.
+ .
+ NOTE: At least kernel 2.6.21 is required!
+ .
+ This package contains the debugging symbols.
diff --git a/debian/install b/debian/install
deleted file mode 100644
index 9a3d827..0000000
--- a/debian/install
+++ /dev/null
@@ -1,2 +0,0 @@
-libvdr-pvr350.so.* usr/lib/vdr/plugins/
-locale usr/share/
diff --git a/debian/rules b/debian/rules
index b54ec7d..b3cb8fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,21 +1,18 @@
#!/usr/bin/make -f
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+#DH_VERBOSE=1
-MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
-CXXFLAGS += $(shell pkg-config vdr --variable=cxxflags) $(LDFLAGS)
+PLG_PACKAGE = $(filter-out %-dbg, $(shell dh_listpackages))
+DBG_PACKAGE = $(filter %-dbg, $(shell dh_listpackages))
%:
dh $@
-override_dh_auto_build:
- touch po/*.po
- dh_auto_build -- all $(MAKE_OPTIONS)
+override_dh_auto_install:
+ dh_auto_install --destdir=debian/$(PLG_PACKAGE)
-override_dh_auto_clean:
- $(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
- rm -rf locale libvdr-*.so.*
+override_dh_strip:
+ dh_strip --dbg-package=$(DBG_PACKAGE)
override_dh_gencontrol:
sh /usr/share/vdr-dev/dependencies.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-pvr350.git
More information about the pkg-vdr-dvb-changes
mailing list