[libfann] 55/242: debian package made

Christian Kastner chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:10:19 UTC 2014


This is an automated email from the git hooks/post-receive script.

chrisk-guest pushed a commit to tag Version2_0_0
in repository libfann.

commit 12753be16d8665adcb49674d841a76bcbe7f3f55
Author: Steffen Nissen <lukesky at diku.dk>
Date:   Wed Jan 14 19:20:52 2004 +0000

    debian package made
---
 debian/control |  2 +-
 libtool        | 30 +++++++++++++++---------------
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/debian/control b/debian/control
index b392ad1..c4c644d 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Description: Fast Artificial Neural Network Library, Development files
 Package: libfann
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}
 Description: Fast Artificial Neural Network Library (fann)
  fann is implemented in ANSI C. The library implements multilayer
  feedforward networks with support for both fully connected and sparse
diff --git a/libtool b/libtool
index 3e6c791..2cc29ae 100755
--- a/libtool
+++ b/libtool
@@ -65,8 +65,8 @@ allow_libtool_libs_with_static_runtimes=no
 fast_install=yes
 
 # The host system.
-host_alias=
-host=i686-pc-linux-gnu
+host_alias=i386-linux
+host=i386-pc-linux-gnu
 
 # An echo program that does not interpret backslashes.
 echo="echo"
@@ -76,10 +76,10 @@ AR="ar"
 AR_FLAGS="cru"
 
 # A C compiler.
-LTCC="gcc"
+LTCC="i386-linux-gcc"
 
 # A language-specific compiler.
-CC="gcc"
+CC="i386-linux-gcc"
 
 # Is the compiler the GNU C compiler?
 with_gcc=yes
@@ -94,7 +94,7 @@ LD="/usr/bin/ld"
 LN_S="ln -s"
 
 # A BSD-compatible nm program.
-NM="/usr/bin/nm -B"
+NM="nm"
 
 # A symbol stripping program
 STRIP="strip"
@@ -6725,8 +6725,8 @@ allow_libtool_libs_with_static_runtimes=no
 fast_install=yes
 
 # The host system.
-host_alias=
-host=i686-pc-linux-gnu
+host_alias=i386-linux
+host=i386-pc-linux-gnu
 
 # An echo program that does not interpret backslashes.
 echo="echo"
@@ -6736,10 +6736,10 @@ AR="ar"
 AR_FLAGS="cru"
 
 # A C compiler.
-LTCC="gcc"
+LTCC="i386-linux-gcc"
 
 # A language-specific compiler.
-CC="g++"
+CC="i386-linux-g++"
 
 # Is the compiler the GNU C compiler?
 with_gcc=yes
@@ -6754,7 +6754,7 @@ LD="/usr/bin/ld"
 LN_S="ln -s"
 
 # A BSD-compatible nm program.
-NM="/usr/bin/nm -B"
+NM="nm"
 
 # A symbol stripping program
 STRIP="strip"
@@ -7024,8 +7024,8 @@ allow_libtool_libs_with_static_runtimes=no
 fast_install=yes
 
 # The host system.
-host_alias=
-host=i686-pc-linux-gnu
+host_alias=i386-linux
+host=i386-pc-linux-gnu
 
 # An echo program that does not interpret backslashes.
 echo="echo"
@@ -7035,10 +7035,10 @@ AR="ar"
 AR_FLAGS="cru"
 
 # A C compiler.
-LTCC="gcc"
+LTCC="i386-linux-gcc"
 
 # A language-specific compiler.
-CC="g77"
+CC="i386-linux-g77"
 
 # Is the compiler the GNU C compiler?
 with_gcc=yes
@@ -7053,7 +7053,7 @@ LD="/usr/bin/ld"
 LN_S="ln -s"
 
 # A BSD-compatible nm program.
-NM="/usr/bin/nm -B"
+NM="nm"
 
 # A symbol stripping program
 STRIP="strip"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libfann.git



More information about the debian-science-commits mailing list