summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control29
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..30e463c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: pointback
+Section: lisp
+Priority: optional
+Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
+Uploaders: Sean Whitton <spwhitton@spwhitton.name>
+Build-Depends: debhelper (>= 10),
+ dh-elpa
+Standards-Version: 3.9.8
+Homepage: https://www.metalevel.at/pointback/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/pointback.git/
+Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/pointback.git
+
+Package: elpa-pointback
+Architecture: all
+Depends: ${elpa:Depends}, ${misc:Depends},
+ emacsen-common (>= 2.0.8)
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs24,
+ emacs25
+Built-Using: ${misc:Built-Using}
+Description: restore window points when returning to buffers
+ When you have two windows X and Y showing different sections of the
+ same buffer B, then switch to a different buffer in X, and then
+ show B in X again, the new point in X will be the same as in Y.
+ .
+ With pointback-mode (or global-pointback-mode), window points are
+ preserved instead, and point will be where it originally was in X for
+ B when you return to B.