r45587 - in /packages/etsf-io/trunk/debian: changelog control rules

dcaliste-guest at users.alioth.debian.org dcaliste-guest at users.alioth.debian.org
Tue Feb 19 09:48:43 UTC 2013


Author: dcaliste-guest
Date: Tue Feb 19 09:48:42 2013
New Revision: 45587

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45587
Log:
Upgrade standard and add a -fPIC compilation flag to allow building of dynamic libraries from ETSF_IO.

Modified:
    packages/etsf-io/trunk/debian/changelog
    packages/etsf-io/trunk/debian/control
    packages/etsf-io/trunk/debian/rules

Modified: packages/etsf-io/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/etsf-io/trunk/debian/changelog?rev=45587&op=diff
==============================================================================
--- packages/etsf-io/trunk/debian/changelog (original)
+++ packages/etsf-io/trunk/debian/changelog Tue Feb 19 09:48:42 2013
@@ -1,3 +1,12 @@
+etsf-io (1.0.3-5) unstable; urgency=low
+
+  [ Damien Caliste ]
+  * Standards-Version updated to version 3.9.4
+  * Add a -fPIC compilation flag to allow to build .so libraries
+    from the static libraries of ETSF_IO.
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Tue, 19 Feb 2013 10:46:37 +0100
+
 etsf-io (1.0.3-4) unstable; urgency=low
 
   [ Sylvestre Ledru ]

Modified: packages/etsf-io/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/etsf-io/trunk/debian/control?rev=45587&op=diff
==============================================================================
--- packages/etsf-io/trunk/debian/control (original)
+++ packages/etsf-io/trunk/debian/control Tue Feb 19 09:48:42 2013
@@ -4,7 +4,7 @@
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders:  Damien Caliste <damien.caliste at cea.fr>
 Build-Depends: debhelper (>= 5), cdbs, autotools-dev, gfortran, libnetcdf-dev
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 Homepage: http://www.etsf.eu/resources/software/libraries_and_tools
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/etsf-io/
 Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/etsf-io/

Modified: packages/etsf-io/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/etsf-io/trunk/debian/rules?rev=45587&op=diff
==============================================================================
--- packages/etsf-io/trunk/debian/rules (original)
+++ packages/etsf-io/trunk/debian/rules Tue Feb 19 09:48:42 2013
@@ -1,10 +1,10 @@
 #!/usr/bin/make -f
-# Copyright 2010 Damien Caliste <damien.caliste at cea.fr>
+# Copyright 2010-2013 Damien Caliste <damien.caliste at cea.fr>
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
-DEB_CONFIGURE_USER_FLAGS := --docdir=\$${prefix}/share/doc/libetsf-io-doc --with-moduledir=\$${includedir}
+DEB_CONFIGURE_USER_FLAGS := --docdir=\$${prefix}/share/doc/libetsf-io-doc --with-moduledir=\$${includedir} FCFLAGS="-O2 -fPIC"
 DEB_MAKE_INSTALL_TARGET  := install DESTDIR=$(DEB_DESTDIR)
 DEB_INSTALL_DOCS_etsf-io := -XTODO
 DEB_INSTALL_DOCS_libetsf-io-doc := -XAUTHORS -XREADME -XNEWS -XTODO




More information about the debian-science-commits mailing list