summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control21
-rw-r--r--debian/copyright19
-rw-r--r--debian/docs1
-rw-r--r--debian/elpa1
-rw-r--r--debian/gbp.conf12
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch4
10 files changed, 69 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0e9ea4c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+boxquote-el (2.1-1) UNRELEASED; urgency=medium
+
+ * Initial release.
+
+ -- David Bremner <bremner@debian.org> Tue, 24 Jul 2018 17:16:41 +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..cc9cd75
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: boxquote-el
+Section: lisp
+Priority: optional
+Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
+Uploaders: David Bremner <bremner@debian.org>
+Build-Depends: debhelper (>= 10),
+ dh-elpa
+Standards-Version: 4.1.3
+Vcs-Browser: https://salsa.debian.org/emacsen-team/boxquote-el
+Vcs-Git: https://salsa.debian.org/emacsen-team/boxquote-el.git/
+Homepage: https://github.com/davep/boxquote.el
+
+Package: elpa-boxquote
+Architecture: all
+Depends: ${elpa:Depends}, ${misc:Depends}
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs25
+Description: quote text in Emacs with a semi-box.
+ boxquote provides a set of functions for using a text quoting style that
+ partially boxes in the left hand side of an area of text.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..3109bee
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,19 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: boxquote-el
+Source: https://github.com/davep/boxquote.el
+
+Files: *
+Copyright: 1999-2017 by Dave Pearson <davep@davep.org>
+License: GPL-3+
+
+Files: debian/*
+Copyright: (C) 2018 David Bremner <bremner@debian.org>
+License: GPL-2+
+
+License: GPL-2+
+ boxquote.el is free software distributed under the terms of the GNU
+ General Public Licence, version 2 or (at your option) any later version.
+ For details see the file COPYING.
+ .
+ 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/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..1d74925
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,12 @@
+[DEFAULT]
+# upstream-branch = upstream
+debian-branch = master
+upstream-tag = v%(version)s
+debian-tag = debian/%(version)s
+
+sign-tags = True
+pristine-tar = True
+pristine-tar-commit = True
+
+compression = xz
+compression-level = 9
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..eb2262e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=4
+opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/boxquote.el-$1.tar.gz/" \
+ https://github.com/davep/boxquote.el/tags \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate