[Pkg-wmaker-commits] [wmmon] 12/12: Import Debian changes 1.1+20131205-1.1
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sat Aug 12 22:44:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmmon.
commit e60b87322ec0f47b06d7ed88b3418a8355b8007a
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Jul 19 17:26:25 2015 +0200
Import Debian changes 1.1+20131205-1.1
wmmon (1.1+20131205-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix "ftbfs with GCC-5": add patch to build with "-std=gnu89".
(Closes: #778171)
---
debian/changelog | 8 ++++++++
debian/patches/02-gcc5-C89.patch | 18 ++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 27 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 119ca4d..f08ea0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+wmmon (1.1+20131205-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix "ftbfs with GCC-5": add patch to build with "-std=gnu89".
+ (Closes: #778171)
+
+ -- gregor herrmann <gregoa at debian.org> Sun, 19 Jul 2015 17:26:25 +0200
+
wmmon (1.1+20131205-1) unstable; urgency=low
* New upstream version.
diff --git a/debian/patches/02-gcc5-C89.patch b/debian/patches/02-gcc5-C89.patch
new file mode 100644
index 0000000..1d02bdd
--- /dev/null
+++ b/debian/patches/02-gcc5-C89.patch
@@ -0,0 +1,18 @@
+Description: fix build failure with gcc5:
+ build with "-std=gnu89"
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/778171
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-07-19
+
+--- a/wmmon/Makefile
++++ b/wmmon/Makefile
+@@ -5,7 +5,7 @@
+ ../wmgeneral/misc.o \
+ ../wmgeneral/list.o
+
+-CFLAGS = -O2
++CFLAGS = -O2 -std=gnu89
+ CC = cc
+
+
diff --git a/debian/patches/series b/debian/patches/series
index 82cacde..1a85dbb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
01-cppflags.patch
+02-gcc5-C89.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmmon.git
More information about the Pkg-wmaker-commits
mailing list