[SCM] vdr-plugin-live packaging repository branch, master, updated. debian/0.2.0+git20120428-3-3-ga8560c9

etobi git at e-tobi.net
Wed Mar 6 21:54:22 UTC 2013


The following commit has been merged in the master branch:
commit a8560c982b586ce54437907da1745be141495225
Author: etobi <git at e-tobi.net>
Date:   Tue Mar 5 23:11:34 2013 +0100

    * New Upstream Snapshot (commit 545739f)
    * Use debhelper 9
    * Build-depend on vdr-dev (>= 1.7.39)

diff --git a/debian/changelog b/debian/changelog
index a28450a..c0e8f50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+vdr-plugin-live (0.2.0+git20130305-1) unstable; urgency=low
+
+  * New Upstream Snapshot (commit 545739f)
+  * Use debhelper 9
+  * Build-depend on vdr-dev (>= 1.7.39)
+
+ -- Tobias Grimm <etobi at debian.org>  Tue, 05 Mar 2013 23:10:55 +0100
+
 vdr-plugin-live (0.2.0+git20120428-3) unstable; urgency=low
 
   * Now really build-depend on vdr-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 8a93cb5..5843d24 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),
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.39),
  libtntnet-dev (>= 1.6.0.1-1.1), libcxxtools-dev (>= 1.4.3.6-1.1),
  libssl-dev, libboost-dev, gettext, libpcre3-dev
 Standards-Version: 3.9.3
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index bd7d7f7..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-vdr-1.7.28.patch
diff --git a/debian/patches/vdr-1.7.28.patch b/debian/patches/vdr-1.7.28.patch
deleted file mode 100644
index 5dcbb92..0000000
--- a/debian/patches/vdr-1.7.28.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Index: vdr-plugin-live/tasks.cpp
-===================================================================
---- vdr-plugin-live.orig/tasks.cpp	2012-04-28 07:18:05.000000000 +0200
-+++ vdr-plugin-live/tasks.cpp	2012-06-08 21:18:53.000000000 +0200
-@@ -60,9 +60,9 @@
- 
- 	const char *current = NowReplaying();
- 	if (!current || (0 != strcmp(current, recording->FileName()))) {
--		cReplayControl::SetRecording( 0, 0 );
-+		cReplayControl::SetRecording( 0 );
- 		cControl::Shutdown();
--		cReplayControl::SetRecording( recording->FileName(), recording->Title() );
-+		cReplayControl::SetRecording( recording->FileName() );
- 		cControl::Launch( new cReplayControl );
- 		cControl::Attach();
- 	}
-@@ -122,7 +122,7 @@
- 		return;
- 	}
- 
--	cReplayControl::SetRecording( 0, 0 );
-+	cReplayControl::SetRecording( 0 );
- 	cControl::Shutdown();
- }
- 
diff --git a/debian/rules b/debian/rules
index 865cce3..d3901f8 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 $(CPPFLAGS)
 
 %:
 	dh $@

-- 
vdr-plugin-live packaging repository



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