[med-svn] r2276 - trunk/packages/libtfbs-perl/trunk/debian
smoe-guest at alioth.debian.org
smoe-guest at alioth.debian.org
Mon Jul 21 14:47:30 UTC 2008
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 <moeller at debian.org>
+Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+DM-Upload-Allowed: yes
+Uploaders: Steffen Moeller <moeller at debian.org>
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 <Boris.Lenhard at bccs.uib.no>
+with contributions by
+
+ Stephen Montgomery <smontgom at bcgsc.bc.ca>
+ Leonardo Marino-Ramirez
+ Wynand Alkema
+
+
The Debian packaging is (C) 2008, Steffen Moeller <moeller at debian.org> 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
More information about the debian-med-commit
mailing list