summaryrefslogtreecommitdiff
path: root/debian/control
blob: d3eed51d55e8bcc6a62772768244153b36fdce76 (plain)
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
Source: dh-make-elpa
Section: devel
Priority: optional
Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
Uploaders: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends:
 debhelper (>=9),
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/dh-make-elpa.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/dh-make-elpa.git/

Package: dh-make-elpa
Architecture: all
Built-Using: ${misc:Built-Using}
Depends:
 dh-elpa,
 dh-make-perl (>= 0.90),
 libarray-utils-perl,
 libfile-grep-perl,
 libgit-repository-perl,
 libfile-find-rule-perl,
 libtrycatch-perl,
 ${misc:Depends},
 ${perl:Depends},
Recommends:
 devscripts
Description: helper for creating Debian packages from ELPA packages
 dh-make-elpa will try to create the files required to build a Debian
 source package from an unpacked GNU Emacs ELPA package.  The source
 packages produced are suitable for building with the dh_elpa tool.