Codebase list erlang-getopt / debian/0.8.2+dfsg-1
Add debian directory Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 8 years ago
9 changed file(s) with 90 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 erlang-getopt source package infomation
1
2 - Remove rebar binary from source code
3
4 Erlang-getopt's original source codes contains rebar binary.
5 The source package of Debian has deleted this binary.
6
7 -- Nobuhiro Iwamatsu <iwamatsu@debian.org> Tue, 28 Jul 2015 19:18:39 +0900
0 erlang-getopt (0.8.2+dfsg-1) unstable; urgency=low
1
2 * Initial release. (Closes: #800565)
3
4 -- Nobuhiro Iwamatsu <iwamatsu@debian.org> Mon, 05 Oct 2015 23:33:46 +0900
0 Source: erlang-getopt
1 Maintainer: LeoFS maintainers team <pkg-leofs-devel@lists.alioth.debian.org>
2 Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
3 Section: devel
4 Priority: optional
5 Standards-Version: 3.9.6
6 Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), erlang-dev (>= 1:14.b.4),
7 erlang-eunit, erlang-dialyzer, dh-rebar
8 Homepage: https://github.com/jcomellas/getopt
9 Vcs-Git: git://anonscm.debian.org/pkg-leofs/erlang-getopt.git
10 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-leofs/erlang-getopt.git;a=summary
11
12 Package: erlang-getopt
13 Architecture: any
14 Depends: ${shlibs:Depends}, ${misc:Depends},
15 erlang-base-hipe | erlang-base | ${erlang-abi:Depends}, ${erlang:Depends},
16 Description: Erlang library for command-line processing
17 Command-line parsing module that uses a syntax similar to that of GNU getopt.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 upstream-name: getopt
2 upstream-contact: Juan Jose Comellas
3 Source: https://github.com/jcomellas/getopt.git
4
5 Files: *
6 Copyright: (c) 2009 Juan Jose Comellas
7 License: BSD-3-clause
8
9 Files: debian/*
10 Copyright: Copyright 2015, Nobuhiro Iwamatsu <iwamatsu@debian.org>
11 License: BSD-3-clause
12
13 License: BSD-3-clause
14 Redistribution and use in source and binary forms, with or without modification,
15 are permitted provided that the following conditions are met:
16 .
17 - Redistributions of source code must retain the above copyright notice, this
18 list of conditions and the following disclaimer.
19 .
20 - Redistributions in binary form must reproduce the above copyright notice,
21 this list of conditions and the following disclaimer in the documentation
22 and/or other materials provided with the distribution.
23 .
24 - Neither the name of Juan Jose Comellas nor the names of its contributors may
25 be used to endorse or promote products derived from this software without
26 specific prior written permission.
27 .
28 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
29 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
30 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
31 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
32 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
33 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
34 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
35 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
36 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
37 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 EXEC_REBAR_COMMANDS=compile
1 PKG_NAME=
2 PKG_VARSION=
3 #REBAR_LIB_DIR=
4 #REBAR_BIN_DIR=
5 #REBAR_INCLUDE_DIR=
0 #!/usr/bin/make -f
1
2 DPKG_EXPORT_BUILDFLAGS = 1
3 include /usr/share/dpkg/buildflags.mk
4
5 %:
6 dh $@ --buildsystem=rebar --with rebar
7
8 override_dh_auto_test:
9 rebar eunit -vv skip_deps=true
0 3.0 (quilt)
0 version=3
1 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/getopt-$1.tar.gz/,dversionmangle=s/\+dfsg// \
2 https://github.com/jcomellas/getopt/tags .*/v?(\d\S*)\.tar\.gz