[debian-edu-commits] debian-edu/lambdacan.git (#19) - master (branch) updated: upstream/2.0-18-g1b24e3a
anthony gasperin
nyothan-guest at alioth.debian.org
Sun Sep 1 10:24:00 UTC 2013
The branch, master has been updated
via 1b24e3af75cf8cb422faa8f648215bdb19c6f0b7 (commit)
from 8f64984ecbc392d6626b454f39e51b1b3f19f8d1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1b24e3af75cf8cb422faa8f648215bdb19c6f0b7
Author: Anthony Gasperin <anthony.gasperin at gmail.com>
Date: Sat Aug 31 10:49:20 2013 +0200
debflags added in Makefile-posix
-----------------------------------------------------------------------
Summary of changes:
debian/patches/fix_cflags.patch | 13 +++++++++----
debian/rules | 8 ++++----
2 files changed, 13 insertions(+), 8 deletions(-)
The diff of changes is:
diff --git a/debian/patches/fix_cflags.patch b/debian/patches/fix_cflags.patch
index ca84c74..4bbb732 100644
--- a/debian/patches/fix_cflags.patch
+++ b/debian/patches/fix_cflags.patch
@@ -1,11 +1,16 @@
--- a/Makefile-posix
+++ b/Makefile-posix
-@@ -1,25 +1,26 @@
+@@ -1,25 +1,32 @@
--CFLAGS=-Wall -DPOSIX -g
-+CFLAGS+=-Wall -DPOSIX -g
-+DEBFLAGS=$(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS)
+ CFLAGS=-Wall -DPOSIX -g
++CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
++CFLAGS+=$(shell dpkg-buildflags --get CFLAGS)
++CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
++LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
++
++DEBFLAGS=$(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS)
++
all : lci
lci_ast.o : lci_ast.c lci_ast.h
diff --git a/debian/rules b/debian/rules
index 427ab45..eb416e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,10 +8,10 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
-CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
-CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
-LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
+#CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
+#CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
+#CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
+#LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
clean:
hooks/post-receive
--
lambdacan.git (Debian package lambdacan)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lambdacan.git" (Debian package lambdacan).
More information about the debian-edu-commits
mailing list