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 <[email protected]> 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 <[email protected]> +Uploaders: Steffen Moeller <[email protected]>, + Andreas Tille <[email protected]>, + Olivier Sallou <[email protected]> Section: science Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Steffen Moeller <[email protected]>, - Andreas Tille <[email protected]>, - Olivier Sallou <[email protected]> -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 - _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
