[vdr-plugin-dummydevice] 03/03: New upstream release

Tobias Grimm tiber-guest at moszumanska.debian.org
Mon Feb 9 18:34:51 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-dummydevice.

commit 5f3b43ac525b8c7531599e3bd569c7c6947cc737
Author: etobi <git at e-tobi.net>
Date:   Mon Feb 9 19:11:42 2015 +0100

    New upstream release
---
 debian/changelog     |  6 ++++++
 debian/control       |  4 ++--
 debian/install       |  1 -
 debian/rules         | 15 ++++-----------
 debian/source/format |  1 +
 5 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ff2ae01..bb3c326 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vdr-plugin-dummydevice (2.0.0-1) experimental; urgency=medium
+
+  * New upstream release
+
+ -- Tobias Grimm <etobi at debian.org>  Mon, 09 Feb 2015 19:11:33 +0100
+
 vdr-plugin-dummydevice (1.0.3-5) experimental; urgency=low
 
   * Added vdr-plugin-dummydevice-dbg package
diff --git a/debian/control b/debian/control
index 9f0b8d0..ddd9ca8 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 (>= 9), vdr-dev (>= 2.0.0), pkg-config
-Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 9), vdr-dev (>= 2.1.9), pkg-config
+Standards-Version: 3.9.5
 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
diff --git a/debian/install b/debian/install
deleted file mode 100644
index 028901b..0000000
--- a/debian/install
+++ /dev/null
@@ -1 +0,0 @@
-libvdr-dummydevice.so.*    usr/lib/vdr/plugins/
diff --git a/debian/rules b/debian/rules
index c30afe2..b3cb8fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,26 +1,19 @@
 #!/usr/bin/make -f
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale STRIP=/bin/true
-CXXFLAGS += $(shell pkg-config vdr --variable=cxxflags) $(LDFLAGS)
+#DH_VERBOSE=1
 
+PLG_PACKAGE = $(filter-out %-dbg, $(shell dh_listpackages))
 DBG_PACKAGE = $(filter %-dbg, $(shell dh_listpackages))
 
 %:
 	dh $@
 
-override_dh_auto_build:
-	dh_auto_build -- all $(MAKE_OPTIONS)
+override_dh_auto_install:
+	dh_auto_install --destdir=debian/$(PLG_PACKAGE)
 
 override_dh_strip:
 	dh_strip --dbg-package=$(DBG_PACKAGE)
 
-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
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-dummydevice.git



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