summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/README.Debian13
-rw-r--r--debian/changelog24
-rw-r--r--debian/compat1
-rw-r--r--debian/control25
-rw-r--r--debian/copyright28
-rw-r--r--debian/docs1
-rw-r--r--debian/elpa1
-rw-r--r--debian/gbp.conf12
-rw-r--r--debian/lintian-overrides2
-rw-r--r--debian/patches/patch-README-for-Debian.patch72
-rw-r--r--debian/patches/series1
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/source/lintian-overrides2
-rw-r--r--debian/watch2
15 files changed, 189 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..79a106a
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,13 @@
+Zenburn for Emacs on Debian
+===========================
+
+To load Zenburn in your init file with `load-theme', you will first
+need to call `package-initialize'. For example:
+
+ (package-initialize)
+ (load-theme 'zenburn t)
+
+If you prefer to activate Zenburn interactively with `M-x load-theme',
+you do not need to worry about this.
+
+ -- Sean Whitton <spwhitton@spwhitton.name>, Thu, 5 May 2016 17:15:31 -0600
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b6c8309
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,24 @@
+zenburn-emacs (2.5-2) unstable; urgency=medium
+
+ * Team upload.
+ * Rebuild with dh-elpa 1.13 to fix byte-compilation with unversioned
+ emacs
+
+ -- David Bremner <bremner@debian.org> Sat, 02 Jun 2018 21:27:58 -0300
+
+zenburn-emacs (2.5-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Bump copyright years.
+ * Add dependency on emacsen-common, to comply with Debian Emacs Policy.
+ * Refresh patch.
+ * Bump debhelper compat to 10.
+ * Bump standards version to 4.0.0 (no changes required).
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Mon, 19 Jun 2017 08:57:12 +0100
+
+zenburn-emacs (2.4-1) unstable; urgency=medium
+
+ * Initial release (Closes: #823557).
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Thu, 05 May 2016 16:23:49 -0700
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..0a82fd9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: zenburn-emacs
+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: 4.0.0
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/zenburn-emacs.git/
+Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/zenburn-emacs.git
+Homepage: http://github.com/bbatsov/zenburn-emacs
+
+Package: elpa-zenburn-theme
+Architecture: all
+Depends: ${misc:Depends},
+ emacs, emacsen-common (>= 2.0.8)
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs24
+Built-Using: ${misc:Built-Using}
+Description: low contrast color theme for Emacs
+ A port of the popular Vim theme Zenburn for Emacs, built using the
+ new built-in theme support in Emacs 24.
+ .
+ Zenburn is designed to minimise eye strain during long periods of work.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..12eaa41
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: zenburn-emacs
+Source: http://github.com/bbatsov/zenburn-emacs
+
+Files: *
+Copyright: (C) 2011-2017 Bozhidar Batsov
+License: GPL-3+
+
+Files: debian/*
+Copyright: (C) 2016, 2017 Sean Whitton <spwhitton@spwhitton.name>
+License: GPL-3+
+
+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 <http://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/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/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..1d74925
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,12 @@
+[DEFAULT]
+# upstream-branch = upstream
+debian-branch = master
+upstream-tag = v%(version)s
+debian-tag = debian/%(version)s
+
+sign-tags = True
+pristine-tar = True
+pristine-tar-commit = True
+
+compression = xz
+compression-level = 9
diff --git a/debian/lintian-overrides b/debian/lintian-overrides
new file mode 100644
index 0000000..21f97ec
--- /dev/null
+++ b/debian/lintian-overrides
@@ -0,0 +1,2 @@
+# upstream changelog not available
+no-upstream-changelog
diff --git a/debian/patches/patch-README-for-Debian.patch b/debian/patches/patch-README-for-Debian.patch
new file mode 100644
index 0000000..318584f
--- /dev/null
+++ b/debian/patches/patch-README-for-Debian.patch
@@ -0,0 +1,72 @@
+Description: Patch README for Debian
+Author: Sean Whitton <spwhitton@spwhitton.name>
+Forwarded: not-needed
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/README.md
++++ b/README.md
+@@ -1,8 +1,3 @@
+-[![License GPL 3][badge-license]](http://www.gnu.org/licenses/gpl-3.0.txt)
+-[![MELPA](http://melpa.org/packages/zenburn-theme-badge.svg)](http://melpa.org/#/zenburn-theme)
+-[![MELPA Stable](http://stable.melpa.org/packages/zenburn-theme-badge.svg)](http://stable.melpa.org/#/zenburn-theme)
+-[![Gratipay](http://img.shields.io/gratipay/bbatsov.svg)](https://www.gratipay.com/bbatsov/)
+-
+ ## About
+
+ Zenburn for Emacs is a direct port of the popular
+@@ -15,49 +10,6 @@ the eyes.
+ This theme uses the new built-in theming support available starting
+ with Emacs 24.
+
+-## Installation
+-
+-### Manual
+-
+-Download `zenburn-theme.el` to the directory `~/.emacs.d/themes/`. Add this to your
+-`.emacs`:
+-
+-```lisp
+-(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
+-```
+-
+-Now you can load the theme with the interactive function `load-theme` like this:
+-
+-`M-x load-theme RET zenburn`
+-
+-### Package.el
+-
+-Zenburn is available in both [MELPA Stable](http://stable.melpa.org)
+-and [MELPA](http://melpa.org).
+-
+-You can install `zenburn` with the following command:
+-
+-`M-x package-install zenburn-theme`
+-
+-To load it automatically on Emacs startup add this to your init file:
+-
+-```lisp
+-(load-theme 'zenburn t)
+-```
+-
+-### Emacs Prelude
+-
+-Zenburn for Emacs is already bundled into
+-[Emacs Prelude](https://github.com/bbatsov/prelude). If you're a
+-Prelude user - you're probably already using Zenburn, since it's
+-Prelude's default color theme. You can load Zenburn at any time by
+-`M-x load-theme zenburn`.
+-
+-### Debian and Ubuntu
+-
+-Users of Debian 9 or later or Ubuntu 16.10 or later may simply
+-`apt-get install elpa-zenburn-theme`.
+-
+ ## Customization
+
+ If you'd like to tweak the theme by changing just a few colors, you can
+@@ -104,5 +56,3 @@ You can support my work on Zenburn and [
+
+ Cheers,<br\>
+ [Bozhidar](http://twitter.com/bbatsov)
+-
+-[badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..252c97d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+patch-README-for-Debian.patch
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/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..f915e24
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+# signatures not provided
+debian-watch-may-check-gpg-signature
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..edbb9a1
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+opts="mode=git" https://github.com/bbatsov/zenburn-emacs refs/tags/v([\d\.\d\.]+) debian \ No newline at end of file