[med-svn] r12696 - in trunk/packages/ffindex/trunk/debian: . patches
Laszlo Kajan
lkajan-guest at alioth.debian.org
Tue Dec 18 23:41:37 UTC 2012
Author: lkajan-guest
Date: 2012-12-18 23:41:37 +0000 (Tue, 18 Dec 2012)
New Revision: 12696
Modified:
trunk/packages/ffindex/trunk/debian/changelog
trunk/packages/ffindex/trunk/debian/patches/Makefile
Log:
0.9.9-2: Fixed bc not found issue in d/rules (Closes: #696285)
Modified: trunk/packages/ffindex/trunk/debian/changelog
===================================================================
--- trunk/packages/ffindex/trunk/debian/changelog 2012-12-18 22:26:35 UTC (rev 12695)
+++ trunk/packages/ffindex/trunk/debian/changelog 2012-12-18 23:41:37 UTC (rev 12696)
@@ -1,3 +1,9 @@
+ffindex (0.9.9-2) unstable; urgency=low
+
+ * Fixed 'bc' not found issue in d/rules (Closes: #696285).
+
+ -- Laszlo Kajan <lkajan at rostlab.org> Wed, 19 Dec 2012 00:39:51 +0100
+
ffindex (0.9.9-1) unstable; urgency=low
* New upstream release
Modified: trunk/packages/ffindex/trunk/debian/patches/Makefile
===================================================================
--- trunk/packages/ffindex/trunk/debian/patches/Makefile 2012-12-18 22:26:35 UTC (rev 12695)
+++ trunk/packages/ffindex/trunk/debian/patches/Makefile 2012-12-18 23:41:37 UTC (rev 12696)
@@ -24,7 +24,7 @@
+SOCURRENT=1
+SOAGE=1
+SOVERSION=$(SOCURRENT).0.$(SOAGE)
-+SOMAJORV=$(shell echo $(SOCURRENT)-$(SOAGE) | bc)
++SOMAJORV=$(shell echo $$(( $(SOCURRENT)-$(SOAGE) )) )
ifdef FFINDEX_STATIC
LDFLAGS+=-static
FFINDEX_OBJECTS=libffindex.a
More information about the debian-med-commit
mailing list