Author: plessy
Date: 2012-02-07 06:00:37 +0000 (Tue, 07 Feb 2012)
New Revision: 9606

Modified:
   trunk/packages/mummer/trunk/debian/changelog
   trunk/packages/mummer/trunk/debian/rules
Log:
Pass Dpkg build flags in CFLAGS.


Modified: trunk/packages/mummer/trunk/debian/changelog
===================================================================
--- trunk/packages/mummer/trunk/debian/changelog        2012-02-07 05:48:57 UTC 
(rev 9605)
+++ trunk/packages/mummer/trunk/debian/changelog        2012-02-07 06:00:37 UTC 
(rev 9606)
@@ -9,6 +9,7 @@
   * Use dpkg source format 3.0 (quilt) as a patch system (debian/rules,
     debian/control, debian/source/format).
   * Simplify debian/rules using dh.
+  * Pass Dpkg build flags in CFLAGS (debian/rules).
 
  -- Charles Plessy <[email protected]>  Thu, 02 Feb 2012 12:59:31 +0900
 

Modified: trunk/packages/mummer/trunk/debian/rules
===================================================================
--- trunk/packages/mummer/trunk/debian/rules    2012-02-07 05:48:57 UTC (rev 
9605)
+++ trunk/packages/mummer/trunk/debian/rules    2012-02-07 06:00:37 UTC (rev 
9606)
@@ -2,6 +2,7 @@
 %:
        dh $@
 
+CFLAGS  += $(shell dpkg-buildflags --get CFLAGS)
 # src/kurtz/mm3src/Makefile and src/kurtz/streesrc/Makefile make a use of 
CFLAGS that does not allow to override it, hence the following is added:
 CFLAGS += -DSTREEHUGE -I$(CURDIR)/src/kurtz/libbasedir 
-I$(CURDIR)/src/kurtz/streesrc
 


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to