summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2016-06-22 16:18:16 +0300
committerDmitry Bogatov <KAction@gnu.org>2016-06-22 16:19:24 +0300
commitb4a1661d704209777257e753de2b7920a312b3f6 (patch)
tree978a8541ded6b7510640de056c6ea00b1ad86296 /debian
parenta4acef67d501fb9e6cc244776a65a1ad01453877 (diff)
Prelimitary debianization
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control22
-rw-r--r--debian/copyright29
-rw-r--r--debian/elpa-goto-chg.elpa1
-rw-r--r--debian/gbp.conf10
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
8 files changed, 73 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0d6e039
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+goto-chg (1.6-1) unstable; urgency=low
+
+ * Initial release. (Closes: #NNNN)
+
+ -- Dmitry Bogatov <KAction@gnu.org> Tue, 14 Jun 2016 14:53:42 +0300
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..6ef618b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: goto-chg
+Section: lisp
+Priority: optional
+Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
+Uploaders: Dmitry Bogatov <KAction@gnu.org>
+Build-Depends: debhelper (>= 9), dh-elpa (>= 0.0.18)
+Standards-Version: 3.9.8
+Homepage: https://www.emacswiki.org/emacs/goto-chg.el
+Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/goto-chg.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/goto-chg.git
+
+Package: elpa-goto-chg
+Architecture: all
+Depends: ${misc:Depends}, emacs, ${elpa:Depends}
+Built-Using: ${misc:Built-Using}
+Recommends: emacs (>= 46.0)
+Enhances: emacs, emacs24
+Description: navigate the point of the most recent edit in the buffer
+ goto-chg is emacs addon, that allows user to naviagate buffer to the
+ point of the most recent edit in the buffer. When repeated, goto
+ the second most recent edit, and so on. Negative argument, 'C-u -'
+ reverse direction. \ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0b6475a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: goto-chg
+Upstream-Contact: David Andersson <l.david.andersson@sverige.nu>
+Source: https://www.emacswiki.org/emacs/goto-chg.el
+
+Files: *
+License: GPL-2+
+Copyright: 2002-2008,2013 David Andersson <l.david.andersson@sverige.nu>
+
+Files: debian/*
+Copyright: 2016 Dmitry Bogatov <KAction@gnu.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 3 can be found in "/usr/share/common-licenses/GPL-2 \ No newline at end of file
diff --git a/debian/elpa-goto-chg.elpa b/debian/elpa-goto-chg.elpa
new file mode 100644
index 0000000..8aad2b4
--- /dev/null
+++ b/debian/elpa-goto-chg.elpa
@@ -0,0 +1 @@
+*.el \ No newline at end of file
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..d2293fc
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,10 @@
+[DEFAULT]
+upstream-branch = upstream
+debian-branch = master
+upstream-tag = upstream/%(version)s
+debian-tag = debian/%(version)s
+
+#postbuild = lintian $GBP_CHANGES_FILE
+color = on
+compression = gz
+compression-level = 9
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8eb7ccb
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --parallel --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)