[libfann] 57/242: finished debian packaging
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 63f5c43641a859af348e197ad6f9c5e615096475
Author: Steffen Nissen <lukesky at diku.dk>
Date: Thu Jan 15 01:58:16 2004 +0000
finished debian packaging
---
TODO | 1 -
debian/control | 1 +
debian/rules | 6 +++---
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/TODO b/TODO
index 65cc5e7..a5aa7df 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,6 @@
* Implement rprop training.
* More advanced activation functions.
* More checks to see if train data is properly formatted in the file (some have experienced nasty problems because a number was missing in one line).
-* DEB packaging.
* Make it easy to use in windows compilers as Borland C++ and MS Visual C++.
* Good reference manual.
* Convert existing comments to doxygen-friendly comments.
diff --git a/debian/control b/debian/control
index c4c644d..d13aa2c 100644
--- a/debian/control
+++ b/debian/control
@@ -29,6 +29,7 @@ Package: libfann
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
+Suggests: libfann-dev (= ${Source-Version})
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/debian/rules b/debian/rules
index 006501c..db43fe0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -89,7 +89,6 @@ binary-arch: build install
dh_installchangelogs ChangeLog.gz
dh_installdocs
dh_installexamples
- dh_install --sourcedir=debian/tmp
# dh_installmenu
# dh_installdebconf
# dh_installlogrotate
@@ -100,15 +99,16 @@ binary-arch: build install
# dh_installcron
# dh_installinfo
dh_installman
+ dh_install --sourcedir=debian/tmp --list-missing
dh_link
dh_strip
dh_compress
dh_fixperms
# dh_perl
# dh_python
- dh_makeshlibs
+ dh_makeshlibs -V
dh_installdeb
- dh_shlibdeps
+ dh_shlibdeps -L libfann
dh_gencontrol
dh_md5sums
dh_builddeb
--
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