summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-01-19 19:47:48 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-01-19 19:47:48 -0700
commit44b70fc370ddeca0c557045cc866dc4507fdba8f (patch)
tree577750ea137b911525c6c78988d696ea3b2ddf09 /debian
parentf9241409cb1242177519b122644dea8bfbbd783c (diff)
initial Debian packaging
Diffstat (limited to 'debian')
-rw-r--r--debian/compat1
-rw-r--r--debian/control23
-rw-r--r--debian/copyright28
-rw-r--r--debian/elpa1
-rw-r--r--debian/gbp.conf9
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/source/lintian-overrides1
-rw-r--r--debian/source/local-options2
9 files changed, 70 insertions, 0 deletions
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..22ac716
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: let-alist
+Section: lisp
+Priority: optional
+Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
+Uploaders: Sean Whitton <spwhitton@spwhitton.name>
+Build-Depends: debhelper (>= 9), dh-elpa (>= 0.0.17)
+Standards-Version: 3.9.6
+Homepage: https://elpa.gnu.org/packages/let-alist.html
+Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/let-alist.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/let-alist.git/
+
+Package: elpa-let-alist
+Architecture: all
+Depends: ${misc:Depends}, ${elpa:Depends}
+Built-Using: ${misc:Built-Using}
+Recommends: emacs (>= 46.0)
+Enhances: emacs, emacs24
+Conflicts: emacs25
+Description: let-bind values of an assoc-list by their names in Emacs Lisp
+ This package provides the let-alist macro for use in Emacs Lisp.
+ .
+ The macro allows the programmer to concisely and efficiently access
+ the contents of an association list.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..dfb1f70
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: let-alist
+Source: https://elpa.gnu.org/packages/let-alist.html
+
+Files: *
+Copyright: (C) 2014-2015 Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: debian/*
+Copyright: (C) 2016 Sean Whitton <spwhitton@spwhitton.name>
+License: GPL-3+
+
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3
diff --git a/debian/elpa b/debian/elpa
new file mode 100644
index 0000000..abf136d
--- /dev/null
+++ b/debian/elpa
@@ -0,0 +1 @@
+*.el
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..ebbc046
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,9 @@
+[DEFAULT]
+debian-branch = master
+upstream-tag = %(version)s
+debian-tag = debian/%(version)s
+
+#postbuild = lintian $GBP_CHANGES_FILE
+color = on
+compression = xz
+compression-level = 9
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8eb7ccb
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --parallel --with elpa
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..45d1f2a
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1 @@
+debian-watch-file-is-missing
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..93deefb
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1,2 @@
+single-debian-patch
+unapply-patches