[med-svn] r19125 - trunk/packages/fastqc/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Sat May 2 19:35:33 UTC 2015


Author: tille
Date: 2015-05-02 19:35:32 +0000 (Sat, 02 May 2015)
New Revision: 19125

Modified:
   trunk/packages/fastqc/trunk/debian/changelog
   trunk/packages/fastqc/trunk/debian/control
Log:
cme fix dpkg-control


Modified: trunk/packages/fastqc/trunk/debian/changelog
===================================================================
--- trunk/packages/fastqc/trunk/debian/changelog	2015-05-02 19:32:43 UTC (rev 19124)
+++ trunk/packages/fastqc/trunk/debian/changelog	2015-05-02 19:35:32 UTC (rev 19125)
@@ -1,6 +1,7 @@
 fastqc (0.11.3+dfsg-1) UNRELEASED; urgency=medium
 
   * New upstream version
+  * cme fix dpkg-control
 
  -- Andreas Tille <tille at debian.org>  Sat, 02 May 2015 21:31:54 +0200
 

Modified: trunk/packages/fastqc/trunk/debian/control
===================================================================
--- trunk/packages/fastqc/trunk/debian/control	2015-05-02 19:32:43 UTC (rev 19124)
+++ trunk/packages/fastqc/trunk/debian/control	2015-05-02 19:35:32 UTC (rev 19125)
@@ -1,19 +1,29 @@
 Source: fastqc
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>,
+           Andreas Tille <tille at debian.org>,
+           Olivier Sallou <osallou at debian.org>
 Section: science
 Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Steffen Moeller <moeller at debian.org>,
- Andreas Tille <tille at debian.org>,
- Olivier Sallou <osallou at debian.org>
-Build-Depends: debhelper (>= 9), javahelper, default-jdk, libsam-java, libjbzip2-java, libcommons-math3-java
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9),
+               javahelper,
+               default-jdk,
+               libsam-java,
+               libjbzip2-java,
+               libcommons-math3-java
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/fastqc/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/fastqc/trunk/
 Homepage: http://www.bioinformatics.babraham.ac.uk/projects/fastqc/
-Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/fastqc/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/fastqc/trunk/
 
 Package: fastqc
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends}, libsam-java, libjbzip2-java, libcommons-math3-java
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${java:Depends},
+         libsam-java,
+         libjbzip2-java,
+         libcommons-math3-java
 Description: quality control for high throughput sequence data
  FastQC aims to provide a simple way to do some quality control checks on
  raw sequence data coming from high throughput sequencing pipelines. It
@@ -29,4 +39,3 @@
   * Export of results to an HTML based permanent report
   * Offline operation to allow automated generation of reports without
     running the interactive application
-




More information about the debian-med-commit mailing list