summaryrefslogtreecommitdiff
path: root/debian/control
blob: 6e954525f74e016090fb637e3b3215e253e0e357 (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
Source: s-el
Section: lisp
Priority: optional
Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
Uploaders: Hajime Mizuno <mizuno-as@ubuntu.com>, Sean Whitton <spwhitton@spwhitton.name>
Build-Depends: debhelper (>= 10), dh-elpa
Standards-Version: 4.1.4
Homepage: https://github.com/magnars/s.el
Testsuite: autopkgtest-pkg-elpa
Vcs-Git: https://salsa.debian.org/emacsen-team/s-el.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/s-el

Package: elpa-s
Architecture: all
Depends: ${misc:Depends}, ${elpa:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs, emacs25
Description: string manipulation library for Emacs
 s.el is API library to manipulate character string by Emacs Lisp.
 For example, you can easily perform truncate, padding, concatenate,
 remove prefix/suffix, tweak whitespace, and more functions.

Package: s-el
Section: oldlibs
Architecture: all
Depends: ${misc:Depends}, elpa-s
Description: transitional dummy package, s-el to elpa-s
 This dummy package may be safely removed.