[SCM] library for LLL-reduction of Euclidean lattices branch, master, updated. debian/4.0.1-1-1-gd63e268

Julien Puydt julien.puydt at laposte.net
Thu Mar 14 21:39:56 UTC 2013


The following commit has been merged in the master branch:
commit d63e26802908a4b2e72b49fb8b4bdd21c1a39e7f
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Thu Mar 14 22:35:34 2013 +0100

    Add the static libraries to the devel package

diff --git a/debian/changelog b/debian/changelog
index 73c81e5..e243300 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fplll (4.0.1-2) UNRELEASED; urgency=low
+
+  * Add the static library to the devel package (Closes: #702056).
+
+ -- Julien Puydt <julien.puydt at laposte.net>  Thu, 14 Mar 2013 22:09:06 +0100
+
 fplll (4.0.1-1) unstable; urgency=low
 
   * Upgraded to latest upstream.
diff --git a/debian/libfplll-dev.install b/debian/libfplll-dev.install
index 86b08c7..bec7847 100644
--- a/debian/libfplll-dev.install
+++ b/debian/libfplll-dev.install
@@ -1,2 +1,3 @@
 /usr/include/*
 /usr/lib/*/*.so
+/usr/lib/*/*.a
diff --git a/debian/rules b/debian/rules
index ea23c6d..b476dc8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ override_dh_autoreconf:
 	dh_autoreconf --as-needed
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-shared --disable-static CPPFLAGS="$(CPPFLAGS) -D_LARGEFILE_SOURCE"
+	dh_auto_configure -- --enable-shared --enable-static CPPFLAGS="$(CPPFLAGS) -D_LARGEFILE_SOURCE"
 
 override_dh_clean:
 	rm -f src/foo

-- 
library for LLL-reduction of Euclidean lattices



More information about the debian-science-commits mailing list