[med-svn] r14996 - trunk/packages/genometools/trunk/debian
Andreas Tille
tille at alioth.debian.org
Mon Oct 28 07:13:33 UTC 2013
Author: tille
Date: 2013-10-28 07:13:33 +0000 (Mon, 28 Oct 2013)
New Revision: 14996
Modified:
trunk/packages/genometools/trunk/debian/changelog
trunk/packages/genometools/trunk/debian/control
Log:
Add myself to Uploaders; cme fix dpkg-control
Modified: trunk/packages/genometools/trunk/debian/changelog
===================================================================
--- trunk/packages/genometools/trunk/debian/changelog 2013-10-28 07:03:14 UTC (rev 14995)
+++ trunk/packages/genometools/trunk/debian/changelog 2013-10-28 07:13:33 UTC (rev 14996)
@@ -1,3 +1,11 @@
+genometools (1.5.1-2) UNRELEASED; urgency=low
+
+ * debian/control
+ - Add myself to Uploaders
+ - cme fix dpkg-control
+
+ -- Andreas Tille <tille at debian.org> Mon, 28 Oct 2013 08:17:04 +0100
+
genometools (1.5.1-1) unstable; urgency=low
* New upstream release.
Modified: trunk/packages/genometools/trunk/debian/control
===================================================================
--- trunk/packages/genometools/trunk/debian/control 2013-10-28 07:03:14 UTC (rev 14995)
+++ trunk/packages/genometools/trunk/debian/control 2013-10-28 07:13:33 UTC (rev 14996)
@@ -1,22 +1,38 @@
Source: genometools
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de>,
+ Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de>
Build-Depends: debhelper (>= 9),
- liblua5.1-0-dev, liblua5.1-md5-dev, liblua5.1-filesystem-dev,
- liblua5.1-lpeg-dev, libcairo2-dev, zlib1g-dev, libbz2-dev, libexpat1-dev,
- libncurses5-dev, libsqlite3-dev, libbam-dev, libpango1.0-dev,
- texlive-latex-base, texlive-latex-extra, texlive-fonts-extra, latex-xcolor,
- texlive-fonts-recommended, python
+ liblua5.1-0-dev,
+ liblua5.1-md5-dev,
+ liblua5.1-filesystem-dev,
+ liblua5.1-lpeg-dev,
+ libcairo2-dev,
+ zlib1g-dev,
+ libbz2-dev,
+ libexpat1-dev,
+ libncurses5-dev,
+ libsqlite3-dev,
+ libbam-dev,
+ libpango1.0-dev,
+ texlive-latex-base,
+ texlive-latex-extra,
+ texlive-fonts-extra,
+ latex-xcolor,
+ texlive-fonts-recommended,
+ python
Standards-Version: 3.9.4
-Homepage: http://genometools.org
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/genometools/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/genometools/trunk/
+Homepage: http://genometools.org
Package: genometools
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, genometools-common
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ genometools-common
Description: versatile genome analysis toolkit
The GenomeTools contains a collection of useful tools for biological
sequence analysis and -presentation combined into a single binary.
@@ -27,10 +43,16 @@
Package: genometools-common
Architecture: all
-Depends: ${misc:Depends}, liblua5.1-md5-0|liblua5.1-0,
- liblua5.1-lpeg2|liblua5.1-0, liblua5.1-filesystem0|liblua5.1-0, liblua5.1-0,
- libcairo2, zlib1g, libbz2-1.0, libexpat1, libpth20, libncurses5, libsqlite3-0,
- libpango1.0-0
+Depends: ${misc:Depends},
+ liblua5.1-0,
+ libcairo2,
+ zlib1g,
+ libbz2-1.0,
+ libexpat1,
+ libpth20,
+ libncurses5,
+ libsqlite3-0,
+ libpango1.0-0
Description: shared data files for GenomeTools
This package contains configuration files such as alphabet
transformations, style files, etc. required to use the GenomeTools
@@ -38,7 +60,9 @@
Package: libgenometools0
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, genometools-common
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ genometools-common
Description: versatile genome analysis library
This package contains the GenomeTools shared library and header
files. It offers efficient sequence analysis components, available
@@ -51,9 +75,10 @@
Package: libgenometools0-dev
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends},
- libgenometools0 (= ${binary:Version})
Section: libdevel
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libgenometools0 (= ${binary:Version})
Description: development files for GenomeTools
This package contains the GenomeTools static library and necessary
header files.
@@ -65,8 +90,8 @@
Package: genometools-doc
Architecture: all
+Section: doc
Depends: ${misc:Depends}
-Section: doc
Description: documentation for GenomeTools
This package contains API documentation and tool documentation for
GenomeTools. The GenomeTools toolkit contains binaries for sequence and
@@ -75,10 +100,11 @@
Package: genometools-dbg
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends},
- genometools (= ${binary:Version})|libgenometools0 (= ${binary:Version})
Section: debug
Priority: extra
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ genometools (= ${binary:Version}) | libgenometools0 (= ${binary:Version})
Description: versatile genome analysis toolkit, with debug symbols
This package contains debug information stripped from the GenomeTools.
You may decide to install it to help identifying issues, typically
@@ -86,9 +112,12 @@
Package: python-genometools
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-ctypes,
- libgenometools0
Section: python
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends},
+ python-ctypes,
+ libgenometools0
Description: Python bindings for genometools
Partial Python2 bindings for the GenomeTools library. Besides basic
bioinformatics data structures, the library contains components for sequence
More information about the debian-med-commit
mailing list