[SCM] libnova library packaging branch, master, updated. debian/0.16-1-2-g26732cd

Maximiliano Curia maxy at moszumanska.debian.org
Wed Oct 19 16:28:25 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/krap/libnova.git;a=commitdiff;h=29135ed

The following commit has been merged in the master branch:
commit 29135edd8949a8d0b66e0ca521457d6530bc43f7
Author: Maximiliano Curia <maxy at debian.org>
Date:   Wed Oct 19 18:21:07 2016 +0200

    Add new patch: Use-CFLAGS-from-environment.patch
    
    Closes: 671462
    Thanks: Simon Ruderich for the patch
---
 debian/patches/Use-CFLAGS-from-environment.patch | 21 +++++++++++++++++++++
 debian/patches/series                            |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/Use-CFLAGS-from-environment.patch b/debian/patches/Use-CFLAGS-from-environment.patch
new file mode 100644
index 0000000..a2d3b76
--- /dev/null
+++ b/debian/patches/Use-CFLAGS-from-environment.patch
@@ -0,0 +1,21 @@
+From: Simon Ruderich <simon at ruderich.org>
+Date: Wed, 19 Oct 2016 18:20:02 +0200
+Subject: Use CFLAGS from environment
+
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 94247f5..cb7cbc1 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -100,7 +100,7 @@ else
+ fi
+ 
+ dnl Make sure we fail on all warnings
+-CFLAGS=-Wall
++CFLAGS="$CFLAGS -Wall"
+ 
+ AC_CONFIG_FILES([
+ Makefile
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..419c72d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Use-CFLAGS-from-environment.patch

-- 
libnova library packaging



More information about the pkg-kde-commits mailing list