summaryrefslogtreecommitdiff
path: root/debian/control
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/control
parenta4acef67d501fb9e6cc244776a65a1ad01453877 (diff)
Prelimitary debianization
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control22
1 files changed, 22 insertions, 0 deletions
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