summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Lamberov <dogsleg@debian.org>2018-06-03 14:12:46 -0300
committerLev Lamberov <dogsleg@debian.org>2018-06-03 14:12:46 -0300
commit09d0b6553392eabc23c13e3ee8955ba31de01ca5 (patch)
tree2caafc5fcbcf8f5c6fcc6d1c10b6ebb2a386b3b4
Import ace-window_0.9.0-3.debian.tar.xz
[dgit import tarball ace-window 0.9.0-3 ace-window_0.9.0-3.debian.tar.xz]
-rw-r--r--changelog26
-rw-r--r--compat1
-rw-r--r--control24
-rw-r--r--copyright29
-rw-r--r--docs1
-rw-r--r--elpa1
-rw-r--r--patches/fix-version.diff15
-rw-r--r--patches/series1
-rwxr-xr-xrules12
-rw-r--r--source/format1
-rw-r--r--watch4
11 files changed, 115 insertions, 0 deletions
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..393eee7
--- /dev/null
+++ b/changelog
@@ -0,0 +1,26 @@
+ace-window (0.9.0-3) unstable; urgency=medium
+
+ * Rebuild against newer dh-elpa (Closes: #900691)
+ * Migrate to dh 11
+ * d/control: Change Vcs-{Browser,Git} URL to salsa.debian.org
+ * d/control: Remove Testsuite field (there are no tests)
+ * d/control: Clean dependencies (remove emacs and elpa-avy)
+ * d/control: Enhance emacs25, not emacs24
+ * d/control: Declare Standards-Version 4.1.4 (no changes needed)
+ * d/control: Remove Built-Using field
+ * d/copyright: Bump copyright years
+ * d/rules: Do not pass --parallel to dh
+
+ -- Lev Lamberov <dogsleg@debian.org> Sun, 03 Jun 2018 22:12:46 +0500
+
+ace-window (0.9.0-2) unstable; urgency=low
+
+ * Add watch file
+
+ -- Lev Lamberov <dogsleg@debian.org> Thu, 13 Oct 2016 01:15:24 +0500
+
+ace-window (0.9.0-1) unstable; urgency=low
+
+ * Initial release (Closes: #839964)
+
+ -- Lev Lamberov <dogsleg@debian.org> Fri, 7 Oct 2016 02:03:29 +0500
diff --git a/compat b/compat
new file mode 100644
index 0000000..b4de394
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+11
diff --git a/control b/control
new file mode 100644
index 0000000..a17cdaa
--- /dev/null
+++ b/control
@@ -0,0 +1,24 @@
+Source: ace-window
+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 (>= 11),
+ dh-elpa
+Standards-Version: 4.1.4
+Homepage: https://github.com/abo-abo/ace-window
+Vcs-Browser: https://salsa.debian.org/emacsen-team/ace-window
+Vcs-Git: https://salsa.debian.org/emacsen-team/ace-window.git
+
+Package: elpa-ace-window
+Architecture: all
+Depends: ${elpa:Depends},
+ ${misc:Depends}
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs25
+Description: selecting a window to switch to
+ The main function, `ace-window' is meant to replace `other-window'. In fact,
+ when there are only two windows present, `other-window' is called. If there
+ are more, each window will have its first character highlighted. Pressing
+ that character will switch to that window.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..33e4233
--- /dev/null
+++ b/copyright
@@ -0,0 +1,29 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ace-window
+Source: https://github.com/abo-abo/ace-window
+Upstream-Contact: Oleh Krehel <ohwoeowho@gmail.com>
+
+Files: *
+Copyright: (C) 2015 Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: debian/*
+Copyright: (C) 2016-2018 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 <https://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..abf136d
--- /dev/null
+++ b/elpa
@@ -0,0 +1 @@
+*.el
diff --git a/patches/fix-version.diff b/patches/fix-version.diff
new file mode 100644
index 0000000..2e766c5
--- /dev/null
+++ b/patches/fix-version.diff
@@ -0,0 +1,15 @@
+From: Lev Lamberov <dogsleg@debian.org>
+Subject: Fix version number
+
+This patch fixes version number, since upstream forgot to change it in time.
+
+--- a/ace-window.el
++++ b/ace-window.el
+@@ -5,7 +5,7 @@
+ ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
+ ;; Maintainer: Oleh Krehel <ohwoeowho@gmail.com>
+ ;; URL: https://github.com/abo-abo/ace-window
+-;; Version: 0.8.1
++;; Version: 0.9.0
+ ;; Package-Requires: ((avy "0.2.0"))
+ ;; Keywords: window, location
diff --git a/patches/series b/patches/series
new file mode 100644
index 0000000..59fab1a
--- /dev/null
+++ b/patches/series
@@ -0,0 +1 @@
+fix-version.diff
diff --git a/rules b/rules
new file mode 100755
index 0000000..273476a
--- /dev/null
+++ b/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with elpa
+
+override_dh_auto_build:
+ @echo skipping upstream build
+
+override_dh_elpa_test:
+ @echo skipping upstream tests
+
+.PHONY: override_dh_auto_build override_dh_elpa_test
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..04b6ae4
--- /dev/null
+++ b/watch
@@ -0,0 +1,4 @@
+version=4
+ opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%ace-window-$1.tar.gz%" \
+ https://github.com/abo-abo/ace-window/tags \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate