summaryrefslogtreecommitdiff
path: root/debian/control
blob: e1f07c8ca8e956f2395198f39ecd744c73b74698 (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
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.7
Vcs-Git: https://anonscm.debian.org/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.91),
 libarray-utils-perl,
 libfile-grep-perl,
 ${misc:Depends},
 ${perl:Depends},
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.