[libfann] 19/133: Update debhelper dependency to 7
Christian Kastner
chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:07:44 UTC 2014
This is an automated email from the git hooks/post-receive script.
chrisk-guest pushed a commit to branch master
in repository libfann.
commit cc805460c5282115d0b04ce7500ee9688d537dce
Author: Christian Kastner <debian at kvr.at>
Date: Mon Jun 7 14:47:53 2010 +0200
Update debhelper dependency to 7
This only adds ${misc:Depends}, the switch to dh syntax is next
---
debian/changelog | 3 +++
debian/compat | 2 +-
debian/control | 7 +++++--
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 04e5ad3..bf78346 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,10 +4,13 @@ libfann2 (2.1.0~beta~dfsg-1) UNRELEASED; urgency=low
* New upstream version 2.1.0beta
- Closes: #366146
- Repackaged upstream version to remove non-DFSG-compliant files
+ * debian/compat:
+ - Bumped debhelper compatibility to 7
* debian/control:
- Renamed source package from libfann2 to libfann
- Updated package descriptions
- Updated to Standards-Version 3.8.4
+ - Build-Depend on debhelper (> 7.0.50~) and add ${misc:Depends}
* debian/source/format:
- Convert to format 3.0 (quilt)
* libfann2-py:
diff --git a/debian/compat b/debian/compat
index b8626c4..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+7
diff --git a/debian/control b/debian/control
index 14b69d0..ca76410 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Christian Kastner <debian at kvr.at>
Standards-Version: 3.8.4
Build-Depends:
docbook-utils,
- debhelper (>= 4.1.67),
+ debhelper (>= 7.0.50~),
python-dev,
swig
@@ -13,7 +13,8 @@ Package: libfann2
Section: libs
Architecture: any
Depends:
- ${shlibs:Depends}
+ ${shlibs:Depends},
+ ${misc:Depends}
Suggests:
libfann2-dev (= ${binary:Version})
Description: Fast Artificial Neural Network Library
@@ -33,6 +34,7 @@ Package: libfann2-dev
Section: libdevel
Architecture: any
Depends:
+ ${misc:Depends},
libfann2 (= ${binary:Version})
Conflicts: libfann1-dev
Description: Development libraries and header files for FANN
@@ -56,6 +58,7 @@ Architecture: any
Depends:
${python:Depends},
${shlibs:Depends},
+ ${misc:Depends},
libfann2 (= ${binary:Version})
Suggests:
libfann2-dev (= ${binary:Version})
--
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