[SCM] library of programs for modular symbols and elliptic curves over Q branch, master, updated. upstream/2012-06-01-11-ge611af9

Julien Puydt julien.puydt at laposte.net
Sat Jun 16 18:15:28 UTC 2012


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

    Fix multi-arch so it actually works

diff --git a/debian/control b/debian/control
index bb85506..2e74344 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Vcs-Git: git://git.debian.org/git/debian-science/packages/eclib.git
 Vcs-Browser: http://git.debian.org/?p=debian-science/packages/eclib.git
 
 Package: libec0
-Architecture: same
+Architecture: any
+Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Library for modular symbols and elliptic curves over Q
diff --git a/debian/rules b/debian/rules
index 322e02c..548badc 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
 export ACLOCAL_M4=.

-- 
library of programs for modular symbols and elliptic curves over Q



More information about the debian-science-commits mailing list