File: control

package info (click to toggle)
getdata 0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 168 kB
  • ctags: 16
  • sloc: perl: 335; makefile: 24
file content (34 lines) | stat: -rw-r--r-- 1,426 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: getdata
Maintainer: Steffen Moeller <moeller@debian.org>
Uploaders: Charles Plessy <plessy@debian.org>
Section: science
Priority: optional
Build-Depends: cdbs,
               debhelper (>= 9)
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/community/infrastructure/getData/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/community/infrastructure/getData
Homepage: http://debian-med.alioth.debian.org

Package: getdata
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         perl
# perl-doc is needed for getData --help.
Recommends: perl-doc
Suggests: biomaj
Description: management of external databases
 Many scientific communities share the problem of regularly updating
 external databases. With every update, also various tasks need to
 be performed for the update of indices that need to be recreated.
 This work depends on the tools that are available locally and is
 not always completely simple.
 .
 This package provides the getData Perl script, which in some not
 so complicated manner performs the invocation to wget to download
 data and then knows how to perform the indexing. There is only
 a hash table to be filled with the commands to be executed. 
 Maintainers of scientific packages that are strongly coupled to
 public datasets are invited to add a runtime dependency to this
 package and add instructions for getData to follow.