summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b2684ce
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: goto-chg-el
+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
+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 to the most recent edit in the buffer
+ goto-chg is an Emacs addon that allows the user to move point to the
+ most recent edit in the buffer. When the command is repeated, point
+ moves to the second most recent edit, and so on. A negative argument
+ may be used to reverse the direction.