summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Lamberov <dogsleg@debian.org>2016-10-23 16:25:40 -0300
committerLev Lamberov <dogsleg@debian.org>2016-10-23 16:25:40 -0300
commit1a3a7beecf69d070bbd10db45bf5ff85cb28a27b (patch)
tree6f9288b90cd78fb3f4c9bd8573621fb4c64f806d
parent0cc3c306c2120de2fc231f064e9b550145159df7 (diff)
parent48e4048f1ddf0070841133773d0b43d440b76fc8 (diff)
bind-key (1.0+repack-1) unstable; urgency=low
* Initial release (Closes: #841851) [dgit import unpatched bind-key 1.0+repack-1]
-rw-r--r--debian/README.Debian8
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control25
-rw-r--r--debian/copyright28
-rw-r--r--debian/elpa1
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
8 files changed, 73 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..03c8947
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,8 @@
+use-package for Debian
+----------------------
+
+The upstream repository contains both use-package and bind-key, which have
+different versions and are developed at different speed. That's why I've decided
+to repackage upstream releases as separate packages, bind-key and use-package.
+
+ -- Lev Lamberov <dogsleg@debian.org>, Sun, 24 Oct 2016 01:23:31 +0500
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6210554
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+bind-key (1.0+repack-1) unstable; urgency=low
+
+ * Initial release (Closes: #841851)
+
+ -- Lev Lamberov <dogsleg@debian.org> Mon, 24 Oct 2016 00:25:40 +0500
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..fc62479
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: bind-key
+Section: lisp
+Priority: optional
+Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
+Uploaders: Lev Lamberov <dogsleg@debian.org>
+Build-Depends: debhelper (>= 10),
+ dh-elpa
+Standards-Version: 3.9.8
+Homepage: https://github.com/jwiegley/use-package
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/bind-key.git/
+Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/bind-key.git
+
+Package: elpa-bind-key
+Architecture: all
+Depends: ${elpa:Depends},
+ ${misc:Depends},
+ emacs
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs24
+Built-Using: ${misc:Built-Using}
+Description: simple way to manage personal keybindings
+ If you have lots of keybindings set in your .emacs file, it can be hard to
+ know which ones you haven't set yet, and which may now be overriding some new
+ default in a new emacs version. This module aims to solve that problem.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a150bca
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: bind-key
+Source: https://github.com/jwiegley/use-package
+
+Files: *
+Copyright: (c) 2012-2015 John Wiegley <jwiegley@gmail.com>
+License: GPL-2+
+
+Files: debian/*
+Copyright: (C) 2016 Lev Lamberov <dogsleg@debian.org>
+License: GPL-2+
+
+License: GPL-2+
+ 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 2 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 2 can be found in `/usr/share/common-licenses/GPL-2'
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/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)