Author: soonio-guest Date: 2012-02-29 18:07:11 +0000 (Wed, 29 Feb 2012) New Revision: 9820
Added: trunk/packages/meme/trunk/debian/patches/series Modified: trunk/packages/meme/trunk/debian/control trunk/packages/meme/trunk/debian/rules Log: Sorted missing files and patches Modified: trunk/packages/meme/trunk/debian/control =================================================================== --- trunk/packages/meme/trunk/debian/control 2012-02-29 17:36:12 UTC (rev 9819) +++ trunk/packages/meme/trunk/debian/control 2012-02-29 18:07:11 UTC (rev 9820) @@ -4,7 +4,7 @@ Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 7.1), quilt (>=0.47), libxslt1-dev +Build-Depends: debhelper (>= 7.1), quilt (>=0.47), dh-autoreconf, libxslt1-dev Standards-Version: 3.9.1 Homepage: http://meme.nbcr.net/meme/ Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/meme/trunk/ @@ -28,6 +28,12 @@ techniques to automatically choose the best width, number of occurrences, and description for each motif. +Package: meme-examples +Architecture: all +Recommends: meme +Description: Example files for the MEME motif searcher + This package includes the example files that come with MEME + Package: glam2 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Added: trunk/packages/meme/trunk/debian/patches/series =================================================================== --- trunk/packages/meme/trunk/debian/patches/series (rev 0) +++ trunk/packages/meme/trunk/debian/patches/series 2012-02-29 18:07:11 UTC (rev 9820) @@ -0,0 +1,4 @@ +fix_doc_location +no_libxml_configure +fix_installer_paths +fix_plib_path Modified: trunk/packages/meme/trunk/debian/rules =================================================================== --- trunk/packages/meme/trunk/debian/rules 2012-02-29 17:36:12 UTC (rev 9819) +++ trunk/packages/meme/trunk/debian/rules 2012-02-29 18:07:11 UTC (rev 9820) @@ -30,6 +30,7 @@ rm -rf tests/results cd etc; rm -f fasta_db.csv fasta_db.index gomo_db.csv logo.js.xsl meme.css.xsl motif_db.csv motif_db.index tomtom_config.xml rm -f scripts/*.pyc + rm -f aclocal.m4 find -type f -name Makefile -exec rm '{}' ';' #Disable testing temporarily to save time _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
