[SCM] vdr-plugin-avards packaging repository branch, master, updated. debian/0.2.5-1
etobi
git at e-tobi.net
Mon Mar 11 21:32:11 UTC 2013
The following commit has been merged in the master branch:
commit 3411a8ccb09000b98e6995da09e8d82fc47cbea7
Author: etobi <git at e-tobi.net>
Date: Mon Mar 11 22:15:34 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 7aee2e0..79be94f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+vdr-plugin-avards (0.2.5-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:14:36 +0100
+
vdr-plugin-avards (0.2.4-3) experimental; urgency=low
* Added vdr-1.7.27.patch
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 702a3ec..5c33202 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.0.50~), vdr-dev (>= 1.7.27), gettext
-Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.40), gettext, pkg-config
+Standards-Version: 3.9.4
Homepage: http://firefly.vdr-developer.org/avards
Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-avards.git
Vcs-Browser: http://git.debian.org/?p=pkg-vdr-dvb/vdr-plugin-avards.git
diff --git a/debian/install b/debian/install
index f5f22ca..edfbbfd 100644
--- a/debian/install
+++ b/debian/install
@@ -1,3 +1 @@
-libvdr-avards.so.* usr/lib/vdr/plugins/
debian/plugin.avards.conf etc/vdr/plugins/
-locale usr/share/
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 217c9b0..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-vdr-1.7.27.patch
diff --git a/debian/patches/vdr-1.7.27.patch b/debian/patches/vdr-1.7.27.patch
deleted file mode 100644
index 00793cb..0000000
--- a/debian/patches/vdr-1.7.27.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: vdr-plugin-avards/i18n.h
-===================================================================
---- vdr-plugin-avards.orig/i18n.h 2012-03-31 20:51:00.000000000 +0200
-+++ vdr-plugin-avards/i18n.h 2012-03-31 20:55:14.000000000 +0200
-@@ -10,7 +10,10 @@
- #define _I18N__H
-
- #include <vdr/i18n.h>
-+#include <vdr/config.h>
-
-+#if VDRVERSNUM < 10507
- extern const tI18nPhrase Phrases[];
-+#endif
-
- #endif //_I18N__H
diff --git a/debian/rules b/debian/rules
index 9f487b6..25d9982 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,18 +3,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
-
%:
dh $@
-override_dh_auto_build:
- dh_auto_build -- all $(MAKE_OPTIONS)
-
-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
--
vdr-plugin-avards packaging repository
More information about the pkg-vdr-dvb-changes
mailing list