[SCM] vdr-plugin-epgsearch packaging repository branch, master, updated. debian/1.0.0+git20120325-4-8-gbe75930
etobi
git at e-tobi.net
Wed Mar 6 21:51:21 UTC 2013
The following commit has been merged in the master branch:
commit 622ed0a0baefb90aaf84c2eb8ba1bb143bea0122
Author: etobi <git at e-tobi.net>
Date: Sun Feb 24 14:19:31 2013 +0100
Use debhelper 9
diff --git a/debian/changelog b/debian/changelog
index a35db18..f073d5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
vdr-plugin-epgsearch (1.0.1~beta3-1) unstable; urgency=low
* New upstream version
+ * Use debhelper 9
-- Tobias Grimm <etobi at debian.org> Sun, 24 Feb 2013 13:17:36 +0100
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 29c09d3..02675b1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: video
Priority: extra
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
Uploaders: Thomas Schmidt <tschmidt at debian.org>, Tobias Grimm <etobi at debian.org>, Thomas Günther <tom at toms-cafe.de>
-Build-Depends: debhelper (>= 7.0.50~), vdr-dev (>= 1.7.28), gettext, pkg-config
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.28), gettext, pkg-config
Standards-Version: 3.9.3
Homepage: http://winni.vdr-developer.org/epgsearch/
Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-epgsearch.git
diff --git a/debian/rules b/debian/rules
index 865cce3..b157f9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@
#export DH_VERBOSE=1
MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
+CXXFLAGS += -fPIC
+CFLAGS += -fPIC
%:
dh $@
--
vdr-plugin-epgsearch packaging repository
More information about the pkg-vdr-dvb-changes
mailing list