summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRaul Benencia <rul@kalgan.cc>2021-05-10 08:03:32 -0700
committerRaul Benencia <rul@kalgan.cc>2021-05-10 08:12:27 -0700
commitb6aae5d7d18aa4088803c998d11dcfcfef90f4ad (patch)
treea9d1155f7b1e90924b09602f959b807a6ee2267d /debian
parentc3a6edbc391b6cc3483ac0ef64e550ee5a9f354f (diff)
README.Debian: Remove package-initialize instructions
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian9
-rw-r--r--debian/changelog7
2 files changed, 10 insertions, 6 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index 79a106a..a4e0ab7 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,13 +1,10 @@
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:
+To load Zenburn in your init file use `load-theme'. 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.
+You can also activate Zenburn interactively with `M-x load-theme'.
- -- Sean Whitton <spwhitton@spwhitton.name>, Thu, 5 May 2016 17:15:31 -0600
+ -- Raúl Benencia <rul@kalgan.cc>, Mon, 10 May 2021 08:01:21 -0700
diff --git a/debian/changelog b/debian/changelog
index f702763..cca8abd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+zenburn-emacs (2.7.0-2) UNRELEASED; urgency=medium
+
+ * Remove outdated package-initialize instructions from
+ README.Debian. Closes: #988297.
+
+ -- Raúl Benencia <rul@kalgan.cc> Mon, 10 May 2021 07:53:11 -0700
+
zenburn-emacs (2.7.0-1) unstable; urgency=medium
* New upstream release.