[SCM] vdr-plugin-dummydevice packaging repository branch, master, updated. debian/1.0.2-17-5-g6dfdf1a
etobi
git at e-tobi.net
Mon Dec 12 20:21:32 UTC 2011
The following commit has been merged in the master branch:
commit 5fe2f295dce03971b0ff905db68400b49f1fce09
Author: etobi <git at e-tobi.net>
Date: Mon Dec 12 21:14:36 2011 +0100
Dropped fPIC patch
diff --git a/debian/changelog b/debian/changelog
index a58ea8c..35b7d93 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
vdr-plugin-dummydevice (1.0.3-1) experimental; urgency=low
* New upstream release
+ * Dropped fPIC patch
-- Tobias Grimm <etobi at debian.org> Mon, 12 Dec 2011 21:13:39 +0100
diff --git a/debian/control b/debian/control
index 5a74e29..4225b36 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: Peter Siering <ps at ctmagazin.de>, Thomas Schmidt <tschmidt at debian.org>, Tobias Grimm <etobi at debian.org>, Thomas Günther <tom at toms-cafe.de>
-Build-Depends: debhelper (>= 5), cdbs, dpatch, vdr-dev (>= 1.6.0-5)
+Build-Depends: debhelper (>= 5), cdbs, vdr-dev (>= 1.6.0-5)
Standards-Version: 3.8.3
Homepage: http://phivdr.dyndns.org/vdr/vdr-dummydevice/
Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-dummydevice.git
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 56c9546..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1,2 +0,0 @@
-01_Makefile-fPIC-fix
-
diff --git a/debian/patches/01_Makefile-fPIC-fix.dpatch b/debian/patches/01_Makefile-fPIC-fix.dpatch
deleted file mode 100644
index a18896f..0000000
--- a/debian/patches/01_Makefile-fPIC-fix.dpatch
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh /usr/share/dpatch/dpatch-run
-
-## Makefile-fPIC-fix patch
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Adds -fPIC to Makefile to fix potential FTBFS.
-
- at DPATCH@
-diff -urNad dummydevice-1.0.2/Makefile.orig dummydevice-1.0.2/Makefile
---- dummydevice-1.0.2/Makefile.orig 2007-06-21 00:44:34.000000000 +0200
-+++ dummydevice-1.0.2/Makefile 2007-06-21 00:44:55.000000000 +0200
-@@ -15,7 +15,7 @@
- ### The C++ compiler and options:
-
- CXX ?= g++
--CXXFLAGS ?= -O2 -Wall -Woverloaded-virtual
-+CXXFLAGS ?= -fPIC -O2 -Wall -Woverloaded-virtual
-
- ### The directory environment:
-
-
diff --git a/debian/rules b/debian/rules
index b81598f..ea42d48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
DEB_INSTALL_CHANGELOGS_ALL = HISTORY
--
vdr-plugin-dummydevice packaging repository
More information about the pkg-vdr-dvb-changes
mailing list