From 798132b55002f05accc7bb8e45b4791578903c51 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 20 Oct 2018 12:21:29 -0700 Subject: Commit Debian 3.0 (quilt) metadata [dgit (8.0~bpo9+1) quilt-fixup] --- debian/patches/debian-changes | 84 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 debian/patches/debian-changes (limited to 'debian/patches/debian-changes') diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes new file mode 100644 index 0000000..cbbef27 --- /dev/null +++ b/debian/patches/debian-changes @@ -0,0 +1,84 @@ +The Debian packaging of zenburn-emacs is maintained in git, using the +merging workflow described in dgit-maint-merge(7). There isn't a +patch queue that can be represented as a quilt series. + +A detailed breakdown of the changes is available from their canonical +representation - git commits in the packaging repository. For +example, to see the changes made by the Debian maintainer in the first +upload of upstream version 1.2.3, you could use: + + % git clone https://git.dgit.debian.org/zenburn-emacs + % cd zenburn-emacs + % git log --oneline 1.2.3..debian/1.2.3-1 -- . ':!debian' + +(If you have dgit, use `dgit clone zenburn-emacs`, rather than plain +`git clone`.) + +A single combined diff, containing all the changes, follows. +--- zenburn-emacs-2.6.orig/README.md ++++ zenburn-emacs-2.6/README.md +@@ -1,7 +1,4 @@ +-[![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) +-[![Patreon](https://img.shields.io/badge/patreon-donate-orange.svg)](https://www.patreon.com/bbatsov) ++[Patreon](https://www.patreon.com/bbatsov) + + ## About + +@@ -18,49 +15,6 @@ Emacs 24.1. + + ![Overview screenshot](screenshots/overview.png) + +-## Installation +- +-### Manual +- +-Download `zenburn-theme.el` to the directory `~/.emacs.d/themes/`. Add this to your +-`.emacs` (or `init.el`): +- +-```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 + + ### Custom colors +@@ -128,5 +82,3 @@ contributors have done so. + + You can support my work on Zenburn and [all my other projects](https://github.com/bbatsov) + via [Patreon](https://www.patreon.com/bbatsov). +- +-[badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg -- cgit v1.2.3