summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoey <joey>1999-09-12 19:58:04 +0000
committerjoey <joey>1999-09-12 19:58:04 +0000
commit88a44c53e11799439f0678bb3976d16b2cb1ee94 (patch)
treeaf07f6ca76893bbe171090bc6ad08fb9cecadb3c /debian
parentea9cd2904a9d7a1c677c2f37486750c803f0e16c (diff)
r274: * dh_installemacsen: the script fragments it generates now test for the
existance of emacs-package-install/remove before calling them. Though a strict reading of the emacsen policy indicates that such a test shouldn't be needed, there may be edge cases (cf bug 44924), where it is.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c0e2b18f..b17b0436 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+debhelper (2.0.46) unstable; urgency=low
+
+ * dh_installemacsen: the script fragments it generates now test for the
+ existance of emacs-package-install/remove before calling them. Though
+ a strict reading of the emacsen policy indicates that such a test
+ shouldn't be needed, there may be edge cases (cf bug 44924), where it
+ is.
+
+ -- Joey Hess <joeyh@master.debian.org> Sun, 12 Sep 1999 12:54:37 -0700
+
debhelper (2.0.45) unstable; urgency=low
* dh_installdocs.1: clarified how the doc-id is determined. Closes: #44864