r37256 - in /packages/scilab/branches/5.3/debian: control rules

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Fri Feb 4 13:26:10 UTC 2011


Author: sylvestre
Date: Fri Feb  4 13:26:04 2011
New Revision: 37256

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=37256
Log:
Fixes some ubuntu issues

Modified:
    packages/scilab/branches/5.3/debian/control
    packages/scilab/branches/5.3/debian/rules

Modified: packages/scilab/branches/5.3/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/branches/5.3/debian/control?rev=37256&op=diff
==============================================================================
--- packages/scilab/branches/5.3/debian/control (original)
+++ packages/scilab/branches/5.3/debian/control Fri Feb  4 13:26:04 2011
@@ -10,7 +10,7 @@
 # numerical libraries
  libblas-dev | librefblas3-dev | libatlas-base-dev, liblapack-dev, 
 # Java deps
- libflexdock-java (>= 0.5.1), libjogl-java (>= 1.1.1), 
+ libflexdock-java (>= 0.5.1), libjogl-java (>= 1.1.1), libgl1-mesa-dev,
  libjrosetta-java (>= 1.0.1), ant,
 # Documentation 
  libjeuclid-core-java (>= 3.1.3), libbatik-java (>= 1.7), fop (>= 0.95), 

Modified: packages/scilab/branches/5.3/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/branches/5.3/debian/rules?rev=37256&op=diff
==============================================================================
--- packages/scilab/branches/5.3/debian/rules (original)
+++ packages/scilab/branches/5.3/debian/rules Fri Feb  4 13:26:04 2011
@@ -19,6 +19,8 @@
 	--with-pvm --with-fftw --enable-relocatable \
 	--with-umfpack --enable-build-localization \
 	--with-install-help-xml --enable-build-help
+
+DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--no-as-needed"
 
 
 ENABLE_BUILD_HELP_ARCHS := amd64 i386




More information about the debian-science-commits mailing list