[SCM] vdr-plugin-osdteletext packaging repository branch, master, updated. debian/0.9.3-2-4-ga8415e0
etobi
git at e-tobi.net
Sun Mar 10 18:24:57 UTC 2013
The following commit has been merged in the master branch:
commit a600162821a300208307ebcc7aea2454c6080452
Author: etobi <git at e-tobi.net>
Date: Tue Mar 5 22:51:42 2013 +0100
* Use debhelper 9
* Build-depend on vdr-dev (>= 1.7.39)
diff --git a/debian/changelog b/debian/changelog
index dd55a78..212876c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+vdr-plugin-osdteletext (0.9.3-3) unstable; urgency=low
+
+ * Use debhelper 9
+ * Build-depend on vdr-dev (>= 1.7.39)
+
+ -- Tobias Grimm <etobi at debian.org> Tue, 05 Mar 2013 22:51:28 +0100
+
vdr-plugin-osdteletext (0.9.3-2) unstable; urgency=low
* Build-depend on vdr-dev (>= 1.7.28)
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 3c51d5e..863dc1e 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: Tobias Grimm <etobi at debian.org>, Thomas Schmidt <tschmidt at debian.org>, Thomas Günther <tom at toms-cafe.de>
-Build-Depends: debhelper (>= 7.0.50~), vdr-dev (>= 1.7.28), gettext
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.39), gettext
Standards-Version: 3.9.3
Homepage: http://projects.vdr-developer.org/projects/show/plg-osdteletext
Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-osdteletext.git
diff --git a/debian/patches/flags.patch b/debian/patches/flags.patch
new file mode 100644
index 0000000..d52335b
--- /dev/null
+++ b/debian/patches/flags.patch
@@ -0,0 +1,22 @@
+Index: vdr-plugin-osdteletext/Makefile
+===================================================================
+--- vdr-plugin-osdteletext.orig/Makefile 2012-03-25 13:20:17.000000000 +0200
++++ vdr-plugin-osdteletext/Makefile 2013-03-05 23:00:53.000000000 +0100
+@@ -16,7 +16,7 @@
+ ### The C++ compiler and options:
+
+ OPTLEVEL ?= 2
+-CXXFLAGS = -O$(OPTLEVEL) -g -Wall -Werror -Woverloaded-virtual -fPIC -DPIC
++CXXFLAGS ?= -O$(OPTLEVEL) -g -Wall -Werror -Woverloaded-virtual -fPIC -DPIC
+
+ ### The directory environment:
+
+@@ -56,7 +56,7 @@
+ all-redirect: all
+
+ %.o: %.c
+- $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $<
++ $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(DEFINES) $(INCLUDES) $<
+
+ # Dependencies:
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..17d8fb0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+flags.patch
diff --git a/debian/rules b/debian/rules
index 29b8791..f8b3205 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,7 @@
#export DH_VERBOSE=1
MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
+CXXFLAGS += -fPIC
%:
dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
--
vdr-plugin-osdteletext packaging repository
More information about the pkg-vdr-dvb-changes
mailing list