summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorHajime Mizuno <mizuno-as@ubuntu.com>2016-01-17 20:32:56 +0900
committerSean Whitton <spwhitton@spwhitton.name>2016-07-01 15:08:57 +0900
commitfc6fe2b87a8e758b0d5f8fff52a2827a73d29769 (patch)
treea37ab884883e29848f8c112b10987c2e5cab7760 /debian/control
parente71d1361a9d88e7a6a7f4d66e915432de93550fc (diff)
Imported Debian patch 1.11.0-1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e0f6745
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: s-el
+Section: lisp
+Priority: extra
+Maintainer: Hajime Mizuno <mizuno-as@ubuntu.com>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.6
+Homepage: https://github.com/magnars/s.el
+#Vcs-Git: git://git.debian.org/collab-maint/s-el.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/s-el.git;a=summary
+
+Package: s-el
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, emacsen-common (>= 2.0.8), emacs
+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.