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
commite15fde5129fcb848078dad778043195d6b74a5ab (patch)
tree8f23b241d1bb937ac9bba6829ccd43d8ec5cbb9a
parenta5d3c67c41d4f2d6dc41514cc17bf9e400b18716 (diff)
parent0dd1c0ff50c069ac702d0be56da285f60775f7c1 (diff)
diminish-el (0.45-1) unstable; urgency=low
* Initial release (Closes: #841838) [dgit import unpatched diminish-el 0.45-1]
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control33
-rw-r--r--debian/copyright29
-rw-r--r--debian/docs1
-rw-r--r--debian/elpa1
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch4
9 files changed, 79 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0d467d3
--- /dev/null
+++ b/debian/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/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6041e42
--- /dev/null
+++ b/debian/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/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1825092
--- /dev/null
+++ b/debian/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/debian/docs b/debian/docs
new file mode 100644
index 0000000..dd44972
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+*.md
diff --git a/debian/elpa b/debian/elpa
new file mode 100644
index 0000000..abf136d
--- /dev/null
+++ b/debian/elpa
@@ -0,0 +1 @@
+*.el
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8eb7ccb
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --parallel --with elpa
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..1428b44
--- /dev/null
+++ b/debian/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