[libfann] 122/133: Finalize the multi-arch-ification
Christian Kastner
chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:07:55 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 beaaf34de7c4d6a6671a31984541dca386a98c82
Author: Christian Kastner <debian at kvr.at>
Date: Tue Apr 1 00:01:22 2014 +0200
Finalize the multi-arch-ification
---
debian/changelog | 1 +
debian/control | 5 +++++
2 files changed, 6 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 617dedc..128a432 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libfann (2.1.0~beta~dfsg-9) unstable; urgency=low
* debian/control:
- Bump Standards-Version to 3.9.5 (no changes needed)
- Bump debhelper Build-Depends to (>= 9)
+ - Add Multi-Arch: same to libfann2, libfann-dev, libfann-dbg
- Add Build-Depends for dh-python
- Add X-Python-Version with >= 2.6, thereby implicitly dropping support for
Python 2.5 (it used to be supported in the now removed debian/pyversions).
diff --git a/debian/control b/debian/control
index a62a1f6..2fef2c9 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,9 @@ Vcs-Browser: http://scm.kvr.at/git/?p=pkg-libfann.git;a=summary
Package: libfann2
Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends}
Depends:
${shlibs:Depends},
${misc:Depends}
@@ -45,6 +48,7 @@ Description: Fast Artificial Neural Network Library
Package: libfann-dev
Section: libdevel
Architecture: any
+Multi-Arch: same
Depends:
${misc:Depends},
libfann2 (= ${binary:Version})
@@ -72,6 +76,7 @@ Package: libfann-dbg
Priority: extra
Section: debug
Architecture: any
+Multi-Arch: same
Depends:
${misc:Depends},
libfann2 (= ${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