summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control28
-rw-r--r--debian/copyright28
-rw-r--r--debian/docs3
-rw-r--r--debian/elpa1
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch4
9 files changed, 75 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..56de426
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+spinner-el (1.7.3-1) UNRELEASED; urgency=medium
+
+ * Initial release (Closes: #885349).
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Tue, 26 Dec 2017 15:04:34 +0000
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..db80530
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: spinner-el
+Section: lisp
+Priority: optional
+Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
+Uploaders: Sean Whitton <spwhitton@spwhitton.name>
+Build-Depends: debhelper (>= 10),
+ dh-elpa
+Standards-Version: 4.1.2
+Vcs-Browser: https://salsa.debian.org/emacsen-team/spinner-el
+Vcs-Git: https://salsa.debian.org/emacsen-team/spinner-el
+Homepage: https://github.com/Malabarba/spinner.el
+
+Package: elpa-spinner
+Architecture: all
+Depends: ${elpa:Depends}, ${misc:Depends}
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs25
+Description: spinner for the Emacs modeline for operations in progress
+ This library provides functions to add spinners to the Emacs
+ modeline. Spinners are used to indicate that an operation is in
+ progress.
+ .
+ A spinner is a column or columns of the modeline where the character
+ displayed in that column or columns changes rapidly, looping through
+ a sequence of characters or strings, until the operation is
+ complete. For example, one spinner type provided by this package
+ loops through these four characters: ◰, ◳, ◲ and ◱.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..26277ae
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: spinner-el
+Source: https://github.com/Malabarba/spinner.el
+
+Files: *
+Copyright: (C) 2015 Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: debian/*
+Copyright: (C) 2017 Sean Whitton <spwhitton@spwhitton.name>
+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..0f020a5
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,3 @@
+README.org
+all-spinners.gif
+some-spinners.gif
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/rules b/debian/rules
new file mode 100755
index 0000000..e8e22ba
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --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..ba23830
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=4
+opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/spinner.el-$1.tar.gz/" \
+ https://github.com/Malabarba/spinner.el/tags \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate