[med-svn] r13757 - trunk/packages/njplot/trunk/debian
Aaron M. Ucko
ucko at alioth.debian.org
Wed May 29 22:37:01 UTC 2013
Author: ucko
Date: 2013-05-29 22:37:00 +0000 (Wed, 29 May 2013)
New Revision: 13757
Modified:
trunk/packages/njplot/trunk/debian/changelog
trunk/packages/njplot/trunk/debian/rules
Log:
debian/rules: Contrive to pass hardened CPPFLAGS and LDFLAGS.
Modified: trunk/packages/njplot/trunk/debian/changelog
===================================================================
--- trunk/packages/njplot/trunk/debian/changelog 2013-05-29 22:21:46 UTC (rev 13756)
+++ trunk/packages/njplot/trunk/debian/changelog 2013-05-29 22:37:00 UTC (rev 13757)
@@ -3,6 +3,7 @@
[ Aaron M. Ucko ]
* Eliminate extraneous build dependencies, most critically lesstif2-dev,
as Vibrant has switched to Motif now that it's free. (Closes: #710205.)
+ * debian/rules: Contrive to pass hardened CPPFLAGS and LDFLAGS.
[ Charles Plessy ]
* debian/patches/fix-underlinking.patch (new): Explicitly link njplot and
@@ -12,7 +13,7 @@
[ Andreas Tille ]
* debian/upstream: Added citation information
- -- Aaron M. Ucko <ucko at debian.org> Wed, 29 May 2013 18:21:40 -0400
+ -- Aaron M. Ucko <ucko at debian.org> Wed, 29 May 2013 18:36:54 -0400
njplot (2.4-1) unstable; urgency=low
Modified: trunk/packages/njplot/trunk/debian/rules
===================================================================
--- trunk/packages/njplot/trunk/debian/rules 2013-05-29 22:21:46 UTC (rev 13756)
+++ trunk/packages/njplot/trunk/debian/rules 2013-05-29 22:37:00 UTC (rev 13757)
@@ -8,6 +8,8 @@
# despite the fact that cdbs should use distclean as default, the clean target is called
# so force distclean
DEB_MAKE_CLEAN_TARGET = distclean
+DEB_MAKE_INVOKE += CC='gcc $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS)'
-CFLAGS +=-c -I/usr/include/ncbi -DNO_PDF -DWIN_MOTIF -DHELPFILENAME=\\\"/usr/share/njplot/njplot.help\\\"
+CFLAGS = -c -I/usr/include/ncbi -DNO_PDF -DWIN_MOTIF \
+ -DHELPFILENAME=\\\"/usr/share/njplot/njplot.help\\\"
More information about the debian-med-commit
mailing list