]> www.ginac.de Git - ginac.git/blobdiff - debian/rules
Fixed bug in modular square-free factorization.
[ginac.git] / debian / rules
index e15c5e6410a1328678103b3fbb4a36f53f725bf8..1bc08c6e2d4c410ec09d7f2ee9c23cbd79b980bc 100755 (executable)
@@ -4,10 +4,10 @@ include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
 ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-       CXXFLAGS += -finline-limit=1200
+CXXFLAGS += -finline-limit=1200
 endif
 
-# 1.4.1-1-blah (Debian version) ==> 1.4 (LT_RELEASE)
+# 1.5.1-1-blah (Debian version) ==> 1.5 (LT_RELEASE)
 GINAC_RELEASE := $(shell echo $(DEB_VERSION) | cut -f 1,2 -d . )
 GINACLIB := libginac$(GINAC_RELEASE)