summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Lamberov <dogsleg@debian.org>2016-12-27 13:52:39 -0400
committerLev Lamberov <dogsleg@debian.org>2016-12-27 13:52:39 -0400
commit114ff08c3f7f6efb640d759a7c19c33a3ca2379f (patch)
tree1d34922db80738a78d22f00c0998cf64e04b8931
Import avy_0.4.0-2.debian.tar.xz
[dgit import tarball avy 0.4.0-2 avy_0.4.0-2.debian.tar.xz]
-rw-r--r--README.Debian4
-rw-r--r--changelog12
-rw-r--r--compat1
-rw-r--r--control42
-rw-r--r--copyright29
-rw-r--r--docs1
-rw-r--r--elpa1
-rw-r--r--patches/fix-documentation.diff13
-rw-r--r--patches/series1
-rwxr-xr-xrules9
-rw-r--r--source/format1
-rw-r--r--watch4
12 files changed, 118 insertions, 0 deletions
diff --git a/README.Debian b/README.Debian
new file mode 100644
index 0000000..b414fee
--- /dev/null
+++ b/README.Debian
@@ -0,0 +1,4 @@
+Using commit 11fbd70347a8cc62817c6d4ebf2291471ebdd607, which was made next to
+0.4.0 release. This commit bumps version to 0.4.0 and add changelog information.
+
+ -- Lev Lamberov <dogsleg@debian.org>, Sat, 1 Sep 2016 01:52:40 +0500
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..709eea6
--- /dev/null
+++ b/changelog
@@ -0,0 +1,12 @@
+avy (0.4.0-2) unstable; urgency=medium
+
+ * Do not Build-Depend on emacs-nox
+ * Enhance emacs25, not emacs24
+
+ -- Lev Lamberov <dogsleg@debian.org> Tue, 27 Dec 2016 22:52:39 +0500
+
+avy (0.4.0-1) unstable; urgency=medium
+
+ * Initial release (Closes: #839258)
+
+ -- Lev Lamberov <dogsleg@debian.org> Sat, 1 Oct 2016 00:36:30 +0500
diff --git a/compat b/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+10
diff --git a/control b/control
new file mode 100644
index 0000000..7d75398
--- /dev/null
+++ b/control
@@ -0,0 +1,42 @@
+Source: avy
+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/abo-abo/avy
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/avy.git/
+Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/avy.git
+
+Package: elpa-avy
+Architecture: all
+Depends: ${elpa:Depends},
+ ${misc:Depends},
+ emacs
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs25
+Built-Using: ${misc:Built-Using}
+Description: jump to things in Emacs tree-style
+ This package provides a generic completion method based on building
+ a balanced decision tree with each candidate being a leaf. To
+ traverse the tree from the root to a desired leaf, typically a
+ sequence of `read-key' can be used.
+ .
+ In order for `read-key' to make sense, the tree needs to be
+ visualized appropriately, with a character at each branch node. So
+ this completion method works only for things that you can see on
+ your screen, all at once:
+ .
+ * character positions
+ * word or subword start positions
+ * line beginning positions
+ * link positions
+ * window positions
+ .
+ If you're familiar with the popular `ace-jump-mode' package, this
+ package does all that and more, without the implementation
+ headache.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..c481ab4
--- /dev/null
+++ b/copyright
@@ -0,0 +1,29 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: avy
+Source: https://github.com/abo-abo/avy
+Upstream-Contact: Oleh Krehel <ohwoeowho@gmail.com>
+
+Files: *
+Copyright: (C) 2015 Free Software Foundation, Inc.
+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/docs b/docs
new file mode 100644
index 0000000..dd44972
--- /dev/null
+++ b/docs
@@ -0,0 +1 @@
+*.md
diff --git a/elpa b/elpa
new file mode 100644
index 0000000..26859f8
--- /dev/null
+++ b/elpa
@@ -0,0 +1 @@
+avy.el
diff --git a/patches/fix-documentation.diff b/patches/fix-documentation.diff
new file mode 100644
index 0000000..5746432
--- /dev/null
+++ b/patches/fix-documentation.diff
@@ -0,0 +1,13 @@
+From: Lev Lamberov <dogsleg@debian.org>
+Subject: Do not add author string
+
+This patch changes Changelog.org in such a way that it will not add author
+string (by default it is the current user's name) to generated text file.
+
+--- a/doc/Changelog.org
++++ b/doc/Changelog.org
+@@ -1,3 +1,4 @@
++#+AUTHOR:
+ * 0.3.0
+ ** Fixes
+ *** Candidate window reversal
diff --git a/patches/series b/patches/series
new file mode 100644
index 0000000..e266796
--- /dev/null
+++ b/patches/series
@@ -0,0 +1 @@
+fix-documentation.diff
diff --git a/rules b/rules
new file mode 100755
index 0000000..baefce9
--- /dev/null
+++ b/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --parallel --with elpa
+
+override_dh_auto_install:
+ emacs doc/Changelog.org --batch -f org-ascii-export-to-ascii --kill
+
+.PHONY: override_dh_auto_install
diff --git a/source/format b/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/watch b/watch
new file mode 100644
index 0000000..4ff6508
--- /dev/null
+++ b/watch
@@ -0,0 +1,4 @@
+version=4
+ opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%avy-$1.tar.gz%" \
+ https://github.com/abo-abo/avy/tags \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate