r47124 - in /packages/rheolef/trunk/debian: changelog rules

saramito-guest at users.alioth.debian.org saramito-guest at users.alioth.debian.org
Thu Sep 10 20:27:58 UTC 2015


Author: saramito-guest
Date: Thu Sep 10 20:27:58 2015
New Revision: 47124

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47124
Log:
debian/rules: automatically generate "fortify" compilation flags
debian/source/lintian-overrides: smoothing too severe repports


Modified:
    packages/rheolef/trunk/debian/changelog
    packages/rheolef/trunk/debian/rules

Modified: packages/rheolef/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/changelog?rev=47124&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/changelog	(original)
+++ packages/rheolef/trunk/debian/changelog	Thu Sep 10 20:27:58 2015
@@ -5,7 +5,8 @@
      - paraview support improved
   * debian/control: Standards-Version updated to version 3.9.6
     debian/rules:   add option --disable-ginac to the configure script
-                    and -Wno-deprecated-declarations compilation flag
+                    and automatically generate "fortify" compilation flags
+    debian/source/lintian-overrides: smoothing too severe repports
 
  -- Pierre Saramito <pierre.saramito at imag.fr>  Thu, 10 Sep 2015 13:41:28 +0200
 

Modified: packages/rheolef/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/rules?rev=47124&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/rules	(original)
+++ packages/rheolef/trunk/debian/rules	Thu Sep 10 20:27:58 2015
@@ -24,11 +24,10 @@
 TMPDIR=debian/tmp-rheolef
 
 # compilation flags
-CPPFLAGS         = `dpkg-buildflags --get CPPFLAGS`
-CXXFLAGS_FORTIFY = `dpkg-buildflags --get CXXFLAGS | sed -e 's/-O2/-O3/' -e 's/-g//'`
-CXXFLAGS         = -Wno-deprecated-declarations -O3 $(CXXFLAGS_FORTIFY)
-LDFLAGS          = `dpkg-buildflags --get LDFLAGS` ${CXXFLAGS}
-CFLAGS           = ${CXXFLAGS}
+CPPFLAGS =     `dpkg-buildflags --get CPPFLAGS`
+CXXFLAGS = -O3 `dpkg-buildflags --get CXXFLAGS | sed -e 's/-O2/-O3/' -e 's/-g//'`
+LDFLAGS  =     `dpkg-buildflags --get LDFLAGS` ${CXXFLAGS}
+CFLAGS   = ${CXXFLAGS}
 
 configure: configure-stamp
 configure-stamp:




More information about the debian-science-commits mailing list