[med-svn] r14920 - trunk/packages/rostlab/librostlab/trunk/debian
Andreas Tille
tille at alioth.debian.org
Thu Oct 24 06:45:22 UTC 2013
Author: tille
Date: 2013-10-24 06:45:22 +0000 (Thu, 24 Oct 2013)
New Revision: 14920
Modified:
trunk/packages/rostlab/librostlab/trunk/debian/changelog
trunk/packages/rostlab/librostlab/trunk/debian/control
Log:
cme fix dpkg-control
Modified: trunk/packages/rostlab/librostlab/trunk/debian/changelog
===================================================================
--- trunk/packages/rostlab/librostlab/trunk/debian/changelog 2013-10-24 06:41:31 UTC (rev 14919)
+++ trunk/packages/rostlab/librostlab/trunk/debian/changelog 2013-10-24 06:45:22 UTC (rev 14920)
@@ -1,3 +1,10 @@
+librostlab (1.0.20-3) UNRELEASED; urgency=low
+
+ * debian/control:
+ - cme fix dpkg-control
+
+ -- Andreas Tille <tille at debian.org> Thu, 24 Oct 2013 08:49:13 +0200
+
librostlab (1.0.20-2) unstable; urgency=low
* Added handening flags.
Modified: trunk/packages/rostlab/librostlab/trunk/debian/control
===================================================================
--- trunk/packages/rostlab/librostlab/trunk/debian/control 2013-10-24 06:41:31 UTC (rev 14919)
+++ trunk/packages/rostlab/librostlab/trunk/debian/control 2013-10-24 06:45:22 UTC (rev 14920)
@@ -1,19 +1,25 @@
Source: librostlab
-Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Laszlo Kajan <lkajan at rostlab.org>,
- Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev, doxygen, graphviz, latex-xcolor, texlive-fonts-recommended, texlive-latex-extra
-Standards-Version: 3.9.3
+ Andreas Tille <tille at debian.org>
Section: libs
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50~),
+ autotools-dev,
+ doxygen,
+ graphviz,
+ latex-xcolor,
+ texlive-fonts-recommended,
+ texlive-latex-extra
+Standards-Version: 3.9.4
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/rostlab/librostlab/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/rostlab/librostlab/trunk/
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/rostlab/librostlab/trunk/
-DM-Upload-Allowed: yes
Homepage: http://rostlab.org/
Package: librostlab3
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: C++ library for computational biology
This library was developed by the Rost Lab. The lab's research is
driven by a conviction that protein and DNA sequences encode a
@@ -32,9 +38,10 @@
This package contains the shared library.
Package: librostlab3-dev
+Architecture: any
Section: libdevel
-Architecture: any
-Depends: librostlab3 (= ${binary:Version}), ${misc:Depends},
+Depends: librostlab3 (= ${binary:Version}),
+ ${misc:Depends}
Suggests: librostlab-doc
Provides: librostlab-dev
Replaces: librostlab0-dev
@@ -57,9 +64,10 @@
librostlab.
Package: librostlab-doc
+Architecture: all
Section: doc
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: C++ library for computational biology (documentation)
This library was developed by the Rost Lab. The lab's research is
driven by a conviction that protein and DNA sequences encode a
@@ -81,7 +89,8 @@
Architecture: any
Section: debug
Priority: extra
-Depends: librostlab3 (= ${binary:Version}), ${misc:Depends}
+Depends: librostlab3 (= ${binary:Version}),
+ ${misc:Depends}
Description: debugging symbols for librostlab
The library provides the following facilities:
* current working directory resource
More information about the debian-med-commit
mailing list