r46344 - in /packages/scilab/branches/5.5/debian: changelog control rules

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Tue Oct 15 14:58:35 UTC 2013


Author: sylvestre
Date: Tue Oct 15 14:58:34 2013
New Revision: 46344

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46344
Log:
Force the usage of gfortran 4.7
Probably related to http://gcc.gnu.org/ml/fortran/2013-08/msg00077.html

Modified:
    packages/scilab/branches/5.5/debian/changelog
    packages/scilab/branches/5.5/debian/control
    packages/scilab/branches/5.5/debian/rules

Modified: packages/scilab/branches/5.5/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/branches/5.5/debian/changelog?rev=46344&op=diff
==============================================================================
--- packages/scilab/branches/5.5/debian/changelog	(original)
+++ packages/scilab/branches/5.5/debian/changelog	Tue Oct 15 14:58:34 2013
@@ -1,3 +1,10 @@
+scilab (5.5.0~beta-1-1~exp2) experimental; urgency=low
+
+  * Force the usage of gfortran 4.7
+    Probably related to http://gcc.gnu.org/ml/fortran/2013-08/msg00077.html
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Tue, 15 Oct 2013 16:23:53 +0200
+
 scilab (5.5.0~beta-1-1~exp1) experimental; urgency=low
 
   * New upstream release

Modified: packages/scilab/branches/5.5/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/branches/5.5/debian/control?rev=46344&op=diff
==============================================================================
--- packages/scilab/branches/5.5/debian/control	(original)
+++ packages/scilab/branches/5.5/debian/control	Tue Oct 15 14:58:34 2013
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Sylvestre Ledru <sylvestre at debian.org>
-Build-Depends: autoconf, automake, cdbs, debhelper (>= 7), gfortran,
+Build-Depends: autoconf, automake, cdbs, debhelper (>= 7), gfortran-4.7,
  default-jdk, chrpath, ocaml-nox (>= 3.11.2-3), fakeroot,
  tcl8.5-dev, tk8.5-dev, libxml2-dev, libpcre3-dev, libcurl4-openssl-dev,
  gettext, libreadline-dev, pkg-config, procps, dpkg-dev (>= 1.16.0),

Modified: packages/scilab/branches/5.5/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/branches/5.5/debian/rules?rev=46344&op=diff
==============================================================================
--- packages/scilab/branches/5.5/debian/rules	(original)
+++ packages/scilab/branches/5.5/debian/rules	Tue Oct 15 14:58:34 2013
@@ -18,7 +18,7 @@
 	--with-umfpack --enable-build-localization \
 	--with-install-help-xml --enable-build-help \
 	--with-tcl-library=/usr/lib/$(DEB_HOST_MULTIARCH) \
-	--enable-mpi --disable-static-system-lib
+	--enable-mpi --disable-static-system-lib F77=gfortran-4.7
 #	--enable-compilation-tests
 
 DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--no-as-needed"
@@ -27,7 +27,7 @@
 ENABLE_BUILD_HELP_ARCHS := amd64 i386
 ifneq (,$(findstring $(DEB_HOST_ARCH),$(ENABLE_BUILD_HELP_ARCHS)))
 # Enable the build on these arch. it timeouts for the other archs
-DEB_MAKE_BUILD_TARGET := all doc 
+DEB_MAKE_BUILD_TARGET := all doc
 else
 DEB_MAKE_BUILD_TARGET := all
 endif




More information about the debian-science-commits mailing list