[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:58 UTC 2013


The following commit has been merged in the master branch:
commit a8415e00723e6582ebfb33402865f75d54cd0a6b
Author: etobi <git at e-tobi.net>
Date:   Sun Mar 10 19:23:10 2013 +0100

    * New upstream release
    * Build-depend on vdr-dev (>= 1.7.40)

diff --git a/debian/changelog b/debian/changelog
index 212876c..6488cd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+vdr-plugin-osdteletext (0.9.4-1) unstable; urgency=low
+
+  * New upstream release
+  * Build-depend on vdr-dev (>= 1.7.40)
+
+ -- Tobias Grimm <etobi at debian.org>  Sun, 10 Mar 2013 19:22:58 +0100
+
 vdr-plugin-osdteletext (0.9.3-3) unstable; urgency=low
 
   * Use debhelper 9
diff --git a/debian/control b/debian/control
index 863dc1e..7280d07 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 (>= 9), vdr-dev (>= 1.7.39), gettext
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.39), gettext, pkg-config
 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/install b/debian/install
index 4dbdc56..017730f 100644
--- a/debian/install
+++ b/debian/install
@@ -1,3 +1 @@
-libvdr-osdteletext.so.*         usr/lib/vdr/plugins/
 debian/plugin.osdteletext.conf  etc/vdr/plugins/
-locale                          usr/share/
diff --git a/debian/patches/flags.patch b/debian/patches/flags.patch
deleted file mode 100644
index d52335b..0000000
--- a/debian/patches/flags.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-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
deleted file mode 100644
index 17d8fb0..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-flags.patch
diff --git a/debian/rules b/debian/rules
index f8b3205..25d9982 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,22 +3,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
-CXXFLAGS += -fPIC
-
 %:
 	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
-
-override_dh_auto_install:
-	# NOP
\ No newline at end of file

-- 
vdr-plugin-osdteletext packaging repository



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