[SCM] vdr-plugin-block packaging repository branch, master, updated. debian/0.1.2-1-6-g023e97c

etobi git at e-tobi.net
Fri Mar 22 17:48:18 UTC 2013


The following commit has been merged in the master branch:
commit 023e97c700d82b4939f2fe960efc143a1d8691a1
Author: etobi <git at e-tobi.net>
Date:   Fri Mar 22 18:46:46 2013 +0100

    * New Upstream Snapshot (commit 577d7cb)
    * Standards-Version: 3.9.4
    * Build-depend in vdr-dev (>= 1.7.41)
    * Use debhelper 9

diff --git a/debian/changelog b/debian/changelog
index c635b17..812f49c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+vdr-plugin-block (0.1.2+git20130322-1) UNRELEASED; urgency=low
+
+  * New Upstream Snapshot (commit 577d7cb)
+  * Standards-Version: 3.9.4
+  * Build-depend in vdr-dev (>= 1.7.41)
+  * Use debhelper 9
+
+ -- Tobias Grimm <etobi at debian.org>  Fri, 22 Mar 2013 18:44:12 +0100
+
 vdr-plugin-block (0.1.2-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 1ef6d8a..7f50664 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 (>= 7), cdbs, vdr-dev (>= 1.6.0-16), gettext
-Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.41), gettext, pkg-config
+Standards-Version: 3.9.4
 Homepage: http://projects.vdr-developer.org/projects/show/plg-block
 Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-block.git
 Vcs-Browser: http://git.debian.org/?p=pkg-vdr-dvb/vdr-plugin-block.git
diff --git a/debian/copyright b/debian/copyright
index bbc2d8d..b3f1f5a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -11,10 +11,10 @@ Debian Maintainers:
 
 Copyright:
     (C) 2004 - 2007 Sascha Volkenandt
-    (C) 2010        Michael Schneider
+    (C) 2010 - 2013 Michael Schneider
 
 Copyright (Debian packaging):
-    (C) 2004 - 2010 Tobias Grimm, Thomas Günther, Thomas Schmidt
+    (C) 2004 - 2013 Tobias Grimm, Thomas Günther, Thomas Schmidt
 
 License:
     This program is free software; you can redistribute it and/or modify
diff --git a/debian/install b/debian/install
deleted file mode 100644
index 51cfb27..0000000
--- a/debian/install
+++ /dev/null
@@ -1,2 +0,0 @@
-libvdr-block.so.*    usr/lib/vdr/plugins/
-debian/tmp/usr/share/locale
diff --git a/debian/rules b/debian/rules
index af3bfcd..1c1b37b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,21 +1,14 @@
 #!/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
+%:
+	dh $@
 
-MAKE_OPTIONS = 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
 
 get-vcs-snapshot:
 	sh debian/get-vcs-snapshot.sh

-- 
vdr-plugin-block packaging repository



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