[SCM] vdr-plugin-iptv packaging repository branch, master, updated. debian/1.0.1-1-3-g0d2f711

etobi git at e-tobi.net
Mon Mar 11 21:13:37 UTC 2013


The following commit has been merged in the master branch:
commit 0d2f711c2a86c2a9ee2066ba07130220051be2ed
Author: etobi <git at e-tobi.net>
Date:   Mon Mar 11 22:13:01 2013 +0100

    * New upstream release
    * Using debhelper 9
    * Updated debian/copyright
    * Build-depend on vdr-dev (>= 1.7.40)
    * Standards-Version: 3.9.4

diff --git a/debian/changelog b/debian/changelog
index 4a089ff..d12d111 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+vdr-plugin-iptv (1.2.1-1) experimental; urgency=low
+
+  * New upstream release
+  * Using debhelper 9
+  * Updated debian/copyright
+  * Build-depend on vdr-dev (>= 1.7.40)
+  * Standards-Version: 3.9.4
+
+ -- Tobias Grimm <etobi at debian.org>  Mon, 11 Mar 2013 22:12:02 +0100
+
 vdr-plugin-iptv (1.0.1-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 4517e6d..5d06512 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 Günther <tom at toms-cafe.de>
-Build-Depends: debhelper (>= 7), cdbs, vdr-dev (>= 1.6.0-16), gettext
-Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.40), gettext, pkg-config
+Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-iptv/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-iptv/trunk/
 Homepage: http://www.saunalahti.fi/~rahrenbe/vdr/iptv/
diff --git a/debian/copyright b/debian/copyright
index 0e9d814..9469c60 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,10 +10,10 @@ Debian Maintainers:
     Thomas Günther <tom at toms-cafe.de>
 
 Copyright:
-    (C) 2007 - 2010 Rolf Ahrenberg, Antti Seppälä
+    (C) 2007 - 2013 Rolf Ahrenberg, Antti Seppälä
 
 Copyright (Debian packaging):
-    (C) 2007 - 2010 Tobias Grimm, Thomas Günther
+    (C) 2007 - 2013 Tobias Grimm, Thomas Günther
 
 License:
     This program is free software; you can redistribute it and/or modify
diff --git a/debian/install b/debian/install
index baa2f3d..d09cd8f 100644
--- a/debian/install
+++ b/debian/install
@@ -1,4 +1 @@
-libvdr-iptv.so.*    usr/lib/vdr/plugins/
 iptv/vlc2iptv       usr/share/vdr-plugin-iptv/
-
-debian/tmp/usr/share/locale
diff --git a/debian/rules b/debian/rules
index bd4c399..25d9982 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,18 +1,11 @@
 #!/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

-- 
vdr-plugin-iptv packaging repository



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