[SCM] vdr-plugin-lcdproc packaging repository branch, master, updated. debian/0.0.10-jw8+git20130323-1-1-gc9ac59c

etobi git at e-tobi.net
Sat Mar 23 21:38:17 UTC 2013


The following commit has been merged in the master branch:
commit c9ac59c4de50d768b8a0198470763bfe0b18927c
Author: etobi <git at e-tobi.net>
Date:   Sat Mar 23 22:09:58 2013 +0100

    Build-depend on vdr-dev (>= 1.7.42)

diff --git a/debian/changelog b/debian/changelog
index 004f332..75be463 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vdr-plugin-lcdproc (0.0.10-jw8+git20130323-2) experimental; urgency=low
+
+  * Build-depend on vdr-dev (>= 1.7.42)
+
+ -- Tobias Grimm <etobi at debian.org>  Sat, 23 Mar 2013 20:52:04 +0100
+
 vdr-plugin-lcdproc (0.0.10-jw8+git20130323-1) experimental; urgency=low
 
   * New Upstream Snapshot (commit ed6ee59)
diff --git a/debian/control b/debian/control
index e277c3b..763dd16 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>
-Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.41), gettext, pkg-config
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.42), gettext, pkg-config
 Standards-Version: 3.9.4
 Homepage: http://projects.vdr-developer.org/projects/show/plg-lcdproc
 
diff --git a/debian/patches/add-ldflags.patch b/debian/patches/add-ldflags.patch
new file mode 100644
index 0000000..a4f763f
--- /dev/null
+++ b/debian/patches/add-ldflags.patch
@@ -0,0 +1,13 @@
+Index: vdr-plugin-lcdproc/Makefile
+===================================================================
+--- vdr-plugin-lcdproc.orig/Makefile	2013-03-23 09:28:57.000000000 +0100
++++ vdr-plugin-lcdproc/Makefile	2013-03-23 09:38:30.000000000 +0100
+@@ -57,7 +57,7 @@
+ all: $(SOFILE) i18n
+ 
+ $(SOFILE): $(OBJS)
+-	$(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@
++	$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) -o $@
+ 
+ install-lib: $(SOFILE)
+ 	install -D $^ $(LIBDIR)/$^.$(APIVERSION)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..41d3d43
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+add-ldflags.patch

-- 
vdr-plugin-lcdproc packaging repository



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