summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Lamberov <dogsleg@debian.org>2016-10-23 14:31:48 -0300
committerLev Lamberov <dogsleg@debian.org>2016-10-23 14:31:48 -0300
commit0dd1c0ff50c069ac702d0be56da285f60775f7c1 (patch)
treeacf917d819c0cf79ae9ffdc8f5959b4087c11c80
Import diminish-el_0.45-1.debian.tar.xz
[dgit import tarball diminish-el 0.45-1 diminish-el_0.45-1.debian.tar.xz]
-rw-r--r--changelog5
-rw-r--r--compat1
-rw-r--r--control33
-rw-r--r--copyright29
-rw-r--r--docs1
-rw-r--r--elpa1
-rwxr-xr-xrules4
-rw-r--r--source/format1
-rw-r--r--watch4
9 files changed, 79 insertions, 0 deletions
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..0d467d3
--- /dev/null
+++ b/changelog
@@ -0,0 +1,5 @@
+diminish-el (0.45-1) unstable; urgency=low
+
+ * Initial release (Closes: #841838)
+
+ -- Lev Lamberov <dogsleg@debian.org> Sun, 23 Oct 2016 22:31:48 +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..6041e42
--- /dev/null
+++ b/control
@@ -0,0 +1,33 @@
+Source: diminish-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://github.com/myrjola/diminish.el
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/diminish-el.git/
+Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/diminish-el.git
+
+Package: elpa-diminish
+Architecture: all
+Depends: ${elpa:Depends},
+ ${misc:Depends},
+ emacs
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs24
+Built-Using: ${misc:Built-Using}
+Description: hiding or abbreviation of the mode line displays of minor-modes
+ Minor modes each put a word on the mode line to signify that they're active.
+ This can cause other displays, such as % of file that point is at, to run off
+ the right side of the screen. For some minor modes, such as
+ mouse-avoidance-mode, the display is a waste of space, since users typically
+ set the mode in their .emacs and never change it. For other modes, such as
+ jiggle-mode, it's a waste because there's already a visual indication of
+ whether the mode is in effect.
+ .
+ A diminished mode is a minor mode that has had its mode line display
+ diminished, usually to nothing, although diminishing to a shorter word or a
+ single letter is also supported. This package implements diminished modes.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..1825092
--- /dev/null
+++ b/copyright
@@ -0,0 +1,29 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: diminish-el
+Upstream-Contact: Martin Yrjölä <martin.yrjola@gmail.com>
+Source: https://github.com/myrjola/diminish.el
+
+Files: *
+Copyright: (C) 1998 Free Software Foundation, Inc.
+License: GPL-2+
+
+Files: debian/*
+Copyright: (C) 2016 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 <http://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/docs b/docs
new file mode 100644
index 0000000..dd44972
--- /dev/null
+++ b/docs
@@ -0,0 +1 @@
+*.md
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..8eb7ccb
--- /dev/null
+++ b/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --parallel --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..1428b44
--- /dev/null
+++ b/watch
@@ -0,0 +1,4 @@
+version=4
+ opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%diminish-el-$1.tar.gz%" \
+ https://github.com/myrjola/diminish.el/tags \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate