Author: tille Date: 2013-08-09 12:19:44 +0000 (Fri, 09 Aug 2013) New Revision: 14411
Modified: trunk/packages/mira/trunk/debian/changelog trunk/packages/mira/trunk/debian/control Log: cme fix dpkg-control Modified: trunk/packages/mira/trunk/debian/changelog =================================================================== --- trunk/packages/mira/trunk/debian/changelog 2013-08-09 12:17:44 UTC (rev 14410) +++ trunk/packages/mira/trunk/debian/changelog 2013-08-09 12:19:44 UTC (rev 14411) @@ -2,6 +2,7 @@ * New upstream version (most patches applied by upstream) * debian/copyright: Add Upstream-Contact + * debian/control: cme fix dpkg-control -- Andreas Tille <[email protected]> Fri, 09 Aug 2013 13:59:24 +0200 Modified: trunk/packages/mira/trunk/debian/control =================================================================== --- trunk/packages/mira/trunk/debian/control 2013-08-09 12:17:44 UTC (rev 14410) +++ trunk/packages/mira/trunk/debian/control 2013-08-09 12:19:44 UTC (rev 14411) @@ -1,34 +1,36 @@ Source: mira +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Charles Plessy <[email protected]>, + Steffen Moeller <[email protected]>, + Tim Booth <[email protected]>, + Andreas Tille <[email protected]>, + Thorsten Alteholz <[email protected]> Section: science Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Charles Plessy <[email protected]>, - Steffen Moeller <[email protected]>, - Tim Booth <[email protected]>, - Andreas Tille <[email protected]>, - Thorsten Alteholz <[email protected]> -Build-Depends: debhelper (>= 9), - dblatex, - dh-autoreconf, - autoconf-archive, - docbook-xsl, - libboost-all-dev, - libbz2-dev, - libexpat1-dev, - libgoogle-perftools-dev [i386 amd64], - perl, - flex, - vim-common, - zlib1g-dev +Build-Depends: debhelper (>= 9), + dblatex, + dh-autoreconf, + autoconf-archive, + docbook-xsl, + libboost-all-dev, + libbz2-dev, + libexpat1-dev, + libgoogle-perftools-dev [i386 amd64], + perl, + flex, + vim-common, + zlib1g-dev Standards-Version: 3.9.4 -Homepage: http://chevreux.org/projects_mira.html Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/mira/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/mira/trunk/ +Homepage: http://chevreux.org/projects_mira.html Package: mira-assembler Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Suggests: mira-examples, mira-doc +Depends: ${shlibs:Depends}, + ${misc:Depends} +Suggests: mira-examples, + mira-doc Description: Whole Genome Shotgun and EST Sequence Assembler The mira genome fragment assembler is a specialised assembler for sequencing projects classified as 'hard' due to high number of similar @@ -66,11 +68,11 @@ other programs). This script massages an ACE file so that consed can read the consensus tags. - Package: mira-examples Architecture: all Depends: ${misc:Depends} -Suggests: mira-assembler, mira-doc +Suggests: mira-assembler, + mira-doc Description: files to experiment with the mira assembler The mira genome fragment assembler is a specialised assembler for sequencing projects classified as 'hard' due to high number of similar @@ -80,8 +82,8 @@ of mira. Package: mira-doc +Architecture: all Section: doc -Architecture: all Depends: ${misc:Depends} Suggests: mira-assembler Description: documentation for the mira assembler @@ -90,3 +92,4 @@ repeats. . This package contains an HTML book introducing to mira. + _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
