[SCM] library for LLL-reduction of Euclidean lattices branch, master, updated. upstream/4.0.0-9-g4a3a9e1

Julien Puydt julien.puydt at laposte.net
Sat Jun 16 19:46:36 UTC 2012


The following commit has been merged in the master branch:
commit 4a3a9e1bfa6b2495c4fe6a74367dc65803df7088
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sat Jun 16 21:41:17 2012 +0200

    Fixed multi-arch

diff --git a/debian/control b/debian/control
index 275887b..c1c8dcf 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@ Vcs-Git: git://git.debian.org/git/debian-science/packages/fplll.git
 Vcs-Browser: http://git.debian.org/?p=debian-science/packages/fplll.git
 
 Package: libfplll0
-Architecture: same
+Architecture: any
+Multi-Arch: same
 Section: libs
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff --git a/debian/rules b/debian/rules
index dbb73ac..0295a03 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
 
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 

-- 
library for LLL-reduction of Euclidean lattices



More information about the debian-science-commits mailing list