[med-svn] r1451 - trunk/packages/njplot/trunk/debian

charles-guest at alioth.debian.org charles-guest at alioth.debian.org
Tue Feb 19 05:24:26 UTC 2008


Author: charles-guest
Date: 2008-02-19 05:24:26 +0000 (Tue, 19 Feb 2008)
New Revision: 1451

Modified:
   trunk/packages/njplot/trunk/debian/changelog
   trunk/packages/njplot/trunk/debian/rules
Log:
Fixed the management of compilation optimisations

Modified: trunk/packages/njplot/trunk/debian/changelog
===================================================================
--- trunk/packages/njplot/trunk/debian/changelog	2008-02-19 05:09:00 UTC (rev 1450)
+++ trunk/packages/njplot/trunk/debian/changelog	2008-02-19 05:24:26 UTC (rev 1451)
@@ -1,3 +1,10 @@
+njplot (2.2-2) UNRELEASED; urgency=low
+
+  * debian/rules: uses 'DEB_OPT_FLAG +=' instead of 'DEB_OPT_FLAG =' so that
+    CDBS still manages the optimisation levels and the 'noopt' build option.
+
+ -- Charles Plessy <charles-debian-nospam at plessy.org>  Tue, 19 Feb 2008 14:19:27 +0900
+
 njplot (2.2-1) unstable; urgency=low
 
   [ Andreas Tille ]

Modified: trunk/packages/njplot/trunk/debian/rules
===================================================================
--- trunk/packages/njplot/trunk/debian/rules	2008-02-19 05:09:00 UTC (rev 1450)
+++ trunk/packages/njplot/trunk/debian/rules	2008-02-19 05:24:26 UTC (rev 1451)
@@ -10,7 +10,7 @@
 # so force distclean
 DEB_MAKE_CLEAN_TARGET = distclean
 
-DEB_OPT_FLAG=-c -I/usr/include/ncbi -DNO_PDF -DWIN_MOTIF -DHELPFILENAME=\\\"/usr/share/njplot/njplot.help\\\"
+DEB_OPT_FLAG +=-c -I/usr/include/ncbi -DNO_PDF -DWIN_MOTIF -DHELPFILENAME=\\\"/usr/share/njplot/njplot.help\\\"
 
 get-orig-source:
 	. debian/get-orig-source




More information about the debian-med-commit mailing list