Codebase list el-mock-el / debian/1.25.1-1
Initial packaging Lev Lamberov 6 years ago
9 changed file(s) with 72 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 el-mock-el (1.25.1-1) unstable; urgency=medium
1
2 * Initial release (Closes: #863190)
3
4 -- Lev Lamberov <dogsleg@debian.org> Tue, 23 May 2017 10:55:35 +0500
0 Source: el-mock-el
1 Section: lisp
2 Priority: optional
3 Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
4 Uploaders: Lev Lamberov <dogsleg@debian.org>
5 Build-Depends: debhelper (>= 10),
6 dh-elpa
7 Standards-Version: 3.9.8
8 Homepage: https://github.com/rejeep/el-mock.el
9 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/el-mock-el.git/
10 Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/el-mock-el.git
11
12 Package: elpa-el-mock
13 Architecture: all
14 Depends: ${elpa:Depends},
15 ${misc:Depends},
16 emacsen-common (>= 2.0.8)
17 Recommends: emacs (>= 46.0)
18 Enhances: emacs,
19 emacs24,
20 emacs25
21 Built-Using: ${misc:Built-Using}
22 Description: tiny mock and stub framework for Emacs Lisp
23 Emacs Lisp Mock is a library for mocking and stubbing using readable
24 syntax. Most commonly Emacs Lisp Mock is used in conjunction with
25 Emacs Lisp Expectations, but it can be used in other contexts.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: el-mock-el
2 Upstream-Contact: Johan Andersson <johan.rejeep@gmail.com>
3 Source: https://github.com/rejeep/el-mock.el
4
5 Files: *
6 Copyright: (C) 2008, 2010, 2012 rubikitch <rubikitch@ruby-lang.org>
7 License: GPL-2+
8
9 Files: debian/*
10 Copyright: (C) 2017 Lev Lamberov <dogsleg@debian.org>
11 License: GPL-2+
12
13 License: GPL-2+
14 This program is free software: you can redistribute it and/or modify
15 it under the terms of the GNU General Public License as published by
16 the Free Software Foundation, either version 2 of the License, or
17 (at your option) any later version.
18 .
19 This program is distributed in the hope that it will be useful,
20 but WITHOUT ANY WARRANTY; without even the implied warranty of
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 GNU General Public License for more details.
23 .
24 You should have received a copy of the GNU General Public License
25 along with this program. If not, see <https://www.gnu.org/licenses/>.
26 .
27 On Debian systems, the complete text of the GNU General
28 Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'
0 #!/usr/bin/make -f
1
2 %:
3 dh $@ --with elpa
0 3.0 (quilt)
0 version=4
1 opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%el-mock-el-$1.tar.gz%" \
2 https://github.com/rejeep/el-mock.el/tags \
3 (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate