summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Lamberov <dogsleg@debian.org>2017-06-09 11:32:45 -0300
committerLev Lamberov <dogsleg@debian.org>2017-06-09 11:32:45 -0300
commit5497be5f811168da84897c644767a1aafe52cd19 (patch)
treeb03763f81a9e3821fd001c9ec03060c9fb61cd0c
Import minimap-el_1.2-1.debian.tar.xz
[dgit import tarball minimap-el 1.2-1 minimap-el_1.2-1.debian.tar.xz]
-rw-r--r--changelog5
-rw-r--r--compat1
-rw-r--r--control30
-rw-r--r--copyright27
-rw-r--r--elpa1
-rwxr-xr-xrules4
-rw-r--r--source/format1
-rw-r--r--watch5
8 files changed, 74 insertions, 0 deletions
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..721c3b8
--- /dev/null
+++ b/changelog
@@ -0,0 +1,5 @@
+minimap-el (1.2-1) unstable; urgency=medium
+
+ * Initial release (Closes: #769040)
+
+ -- Lev Lamberov <dogsleg@debian.org> Fri, 9 Jun 2017 19:32:45 +0500
diff --git a/compat b/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+10
diff --git a/control b/control
new file mode 100644
index 0000000..2946d42
--- /dev/null
+++ b/control
@@ -0,0 +1,30 @@
+Source: minimap-el
+Section: lisp
+Priority: optional
+Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
+Uploaders: Lev Lamberov <dogsleg@debian.org>
+Build-Depends: debhelper (>= 10),
+ dh-elpa
+Standards-Version: 3.9.8
+Homepage: https://elpa.gnu.org/packages/minimap.html
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/minimap-el.git/
+Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/minimap-el.git
+
+Package: elpa-minimap
+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: sidebar showing a "mini-map" of a buffer
+ This package is an implementation of a minimap sidebar, i.e., a
+ smaller display of the current buffer on the left side. It
+ highlights the currently shown region and updates its position
+ automatically. You can navigate in the minibar by dragging the
+ active region with the mouse, which will scroll the corresponding
+ edit buffer. Additionally, you can overlay information from the tags
+ gathered by CEDET's semantic analyzer.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..ec61649
--- /dev/null
+++ b/copyright
@@ -0,0 +1,27 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: minimap-el
+
+Files: *
+Copyright: (C) 2009-2014 Free Software Foundation, Inc.
+License: GPL-2+
+
+Files: debian/*
+Copyright: (C) 2017 Lev Lamberov <dogsleg@debian.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 <https://www.gnu.org/licenses/>.
+ .
+ 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/elpa b/elpa
new file mode 100644
index 0000000..abf136d
--- /dev/null
+++ b/elpa
@@ -0,0 +1 @@
+*.el
diff --git a/rules b/rules
new file mode 100755
index 0000000..e8e22ba
--- /dev/null
+++ b/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with elpa
diff --git a/source/format b/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/watch b/watch
new file mode 100644
index 0000000..b2dfc0d
--- /dev/null
+++ b/watch
@@ -0,0 +1,5 @@
+# This watch file won't produce the orig.tar file and will in fact
+# exit with an error. But we still need `uscan' to check for updates.
+
+version=3
+https://elpa.gnu.org/packages/minimap.html minimap-(.+).el