r38419 - in /packages/feel++-opus/trunk/debian: changelog rules

prudhomm at users.alioth.debian.org prudhomm at users.alioth.debian.org
Sun Apr 24 19:33:53 UTC 2011


Author: prudhomm
Date: Sun Apr 24 19:33:46 2011
New Revision: 38419

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38419
Log:
new upstream

Modified:
    packages/feel++-opus/trunk/debian/changelog
    packages/feel++-opus/trunk/debian/rules

Modified: packages/feel++-opus/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/feel%2B%2B-opus/trunk/debian/changelog?rev=38419&op=diff
==============================================================================
--- packages/feel++-opus/trunk/debian/changelog (original)
+++ packages/feel++-opus/trunk/debian/changelog Sun Apr 24 19:33:46 2011
@@ -1,5 +1,11 @@
+feel++-opus (0.91.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Sun, 24 Apr 2011 21:27:15 +0200
+
 feel++-opus (0.90.0-1) unstable; urgency=low
 
-  * Initial release 
+  * Initial release
 
  -- Christophe Prud'homme <prudhomm at debian.org>  Wed, 20 Apr 2011 05:16:59 +0200

Modified: packages/feel++-opus/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/feel%2B%2B-opus/trunk/debian/rules?rev=38419&op=diff
==============================================================================
--- packages/feel++-opus/trunk/debian/rules (original)
+++ packages/feel++-opus/trunk/debian/rules Sun Apr 24 19:33:46 2011
@@ -15,15 +15,12 @@
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 
-export CFLAGS=-O2
-export CXXFLAGS=-O2
-
 DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
 DEB_CMAKE_EXTRA_FLAGS=                      \
         -DCMAKE_BUILD_TYPE=Release          \
-	-DCMAKE_C_FLAGS=$(CFLAGS)	    \
-	-DCMAKE_CXX_FLAGS=$(CXXFLAGS)	    
+	-DCMAKE_C_FLAGS_RELEASE="-O2 -DNDEBUG -g0"   \
+	-DCMAKE_CXX_FLAGS_RELEASE="-O2 -DNDEBUG -g0"
 
 
 get-orig-source:




More information about the debian-science-commits mailing list