[med-svn] [libbpp-raa] 08/13: cme fix dpkg-control
Andreas Tille
tille at debian.org
Thu Apr 21 16:05:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libbpp-raa.
commit 4d22ebfac42768b16a1491a148574133f0ba51ae
Author: Andreas Tille <tille at debian.org>
Date: Thu Apr 21 17:42:31 2016 +0200
cme fix dpkg-control
---
debian/changelog | 1 +
debian/control | 30 ++++++++++++++++++------------
2 files changed, 19 insertions(+), 12 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e54fa22..83b9817 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libbpp-raa (2.1.0-2) UNRELEASED; urgency=medium
* Add watch file
* Add homepage
* Team maintenance in Debian Med team
+ * cme fix dpkg-control
-- Andreas Tille <tille at debian.org> Thu, 21 Apr 2016 17:35:32 +0200
diff --git a/debian/control b/debian/control
index 9a0c064..b6c6813 100644
--- a/debian/control
+++ b/debian/control
@@ -1,33 +1,39 @@
Source: libbpp-raa
-Section: libs
-Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Julien Dutheil <julien.dutheil at univ-montp2.fr>,
Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 5), cmake (>= 2.6),
- zlib1g-dev (>= 1.2.3), libbpp-seq-dev (>= 2.1.0), zlib1g (>= 1.2.3)
-Standards-Version: 3.9.1
+Section: libs
+Priority: optional
+Build-Depends: debhelper (>= 5),
+ cmake,
+ zlib1g-dev,
+ libbpp-seq-dev (>= 2.1.0),
+ zlib1g
+Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libbpp-raa.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/libbpp-raa.git
Homepage: http://biopp.univ-montp2.fr/wiki/index.php/Main_Page
Package: libbpp-raa-dev
-Section: libdevel
Architecture: any
-Depends: libbpp-raa1 (= ${binary:Version}), ${misc:Depends},
- zlib1g-dev (>= 1.2.3), libbpp-seq-dev (>= 2.2.0)
+Section: libdevel
+Depends: libbpp-raa1 (= ${binary:Version}),
+ ${misc:Depends},
+ zlib1g-dev,
+ libbpp-seq-dev (>= 2.2.0)
Description: Bio++ Remote Acnuc Access library development files.
This library contains utilitary and classes to query public databases
(GenBank, EMBL, SwissProt, etc) using acnuc.
It is part of the Bio++ project.
Package: libbpp-raa1
-Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends},
- zlib1g (>= 1.2.3), libbpp-seq9 (>= 2.2.0)
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ zlib1g,
+ libbpp-seq9 (>= 2.2.0)
Description: Bio++ Remote Acnuc Access library.
This library contains utilitary and classes to query public databases
(GenBank, EMBL, SwissProt, etc) using acnuc.
It is part of the Bio++ project.
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libbpp-raa.git
More information about the debian-med-commit
mailing list