r35963 - in /packages/v-sim/trunk/debian: changelog patches/ patches/00_sh4_support.patch rules

dcaliste-guest at users.alioth.debian.org dcaliste-guest at users.alioth.debian.org
Thu Nov 5 09:52:55 UTC 2009


Author: dcaliste-guest
Date: Thu Nov  5 09:52:54 2009
New Revision: 35963

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35963
Log:
Close bug #554339, applying the patch proposed by Nobuhiro Iwamatsu for sh4 architectures.

Added:
    packages/v-sim/trunk/debian/patches/
    packages/v-sim/trunk/debian/patches/00_sh4_support.patch
Modified:
    packages/v-sim/trunk/debian/changelog
    packages/v-sim/trunk/debian/rules

Modified: packages/v-sim/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/v-sim/trunk/debian/changelog?rev=35963&op=diff
==============================================================================
--- packages/v-sim/trunk/debian/changelog (original)
+++ packages/v-sim/trunk/debian/changelog Thu Nov  5 09:52:54 2009
@@ -1,3 +1,11 @@
+v-sim (3.5.0-2) unstable; urgency=low
+
+   [ Damien Caliste ]
+  * Close bug #554339, applying the patch proposed by Nobuhiro Iwamatsu for
+    sh4 architectures.
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Thu, 05 Nov 2009 10:46:34 +0200
+
 v-sim (3.5.0-1) unstable; urgency=low
 
    [ Damien Caliste ]

Added: packages/v-sim/trunk/debian/patches/00_sh4_support.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/v-sim/trunk/debian/patches/00_sh4_support.patch?rev=35963&op=file
==============================================================================
--- packages/v-sim/trunk/debian/patches/00_sh4_support.patch (added)
+++ packages/v-sim/trunk/debian/patches/00_sh4_support.patch Thu Nov  5 09:52:54 2009
@@ -1,0 +1,12 @@
+diff -urNad v-sim-3.5.0~/configure v-sim-3.5.0/configure
+--- v-sim-3.5.0~/configure	2009-10-22 12:22:53.000000000 +0000
++++ v-sim-3.5.0/configure	2009-11-03 13:39:17.000000000 +0000
+@@ -25666,7 +25666,7 @@
+ 
+           ;;
+           # Ignore these flags.
+-        -lang* | -lcrt*.o | -lc | -lgcc* | -lSystem | -libmil | -LANG:=* | -LIST:* | -LNO:*)
++        -lang* | -lcrt*.o | -lc | -lgcc* | -lSystem | -libmil | -little | -LANG:=* | -LIST:* | -LNO:*)
+           ;;
+         -lkernel32)
+           test x"$CYGWIN" != xyes && ac_cv_fc_libs="$ac_cv_fc_libs $ac_arg"

Modified: packages/v-sim/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/v-sim/trunk/debian/rules?rev=35963&op=diff
==============================================================================
--- packages/v-sim/trunk/debian/rules (original)
+++ packages/v-sim/trunk/debian/rules Thu Nov  5 09:52:54 2009
@@ -3,6 +3,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_CONFIGURE_USER_FLAGS := --with-etsf-file-format --with-openbabel --with-xsf --with-cube --disable-static --docdir=\$${prefix}/share/doc/v-sim-doc
 DEB_MAKE_INSTALL_TARGET  := install DESTDIR=$(DEB_DESTDIR)




More information about the debian-science-commits mailing list