[SCM] vdr-plugin-rssreader packaging repository branch, master, updated. debian/1.7.2-1-3-gf6b2d8c

etobi git at e-tobi.net
Sun Mar 10 21:39:34 UTC 2013


The following commit has been merged in the master branch:
commit f6b2d8cdeafcb4b9416ec0c3aa3d19fade86232a
Author: etobi <git at e-tobi.net>
Date:   Sun Mar 10 22:38:44 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 cbc9ffd..a209c9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+vdr-plugin-rssreader (1.7.3-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>  Sun, 10 Mar 2013 22:37:29 +0100
+
 vdr-plugin-rssreader (1.7.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 4c6b543..0cf2044 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: Thomas Günther <tom at toms-cafe.de>, Tobias Grimm <etobi at debian.org>, Thomas Schmidt <tschmidt at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), cdbs, vdr-dev (>= 1.6.0-5), libexpat1-dev, libcurl3-dev | libcurl-dev, gettext
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.40), libexpat1-dev, libcurl3-dev | libcurl-dev, gettext, pkg-config
+Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-rssreader/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-rssreader/trunk/
 Homepage: http://www.saunalahti.fi/~rahrenbe/vdr/rssreader
diff --git a/debian/copyright b/debian/copyright
index 37f5384..af847e0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,10 +10,10 @@ Debian Maintainers:
     Thomas Schmidt <tschmidt at debian.org>
 
 Copyright:
-    (C) 2005 - 2010 Rolf Ahrenberg
+    (C) 2005 - 2013 Rolf Ahrenberg
 
 Copyright (Debian packaging):
-    (C) 2005 - 2010 Tobias Grimm, Thomas Günther, Thomas Schmidt
+    (C) 2005 - 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
index 2c2ff06..88fa960 100644
--- a/debian/install
+++ b/debian/install
@@ -1,3 +1 @@
-libvdr-rssreader.so.*          usr/lib/vdr/plugins/
 debian/rssreader.conf          etc/vdr/plugins/rssreader/
-debian/tmp/usr/share/locale
diff --git a/debian/rules b/debian/rules
index ea42d48..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 = DVBDIR=/usr 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-rssreader packaging repository



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