File debian.control of Package erlang-getopt

19
 
1
Source: erlang-getopt
2
Maintainer: LeoFS maintainers team <pkg-leofs-devel@lists.alioth.debian.org>
3
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
4
Section: devel
5
Priority: optional
6
Standards-Version: 3.9.6
7
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), erlang-crypto (>= 1:14.4.b.4), erlang-dev (>= 1:14.b.4),
8
    erlang-eunit, erlang-dialyzer, dh-rebar
9
Homepage: https://github.com/jcomellas/getopt
10
Vcs-Git: git://anonscm.debian.org/pkg-leofs/erlang-getopt.git
11
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-leofs/erlang-getopt.git;a=summary
12
13
Package: erlang-getopt
14
Architecture: any
15
Depends: ${shlibs:Depends}, ${misc:Depends},
16
    erlang-base-hipe | erlang-base | ${erlang-abi:Depends}, ${erlang:Depends},
17
Description: Erlang library for command-line processing
18
 Command-line parsing module that uses a syntax similar to that of GNU getopt.
19