summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Vanicat <vanicat@debian.org>2017-01-20 06:30:11 -0400
committerRémi Vanicat <vanicat@debian.org>2017-01-20 06:30:11 -0400
commitef6887a2e3f0b58fd2414de78541c116a667fb80 (patch)
treea11c810692b51821853fb4a1cc6a653e24f2b296
parent1d5c8cfeea994140e1459e914c16d6180998c837 (diff)
parent1a7cb29e36123aadaa9a8e4e43967b33d01125a0 (diff)
emacs-tablist (0.70-2) unstable; urgency=medium
* Correct the watch file * Put the package under Debian Emacs addons team [dgit import unpatched emacs-tablist 0.70-2]
-rw-r--r--debian/changelog12
-rw-r--r--debian/compat1
-rw-r--r--debian/control19
-rw-r--r--debian/copyright28
-rw-r--r--debian/elpa-tablist.elpa1
-rwxr-xr-xdebian/rules12
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch12
8 files changed, 86 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..855cd76
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,12 @@
+emacs-tablist (0.70-2) unstable; urgency=medium
+
+ * Correct the watch file
+ * Put the package under Debian Emacs addons team
+
+ -- Rémi Vanicat <vanicat@debian.org> Fri, 20 Jan 2017 11:30:11 +0100
+
+emacs-tablist (0.70-1) unstable; urgency=medium
+
+ * Initial release (Closes: #826394)
+
+ -- Rémi Vanicat <vanicat@debian.org> Sun, 12 Jun 2016 15:01:02 +0200
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..059935f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: emacs-tablist
+Section: lisp
+Priority: optional
+Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
+Uploaders: Rémi Vanicat <vanicat@debian.org>
+Build-Depends: debhelper (>=9), dh-elpa
+Standards-Version: 3.9.7
+Homepage: https://github.com/politza/tablist
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/emacs-tablist.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/emacs-tablist.git
+
+Package: elpa-tablist
+Architecture: all
+Depends: ${misc:Depends}, emacsen-common (>= 2.0.8), emacs
+Description: tablist adds maks and filters to tabulated-list-mode
+ It also kind of puts a dired face on tabulated list buffers.
+ .
+ It can be used by deriving from tablist-mode and some features by
+ using tablist-minor-mode inside a tabulated-list-mode buffer.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a9bc05f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: tablist
+Source: https://github.com/politza/tablist
+
+Files: *
+Copyright: 2013, 2014 Andreas Politz
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2016 Rémi Vanicat <vanicat@debian.org>
+License: GPL-3+
+
+License: GPL-3+
+ This package 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 package 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 2 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/elpa-tablist.elpa b/debian/elpa-tablist.elpa
new file mode 100644
index 0000000..8aad2b4
--- /dev/null
+++ b/debian/elpa-tablist.elpa
@@ -0,0 +1 @@
+*.el \ No newline at end of file
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..0d80464
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
+
+override_dh_auto_build:
+ @echo skipping upstream build
+
+override_dh_install:
+ dh_install
+ dh_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..8b82d46
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,12 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 4 file
+version=4
+
+# GitHub hosted projects
+opts=filenamemangle=s/.*?v(\d[\d.]*)\.tar\.gz/emacs-tablist-$1.tar.gz/ \
+ https://github.com/politza/tablist/tags \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate