summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Lamberov <dogsleg@debian.org>2016-11-04 15:28:44 -0300
committerLev Lamberov <dogsleg@debian.org>2016-11-04 15:28:44 -0300
commit4eb54115e1c73ac12171e34cb536abdbb42d43c1 (patch)
tree91f3958a318859126f1cda7a258444a204c18b13
parent7ec25be8f958872caf2344c202589e0b34324a1e (diff)
parentda821b785222295a5f682f79b02180453aa3719d (diff)
ido-vertical-mode (0.1.6-1) unstable; urgency=low
* Initial release (Closes: #843190) [dgit import unpatched ido-vertical-mode 0.1.6-1]
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control27
-rw-r--r--debian/copyright29
-rw-r--r--debian/docs1
-rw-r--r--debian/elpa1
-rw-r--r--debian/patches/0001-fix-version-number.diff19
-rw-r--r--debian/patches/0002-clean-documentation.diff28
-rw-r--r--debian/patches/series2
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch4
12 files changed, 122 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e3aa4ca
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ido-vertical-mode (0.1.6-1) unstable; urgency=low
+
+ * Initial release (Closes: #843190)
+
+ -- Lev Lamberov <dogsleg@debian.org> Fri, 4 Nov 2016 23:28:44 +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..c5e2ab6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: ido-vertical-mode
+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
+Testsuite: autopkgtest-pkg-elpa
+Homepage: https://github.com/creichert/ido-vertical-mode.el
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/ido-vertical-mode.git/
+Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/ido-vertical-mode.git
+
+Package: elpa-ido-vertical-mode
+Architecture: all
+Depends: ${elpa:Depends},
+ ${misc:Depends},
+ emacs
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs24,
+ emacs25
+Built-Using: ${misc:Built-Using}
+Description: make ido-mode display vertically
+ This mode takes care of some caveats that are otherwise ugly to store in your
+ init file. It makes ido-mode display prospects vertically, which looks quite
+ nicely.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..bd5c0d6
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ido-vertical-mode
+Upstream-Contact: Christopher Reichert <creichert07@gmail.com>
+Source: https://github.com/creichert/ido-vertical-mode.el
+
+Files: *
+Copyright: (C) 2013, 2014 Steven Degutis <sbdegutis@gmail.com>
+License: GPL-3+
+
+Files: debian/*
+Copyright: (C) 2016 Lev Lamberov <dogsleg@debian.org>
+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/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/patches/0001-fix-version-number.diff b/debian/patches/0001-fix-version-number.diff
new file mode 100644
index 0000000..a5bff37
--- /dev/null
+++ b/debian/patches/0001-fix-version-number.diff
@@ -0,0 +1,19 @@
+From: Lev Lamberov <dogsleg@debian.org>
+Subject: Fix version number
+
+This patch fixes version number. Seems upstream forgot to bump it, but correct
+tag exists in the upstream repository and the package in melpa-stable at the
+moment has the correct Package-Version field (but incorrect Version field at
+the same time).
+
+--- a/ido-vertical-mode.el
++++ b/ido-vertical-mode.el
+@@ -4,7 +4,7 @@
+
+ ;; Author: Steven Degutis
+ ;; Maintainer: Daniel Gempesaw <gempesaw@gmail.com>
+-;; Version: 0.1.5
++;; Version: 0.1.6
+ ;; Keywords: convenience
+ ;; URL: https://github.com/gempesaw/ido-vertical-mode.el
+
diff --git a/debian/patches/0002-clean-documentation.diff b/debian/patches/0002-clean-documentation.diff
new file mode 100644
index 0000000..eedf936
--- /dev/null
+++ b/debian/patches/0002-clean-documentation.diff
@@ -0,0 +1,28 @@
+From: Lev Lamberov <dogsleg@debian.org>
+Subject: Remove badge icons and screenshot from README file
+
+This patch removes badges icons and screenshot from README file. These icons
+are intended rather for developers; icons and screenshot are loaded from
+external web sites.
+
+--- a/README.md
++++ b/README.md
+@@ -1,9 +1,5 @@
+ # ido-vertical-mode.el
+
+-[![Build Status](https://travis-ci.org/gempesaw/ido-vertical-mode.el.svg?branch=master)](https://travis-ci.org/gempesaw/ido-vertical-mode.el) Makes ido-mode display vertically.
+-
+-![screenshot.gif](screenshot.gif)
+-
+ This mode takes care of some caveats that are otherwise ugly to store
+ in your init file.
+
+@@ -53,7 +49,7 @@ Make it look like @abo-abo's [blog post]
+ (ido-vertical-mode 1)
+ ```
+
+-Make it look like the screenshot above:
++Make it look like the screenshot on the project webpage:
+
+ ```elisp
+ (setq ido-use-faces t)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..336296d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+0001-fix-version-number.diff
+0002-clean-documentation.diff
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/watch b/debian/watch
new file mode 100644
index 0000000..19504d7
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=4
+ opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%ido-vertical-mode-$1.tar.gz%" \
+ https://github.com/creichert/ido-vertical-mode.el/tags \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate