summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-07-28 18:18:05 +0800
committerDavid Bremner <david@tethera.net>2018-07-28 18:22:01 +0800
commitdc3e04069392d6fb39c1df67cc282964b4a42ec1 (patch)
tree541a41c42e2feeeba8f3867b870ee3b98dc7c7ea
parent20cb59bedc3532a712fe7feeff3660ebd72a8107 (diff)
initial debianization, from dh-make-elpaHEADdebian/2.0-1archive/debian/2.0-1master
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control19
-rw-r--r--debian/copyright29
-rw-r--r--debian/docs1
-rw-r--r--debian/elpa1
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch4
9 files changed, 65 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e56c8d5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+bar-cursor-el (2.0-1) unstable; urgency=medium
+
+ * Initial split from emacs-goodies-el (See #899221)
+
+ -- David Bremner <bremner@debian.org> Sat, 28 Jul 2018 17:48:14 +0800
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..983bc1d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: bar-cursor-el
+Section: lisp
+Priority: optional
+Maintainer: David Bremner <bremner@debian.org>
+Build-Depends: debhelper (>= 10),
+ dh-elpa
+Standards-Version: 4.1.5
+Homepage: https://github.com/ajsquared/bar-cursor
+
+Package: elpa-bar-cursor
+Architecture: all
+Depends: ${elpa:Depends}, ${misc:Depends}
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs25
+Description: switch Emacs block cursor to a bar
+ Simple package to convert the block cursor into a bar cursor. In
+ overwrite mode, the bar cursor changes back into a block cursor.
+ This is a global minor mode.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..df72679
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: bar-cursor
+Source: https://github.com/ajsquared/bar-cursor
+
+Files: *
+Copyright: (C) 2013-2018 by Andrew Johnson
+ (C) 2001 by Joseph L. Casadonte Jr.
+License: GPL-2+
+
+Files: debian/*
+Copyright: (C) 2018 David Bremner <bremner@debian.org>
+License: GPL-2+
+
+License: GPL-2+
+ 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 2 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 2 can be found in `/usr/share/common-licenses/GPL-2'
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.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/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..c539294
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=4
+opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/bar-cursor-$1.tar.gz/" \
+ https://github.com/ajsquared/bar-cursor/tags \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate