[libfann] 127/242: updated debian files as suggested by Michael Vogt
Christian Kastner
chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:10:27 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 dbad8c02d6e1e0d522a9cbb823d71a2730a37375
Author: Steffen Nissen <lukesky at diku.dk>
Date: Thu May 6 13:44:57 2004 +0000
updated debian files as suggested by Michael Vogt
---
debian/control | 6 +++++-
debian/docs | 1 -
debian/files | 2 --
debian/libfann1.postinst.debhelper | 5 -----
debian/libfann1.postrm.debhelper | 5 -----
debian/libfann1.substvars | 1 -
debian/rules | 9 ++-------
7 files changed, 7 insertions(+), 22 deletions(-)
diff --git a/debian/control b/debian/control
index 7ed40c2..a111be8 100644
--- a/debian/control
+++ b/debian/control
@@ -25,6 +25,9 @@ Description: Fast Artificial Neural Network Library, Development files
faster than other libraries on systems without a floating point
processor, while the performance was comparable to other highly
optimized libraries on systems with a floating point processor.
+ .
+ This package contains the header files and static libraries which is
+ needed for developing the libfann applications.
Package: libfann1
Section: libs
@@ -47,4 +50,5 @@ Description: Fast Artificial Neural Network Library (fann)
faster than other libraries on systems without a floating point
processor, while the performance was comparable to other highly
optimized libraries on systems with a floating point processor.
-
+ .
+ This package contains the shared libraries.
diff --git a/debian/docs b/debian/docs
index e6ed6d9..a6320e6 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,7 +1,6 @@
NEWS
README
TODO
-ChangeLog.gz
AUTHORS
doc/fann_doc_complete_1.0.pdf
doc/html
diff --git a/debian/files b/debian/files
deleted file mode 100644
index 7c70950..0000000
--- a/debian/files
+++ /dev/null
@@ -1,2 +0,0 @@
-libfann1-dev_1.1.0-1_i386.deb devel optional
-libfann1_1.1.0-1_i386.deb libs optional
diff --git a/debian/libfann1.postinst.debhelper b/debian/libfann1.postinst.debhelper
deleted file mode 100644
index 3d89d3e..0000000
--- a/debian/libfann1.postinst.debhelper
+++ /dev/null
@@ -1,5 +0,0 @@
-# Automatically added by dh_makeshlibs
-if [ "$1" = "configure" ]; then
- ldconfig
-fi
-# End automatically added section
diff --git a/debian/libfann1.postrm.debhelper b/debian/libfann1.postrm.debhelper
deleted file mode 100644
index 7f44047..0000000
--- a/debian/libfann1.postrm.debhelper
+++ /dev/null
@@ -1,5 +0,0 @@
-# Automatically added by dh_makeshlibs
-if [ "$1" = "remove" ]; then
- ldconfig
-fi
-# End automatically added section
diff --git a/debian/libfann1.substvars b/debian/libfann1.substvars
deleted file mode 100644
index b7d6055..0000000
--- a/debian/libfann1.substvars
+++ /dev/null
@@ -1 +0,0 @@
-shlibs:Depends=libc6 (>= 2.3.2.ds1-4)
diff --git a/debian/rules b/debian/rules
index dcf02a2..64f95a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ CFLAGS = -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
else
- CFLAGS += -O3
+ CFLAGS += -O2
endif
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
INSTALL_PROGRAM += -s
@@ -43,11 +43,6 @@ build-stamp: config.status
dh_testdir
# Add here commands to compile the package.
- cp ChangeLog ChangeLog.bak
- rm -f ChangeLog.gz
- gzip -9 ChangeLog
- mv ChangeLog.bak ChangeLog
-
cd doc && $(MAKE) html
$(MAKE)
@@ -88,7 +83,7 @@ binary-indep: build install
binary-arch: build install
dh_testdir
dh_testroot
- dh_installchangelogs ChangeLog.gz
+ dh_installchangelogs ChangeLog
dh_installdocs
dh_installexamples
# dh_installmenu
--
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