[SCM] libdvbpsi/master: Do not build with -Werror

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Mar 22 14:37:55 UTC 2015


The following commit has been merged in the master branch:
commit 8006ffc6a113edec73a3dc6b5d16926de53d0ea2
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Mar 22 15:33:01 2015 +0100

    Do not build with -Werror
    
    Closes: #777943

diff --git a/debian/patches/no-werror.patch b/debian/patches/no-werror.patch
new file mode 100644
index 0000000..707aaf7
--- /dev/null
+++ b/debian/patches/no-werror.patch
@@ -0,0 +1,17 @@
+Description: Do not build with -Werror
+Origin: upstream,
+ http://git.videolan.org/?p=libdvbpsi.git;a=commit;h=09f9fad68e34975f8a90de564f3f12820947f22e 
+Bug-Debian: https://bugs.debian.org/777943
+Last-Update: 2015-03-22
+
+--- libdvbpsi-1.2.0.orig/configure.ac
++++ libdvbpsi-1.2.0/configure.ac
+@@ -22,7 +22,7 @@ dnl store CFLAGS from user
+ CFLAGS_save="${CFLAGS}"
+ 
+ dnl add features to CFLAGS
+-CFLAGS_dist="-Wall -Werror --std=gnu99 -D_GNU_SOURCE"
++CFLAGS_dist="-Wall --std=gnu99 -D_GNU_SOURCE"
+ CFLAGS_dist="${CFLAGS_dist} -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare"
+ 
+ dnl check the operating system
diff --git a/debian/patches/series b/debian/patches/series
index 3efae35..8b39c44 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+no-werror.patch
 hide-internal-symbols.patch

-- 
libdvbpsi packaging



More information about the pkg-multimedia-commits mailing list