Author: smoe-guest Date: 2008-07-21 14:47:29 +0000 (Mon, 21 Jul 2008) New Revision: 2276
Modified: trunk/packages/libtfbs-perl/trunk/debian/ trunk/packages/libtfbs-perl/trunk/debian/control trunk/packages/libtfbs-perl/trunk/debian/copyright trunk/packages/libtfbs-perl/trunk/debian/rules Log: ADded more authors. Property changes on: trunk/packages/libtfbs-perl/trunk/debian ___________________________________________________________________ Name: mergeWithUpstream + 1 Modified: trunk/packages/libtfbs-perl/trunk/debian/control =================================================================== --- trunk/packages/libtfbs-perl/trunk/debian/control 2008-07-21 13:11:24 UTC (rev 2275) +++ trunk/packages/libtfbs-perl/trunk/debian/control 2008-07-21 14:47:29 UTC (rev 2276) @@ -2,18 +2,20 @@ Section: perl Priority: optional Build-Depends: debhelper (>= 5), perl (>= 5.6.10-12), pdl, quilt -Maintainer: Steffen Moeller <[EMAIL PROTECTED]> +Maintainer: Debian-Med Packaging Team <[EMAIL PROTECTED]> +DM-Upload-Allowed: yes +Uploaders: Steffen Moeller <[EMAIL PROTECTED]> Standards-Version: 3.8.0 Homepage: http://tfbs.genereg.net Package: libtfbs-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, pdl, bioperl -Description: Perl extension for scanning a DNA sequence object with a position weight matrix - Set of routines to interact with the Transfac and Jaspar databases that - describe a special family of proteins, the transcription factors. These - bind to genomic DNA to initiate (or prevent) the readout of a gene. - Once multiple binding sites are known for a transcription factor, - these are gathered in a single file and are aligned in order to find - position-specific characteristica that might be used to predict such - binding events in novel DNA sequences. +Description: scanning DNA sequence with a position weight matrix + The TFBS perl modules comprise a set of routines to interact with the + Transfac and Jaspar databases that describe a special family of proteins, + the transcription factors. These bind to genomic DNA to initiate (or + prevent) the readout of a gene. Once multiple binding sites are known + for a transcription factor, these are gathered in a single file and are + aligned in order to find position-specific characteristica that might + be used to predict such binding events in novel DNA sequences. Modified: trunk/packages/libtfbs-perl/trunk/debian/copyright =================================================================== --- trunk/packages/libtfbs-perl/trunk/debian/copyright 2008-07-21 13:11:24 UTC (rev 2275) +++ trunk/packages/libtfbs-perl/trunk/debian/copyright 2008-07-21 14:47:29 UTC (rev 2276) @@ -6,9 +6,16 @@ This Perl module is distributed under the same license as Perl itself. Debian summarises the current license on /usr/share/doc/perl/copyright. -The upstream author is: +The lead upstream author is: Borid Lenhard <[EMAIL PROTECTED]> +with contributions by + + Stephen Montgomery <[EMAIL PROTECTED]> + Leonardo Marino-Ramirez + Wynand Alkema + + The Debian packaging is (C) 2008, Steffen Moeller <[EMAIL PROTECTED]> and is licensed under the same terms as the software itself (see above). Modified: trunk/packages/libtfbs-perl/trunk/debian/rules =================================================================== --- trunk/packages/libtfbs-perl/trunk/debian/rules 2008-07-21 13:11:24 UTC (rev 2275) +++ trunk/packages/libtfbs-perl/trunk/debian/rules 2008-07-21 14:47:29 UTC (rev 2276) @@ -67,9 +67,9 @@ get-orig-source: v=0.5.svn.`date +"%Y%m%d"|tr -d '\n'` ; \ - n=libtfbs ; \ + n=libtfbs-perl ; \ svn co http://www.ii.uib.no/svn/lenhard/TFBS/ ../$$n-$$v ; \ - cd ..; tar czvf $${n}_$${v}.tar.gz $$n-$$v + cd ..; tar --exclude=.svn -czvf $${n}_$${v}.orig.tar.gz $$n-$$v binary: binary-indep binary-arch _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
