~ubuntu-branches/ubuntu/wily/getdata/wily

« back to all changes in this revision

Viewing changes to getData.conf.d/rfam.getData

  • Committer: Bazaar Package Importer
  • Author(s): Steffen Moeller, Steffen Moeller, Charles Plessy
  • Date: 2011-08-03 16:00:22 UTC
  • Revision ID: james.westby@ubuntu.com-20110803160022-b4fpzr9041l7xrt1
Tags: 0.1-1
[ Steffen Moeller ]
* Initial release (Closes: #514984)
* source format 3.0 (quilt)
* Suggesting biomaj

[ Charles Plessy ]
* Renamed getData.pl getData (.pl extensions are unwelcome in /usr/bin)
* Moved /etc/defaults/getdata to /etc/getData.conf (I think that
  /etc/defaults is for initscript configuration).
* fixed debian/rules.
* deleted debian/compat (CDBS does not need it).
* Defautl mirror directory is /var/lib/getdata instead of
  /local/databases/mirrored.
* Recommends perl-doc as getData --help needs it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
print STDERR "Reading Rfam configuration file\n" if $verbose;
 
2
 
 
3
$toBeMirrored{"dog.genome"}={
 
4
  "name" => "Rfam9.1 - Multiple alignments and covariance models of non-coding RNA families",
 
5
  "tags" => ["rna"],
 
6
  "source" => "ln -s /etc/getData.conf.d/rfam.getData.mk Makefile ; make get unpack",
 
7
  "post-download" => ""
 
8
};
 
9
 
 
10
1;