[med-svn] r14338 - trunk/packages/infernal/trunk/debian
Andreas Tille
tille at alioth.debian.org
Mon Aug 5 10:05:17 UTC 2013
Author: tille
Date: 2013-08-05 10:05:17 +0000 (Mon, 05 Aug 2013)
New Revision: 14338
Modified:
trunk/packages/infernal/trunk/debian/changelog
trunk/packages/infernal/trunk/debian/control
Log:
cme fix dpkg-control
Modified: trunk/packages/infernal/trunk/debian/changelog
===================================================================
--- trunk/packages/infernal/trunk/debian/changelog 2013-08-05 10:03:39 UTC (rev 14337)
+++ trunk/packages/infernal/trunk/debian/changelog 2013-08-05 10:05:17 UTC (rev 14338)
@@ -2,6 +2,8 @@
* New upstream source
* debian/source/format: 3.0 (quilt)
+ * debian/control:
+ - cme fix dpkg-control
-- Andreas Tille <tille at debian.org> Mon, 05 Aug 2013 12:06:12 +0200
Modified: trunk/packages/infernal/trunk/debian/control
===================================================================
--- trunk/packages/infernal/trunk/debian/control 2013-08-05 10:03:39 UTC (rev 14337)
+++ trunk/packages/infernal/trunk/debian/control 2013-08-05 10:05:17 UTC (rev 14338)
@@ -1,12 +1,14 @@
Source: infernal
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>,
+ Charles Plessy <plessy at debian.org>,
+ Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
-Uploaders: Steffen Moeller <moeller at debian.org>,
- Charles Plessy <plessy at debian.org>,
- Andreas Tille <tille at debian.org>
-Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 7.0.50~), autotools-dev, quilt
+Build-Depends: dpkg-dev (>= 1.16.1~),
+ debhelper (>= 7.0.50~),
+ autotools-dev,
+ quilt
Standards-Version: 3.9.4
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/infernal/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/infernal/trunk/
@@ -14,7 +16,8 @@
Package: infernal
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: inference of RNA secondary structural alignments
Infernal ("INFERence of RNA ALignment") searches DNA sequence
databases for RNA structure and sequence similarities. It provides an
@@ -30,7 +33,8 @@
Package: infernal-doc
Architecture: all
Section: doc
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: inference of RNA secondary structural alignments – documentation
Infernal ("INFERence of RNA ALignment") searches DNA sequence
databases for RNA structure and sequence similarities. It provides an
@@ -46,11 +50,13 @@
Package: infernal-dbg
Architecture: any
+Section: debug
Priority: extra
-Section: debug
-Depends: ${misc:Depends}, infernal (= ${binary:Version})
+Depends: ${misc:Depends},
+ infernal (= ${binary:Version})
Description: debug information for infernal
This package contains extra information to help the debugging of the
infernal suite. The package is auto-generated. You may be asked
by the upstream developer to install it to help the identification
of a technical problem.
+
More information about the debian-med-commit
mailing list