tags 661448 + patch
tags 661448 + pending
thanks

Dear maintainer,

I've prepared an NMU for dvbstreamer (versioned as 2.1.0-2.3) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   
diff -Nru dvbstreamer-2.1.0/debian/changelog dvbstreamer-2.1.0/debian/changelog
--- dvbstreamer-2.1.0/debian/changelog	2011-12-21 18:49:41.000000000 +0100
+++ dvbstreamer-2.1.0/debian/changelog	2012-03-12 20:38:15.000000000 +0100
@@ -1,3 +1,12 @@
+dvbstreamer (2.1.0-2.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS": add patch pkgincludedir.patch to fix the Makefile.ams.
+    (Closes: #661448)
+  * debian/rules: empty dependency_libs in .la files.
+
+ -- gregor herrmann <gre...@debian.org>  Mon, 12 Mar 2012 20:37:49 +0100
+
 dvbstreamer (2.1.0-2.2) unstable; urgency=low
 
   * NMU
diff -Nru dvbstreamer-2.1.0/debian/patches/pkgincludedir.patch dvbstreamer-2.1.0/debian/patches/pkgincludedir.patch
--- dvbstreamer-2.1.0/debian/patches/pkgincludedir.patch	1970-01-01 01:00:00.000000000 +0100
+++ dvbstreamer-2.1.0/debian/patches/pkgincludedir.patch	2012-03-12 20:26:59.000000000 +0100
@@ -0,0 +1,35 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -15,10 +15,11 @@
+ 	NEWS\
+ 	TODO
+ 
+-pkginclude_DATA = \
++dvbstreamer_pkgincludedir = $(pkgincludedir)
++dvbstreamer_pkginclude_DATA = \
+     config.h
+ 
+-EXTRA_DIST = $(dvbstreamerdoc_DATA) $(pkginclude_DATA)
++EXTRA_DIST = $(dvbstreamerdoc_DATA) $(dvbstreamer_pkginclude_DATA)
+ 
+ # Copy all the spec files. Of cource, only one is actually used.
+ dist-hook:
+--- a/include/Makefile.am
++++ b/include/Makefile.am
+@@ -5,7 +5,8 @@
+ ## 	Please disable it in the Anjuta project configuration
+ 
+ 
+-pkginclude_DATA = \
++dvbstreamer_pkgincludedir = $(pkgincludedir)
++dvbstreamer_pkginclude_DATA = \
+     types.h \
+     cache.h \
+     objects.h \
+@@ -30,5 +31,5 @@
+     events.h
+ 
+ 
+-EXTRA_DIST = $(pkginclude_DATA)
++EXTRA_DIST = $(dvbstreamer_pkginclude_DATA)
+ 
diff -Nru dvbstreamer-2.1.0/debian/patches/series dvbstreamer-2.1.0/debian/patches/series
--- dvbstreamer-2.1.0/debian/patches/series	2011-12-16 18:23:42.000000000 +0100
+++ dvbstreamer-2.1.0/debian/patches/series	2012-03-12 20:18:57.000000000 +0100
@@ -3,3 +3,4 @@
 usr_share_doc_in.patch
 libev.patch
 no_ncurses.patch
+pkgincludedir.patch
diff -Nru dvbstreamer-2.1.0/debian/rules dvbstreamer-2.1.0/debian/rules
--- dvbstreamer-2.1.0/debian/rules	2011-12-21 18:49:35.000000000 +0100
+++ dvbstreamer-2.1.0/debian/rules	2012-03-12 20:35:17.000000000 +0100
@@ -31,3 +31,5 @@
 	#not needed in binary installs
 	rm debian/dvbstreamer/usr/share/doc/dvbstreamer/INSTALL
 
+	#empty dependency_libs
+	sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'`

Attachment: signature.asc
Description: Digital signature

Reply via email to