summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Lamberov <dogsleg@debian.org>2017-02-18 07:26:35 -0400
committerLev Lamberov <dogsleg@debian.org>2017-02-18 07:26:35 -0400
commit7502e21cfcd7078faa019a79646dac8e62272a62 (patch)
tree6fd5aa84d75a1ab4533f4e9475175825874bbff0
Import rainbow-identifiers-el_0.2.2-2.debian.tar.xz
[dgit import tarball rainbow-identifiers-el 0.2.2-2 rainbow-identifiers-el_0.2.2-2.debian.tar.xz]
-rw-r--r--changelog12
-rw-r--r--compat1
-rw-r--r--control28
-rw-r--r--copyright51
-rw-r--r--docs1
-rw-r--r--elpa1
-rw-r--r--patches/0001-fix-documentation.diff24
-rw-r--r--patches/series1
-rwxr-xr-xrules4
-rw-r--r--source/format1
-rw-r--r--watch3
11 files changed, 127 insertions, 0 deletions
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..77884d3
--- /dev/null
+++ b/changelog
@@ -0,0 +1,12 @@
+rainbow-identifiers-el (0.2.2-2) unstable; urgency=medium
+
+ * Fix debian/watch
+ * Clear debian/control
+
+ -- Lev Lamberov <dogsleg@debian.org> Sat, 18 Feb 2017 16:26:35 +0500
+
+rainbow-identifiers-el (0.2.2-1) unstable; urgency=medium
+
+ * Initial release (Closes: #853777)
+
+ -- Lev Lamberov <dogsleg@debian.org> Wed, 1 Feb 2017 00:29:24 +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..583f9d7
--- /dev/null
+++ b/control
@@ -0,0 +1,28 @@
+Source: rainbow-identifiers-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/Fanael/rainbow-identifiers
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/rainbow-identifiers-el.git/
+Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/rainbow-identifiers-el.git
+
+Package: elpa-rainbow-identifiers
+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: highlight identifiers according to their names
+ Minor mode providing highlighting of identifiers based on their
+ names. Each identifier gets a color based on a hash of its name.
+ .
+ Default colors try to be reasonable, but they can be changed by
+ changing the corresponding faces.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..42165db
--- /dev/null
+++ b/copyright
@@ -0,0 +1,51 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: rainbow-identifiers
+Source: https://github.com/Fanael/rainbow-identifiers
+
+Files: *
+Copyright: (C) 2014 Fanael Linithien <fanael4@gmail.com>
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: (C) 2016 Lev Lamberov <dogsleg@debian.org>
+License: GPL-3+
+
+License: BSD-2-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
+ OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License: GPL-3+
+ 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 3 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 3 can be found in `/usr/share/common-licenses/GPL-3'
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/patches/0001-fix-documentation.diff b/patches/0001-fix-documentation.diff
new file mode 100644
index 0000000..0603099
--- /dev/null
+++ b/patches/0001-fix-documentation.diff
@@ -0,0 +1,24 @@
+From: Lev Lamberov <dogsleg@debian.org>
+Subject: Remove badge icons from README file
+
+This patch removes badges icons and screenshot from README file. These
+icons are intended rather for developers and are loaded from several
+external web sites.
+
+--- a/README.md
++++ b/README.md
+@@ -1,14 +1,9 @@
+-[![Melpa Status](http://melpa.org/packages/rainbow-identifiers-badge.svg)](http://melpa.org/#/rainbow-identifiers)
+-[![Melpa Stable Status](http://stable.melpa.org/packages/rainbow-identifiers-badge.svg)](http://stable.melpa.org/#/rainbow-identifiers)
+-
+ # Rainbow identifiers mode
+
+ Rainbow identifiers mode is an Emacs minor mode providing highlighting of
+ identifiers based on their names. Each identifier gets a color based on a hash
+ of its name.
+
+-![Screenshot of rainbow identifiers mode on its own code](https://raw.githubusercontent.com/Fanael/rainbow-identifiers/master/rainbow-identifiers.png)
+-
+ ## Installation
+
+ The package is available in [MELPA](http://melpa.org/).
diff --git a/patches/series b/patches/series
new file mode 100644
index 0000000..db340cf
--- /dev/null
+++ b/patches/series
@@ -0,0 +1 @@
+0001-fix-documentation.diff
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..7f7a436
--- /dev/null
+++ b/watch
@@ -0,0 +1,3 @@
+version=4
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/rainbow-identifiers-el-$1\.tar\.gz/ \
+ https://github.com/Fanael/rainbow-identifiers/tags .*/v?(\d\S*)\.tar\.gz