summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2016-07-12 07:16:21 -0300
committerDmitry Bogatov <KAction@gnu.org>2016-07-12 07:16:21 -0300
commit282df0857b8fd5be7d910fd4191a4f87076c5131 (patch)
tree821fde232bfbaa89bdc191f9d99a5246d9712892
parent55312c1107de65c602d8b49548a220a25a3d9f83 (diff)
parent2359c31302f6f1ebd4078dfc8a8f5a1972a18a19 (diff)
evil-paredit-el (0.0.2-1) unstable; urgency=medium
* Initial release (Closes: #829207) [dgit import unpatched evil-paredit-el 0.0.2-1]
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control24
-rw-r--r--debian/copyright33
-rw-r--r--debian/docs1
-rw-r--r--debian/elpa1
-rw-r--r--debian/gbp.conf12
-rw-r--r--debian/patches/0001-Remove-installation-section-from-README.md.patch28
-rw-r--r--debian/patches/0002-Relax-dependency-on-paredit.patch23
-rw-r--r--debian/patches/series2
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
12 files changed, 135 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..27a38d5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+evil-paredit-el (0.0.2-1) unstable; urgency=medium
+
+ * Initial release (Closes: #829207)
+
+ -- Dmitry Bogatov <KAction@gnu.org> Tue, 12 Jul 2016 13:16:21 +0300
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..027d5cc
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: evil-paredit-el
+Section: lisp
+Priority: optional
+Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
+Uploaders: Dmitry Bogatov <KAction@gnu.org>
+Build-Depends: debhelper (>= 9.20160402),
+ dh-elpa
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/evil-paredit-el.git/
+Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/evil-paredit-el.git
+Homepage: https://github.com/roman/evil-paredit
+
+Package: elpa-evil-paredit
+Architecture: all
+Depends: ${elpa:Depends}, ${misc:Depends},
+ emacs
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs24
+Built-Using: ${misc:Built-Using}
+Description: emacs extension, integrating evil and paredit
+ elpa-evil-paredit provides 'evil-paredit-mode', which redefines
+ several evil keybindings to make it harder to get unbalanced brackets
+ in buffer.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..cca7c5d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: evil-paredit
+Upstream-Contact: Roman Gonzalez <romanandreg@gmail.com>
+Source: https://github.com/roman/evil-paredit
+
+Files: *
+License: Expat
+Copyright: 2012-2014 Roman Gonzalez <romanandreg@gmail.com>
+
+Files: debian/*
+Copyright: 2016 Dmitry Bogatov <KAction@gnu.org>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use, copy,
+ modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..dd44972
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+*.md
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..3e7c008
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,12 @@
+[DEFAULT]
+# upstream-branch = upstream
+debian-branch = master
+upstream-tag = upstream/%(version)s
+debian-tag = debian/%(version)s
+
+sign-tags = True
+pristine-tar = True
+pristine-tar-commit = True
+
+compression = xz
+compression-level = 9
diff --git a/debian/patches/0001-Remove-installation-section-from-README.md.patch b/debian/patches/0001-Remove-installation-section-from-README.md.patch
new file mode 100644
index 0000000..ecbd917
--- /dev/null
+++ b/debian/patches/0001-Remove-installation-section-from-README.md.patch
@@ -0,0 +1,28 @@
+From: Dmitry Bogatov <KAction@gnu.org>
+Date: Fri, 1 Jul 2016 16:03:08 +0300
+Subject: Remove installation section from README.md
+
+Installation section suggests using el-get, which is several years as
+deprecated in favor of package.el, so this patch removes any mentions
+of it to avoid confusing user.
+
+Forwarded: not-needed
+---
+ README.md | 4 ----
+ 1 file changed, 4 deletions(-)
+
+diff --git a/README.md b/README.md
+index d520c12..cad9aa8 100644
+--- a/README.md
++++ b/README.md
+@@ -6,10 +6,6 @@ In order to accomplish this whenever you try to use a modifier command
+ like "d, c, y", to modify the paredit buffer, it will stop you to do
+ so in the case you break the parity of parenthesis.
+
+-## Installation
+-
+-Install via [el-get](https://github.com/dimitri/el-get/)
+-
+ ## Setup
+
+ ```elisp
diff --git a/debian/patches/0002-Relax-dependency-on-paredit.patch b/debian/patches/0002-Relax-dependency-on-paredit.patch
new file mode 100644
index 0000000..6096f8d
--- /dev/null
+++ b/debian/patches/0002-Relax-dependency-on-paredit.patch
@@ -0,0 +1,23 @@
+From: Dmitry Bogatov <KAction@gnu.org>
+Date: Sat, 2 Jul 2016 03:01:58 +0300
+Subject: Relax dependency on paredit
+
+25beta advices aganist distribution by APT, but 24 is good enough.
+Forwarded: yes
+---
+ evil-paredit.el | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/evil-paredit.el b/evil-paredit.el
+index 0df87be..99bbe01 100644
+--- a/evil-paredit.el
++++ b/evil-paredit.el
+@@ -14,7 +14,7 @@
+
+ ;; URL: https://github.com/roman/evil-paredit
+
+-;; Package-Requires: ((evil "1.0.9") (paredit "25beta"))
++;; Package-Requires: ((evil "1.0.9") (paredit "24"))
+
+ ;;; Code:
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3a07fbd
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+0001-Remove-installation-section-from-README.md.patch
+0002-Relax-dependency-on-paredit.patch
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)