[med-svn] r14361 - trunk/packages/trimmomatic/trunk/debian
Andreas Tille
tille at alioth.debian.org
Wed Aug 7 10:13:17 UTC 2013
Author: tille
Date: 2013-08-07 10:13:16 +0000 (Wed, 07 Aug 2013)
New Revision: 14361
Modified:
trunk/packages/trimmomatic/trunk/debian/changelog
trunk/packages/trimmomatic/trunk/debian/control
Log:
cme fix dpkg-control
Modified: trunk/packages/trimmomatic/trunk/debian/changelog
===================================================================
--- trunk/packages/trimmomatic/trunk/debian/changelog 2013-08-07 10:10:47 UTC (rev 14360)
+++ trunk/packages/trimmomatic/trunk/debian/changelog 2013-08-07 10:13:16 UTC (rev 14361)
@@ -6,6 +6,8 @@
- Add Files-Excluded to document what was removed from original source
* debian/watch: handle +dfsg suffix
* debian/get-orig-source: use new uscan if available
+ * debian/control:
+ - cme fix dpkg-control
-- Andreas Tille <tille at debian.org> Tue, 04 Sep 2012 12:37:31 +0200
Modified: trunk/packages/trimmomatic/trunk/debian/control
===================================================================
--- trunk/packages/trimmomatic/trunk/debian/control 2013-08-07 10:10:47 UTC (rev 14360)
+++ trunk/packages/trimmomatic/trunk/debian/control 2013-08-07 10:13:16 UTC (rev 14361)
@@ -1,18 +1,24 @@
Source: trimmomatic
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>,
+ Steffen Moeller <moeller 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: Andreas Tille <tille at debian.org>, Steffen Moeller <moeller at debian.org>
-Build-Depends: debhelper (>= 8), openjdk-6-jdk | java6-sdk | java7-jdk, javahelper, ant, libjbzip2-java
-Standards-Version: 3.9.3
-Homepage: http://www.usadellab.org/cms/index.php?page=trimmomatic
+Build-Depends: debhelper (>= 8),
+ openjdk-6-jdk | java6-sdk | java7-jdk,
+ javahelper,
+ ant,
+ libjbzip2-java
+Standards-Version: 3.9.4
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/trimmomatic/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/trimmomatic/trunk/
+Homepage: http://www.usadellab.org/cms/index.php?page=trimmomatic
Package: trimmomatic
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, libjbzip2-java
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libjbzip2-java
Description: flexible read trimming tool for Illumina NGS data
Trimmomatic performs a variety of useful trimming tasks for illumina
paired-end and single ended data.The selection of trimming steps and
@@ -34,3 +40,4 @@
depending on the Illumina pipeline used), either uncompressed or
gzipp'ed FASTQ. Use of gzip format is determined based on the .gz
extension.
+
More information about the debian-med-commit
mailing list