[SCM] vdr-plugin-skinelchi packaging repository branch, master, updated. debian/0.2.7-1-3-gef7b8ed
etobi
git at e-tobi.net
Sun Mar 10 21:35:16 UTC 2013
The following commit has been merged in the master branch:
commit ef7b8edc28e88887cb1c7933fc322a565863b04c
Author: etobi <git at e-tobi.net>
Date: Sun Mar 10 22:34:25 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 4fd651b..3259612 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+vdr-plugin-skinelchi (0.2.8-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:31:32 +0100
+
vdr-plugin-skinelchi (0.2.7-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 75a64f6..7806d8a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ 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>, Thomas Schmidt <tschmidt at debian.org>
Origin: ctvdr
-Build-Depends: debhelper (>= 7.0.50~), cdbs, vdr-dev (>= 1.7.22), gettext, libmagick++-dev
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.40), gettext, pkg-config, libmagick++-dev
+Standards-Version: 3.9.4
Homepage: http://firefly.vdr-developer.org/skinelchi
Package: vdr-plugin-skinelchi
diff --git a/debian/install b/debian/install
index bdde30a..d03d6df 100644
--- a/debian/install
+++ b/debian/install
@@ -1,3 +1 @@
-libvdr-skinelchi.so.* usr/lib/vdr/plugins/
themes/*.theme var/lib/vdr/themes/
-debian/tmp/usr/share/locale
diff --git a/debian/patches/20_epgimage-path.patch b/debian/patches/20_epgimage-path.patch
index 1d89a1f..9cec7e5 100644
--- a/debian/patches/20_epgimage-path.patch
+++ b/debian/patches/20_epgimage-path.patch
@@ -5,10 +5,11 @@
## DP: Change path for epg images.
@DPATCH@
-diff -urNad vdr-plugin-skinelchi-0.2.0~/config.c vdr-plugin-skinelchi-0.2.0/config.c
---- vdr-plugin-skinelchi-0.2.0~/config.c 2008-04-01 18:38:47.000000000 +0200
-+++ vdr-plugin-skinelchi-0.2.0/config.c 2009-05-03 20:51:03.000000000 +0200
-@@ -30,7 +30,7 @@
+Index: vdr-plugin-skinelchi/config.c
+===================================================================
+--- vdr-plugin-skinelchi.orig/config.c 2012-05-16 18:44:18.000000000 +0200
++++ vdr-plugin-skinelchi/config.c 2013-03-10 22:34:00.000000000 +0100
+@@ -31,7 +31,7 @@
#ifdef SKINELCHI_HAVE_IMAGEMAGICK
EpgImageDisplayTime = 5;
ImgResizeAlgo = 0;
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-skinelchi packaging repository
More information about the pkg-vdr-dvb-changes
mailing list