From dfa35b90e0703738c55e8cf177d28c9c83a46aba Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 17 Aug 1999 05:14:54 +0000 Subject: [PATCH] r211: Initial Import --- debian/changelog | 8 ++++++++ dh_installemacsen | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 297933e..9ea49a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +debhelper (1.2.72) unstable; urgency=low + + * dh_installemacsen: use debian/package.emacsen-startup, not + debian/package.emacsen-init. The former has always been documented to + work on the man page (closes: #38898). + + -- Joey Hess Thu, 3 Jun 1999 14:16:57 -0700 + debhelper (1.2.71) unstable; urgency=low * Fixed a typo (closes: #38881) diff --git a/dh_installemacsen b/dh_installemacsen index 0b2f6b8..778720a 100755 --- a/dh_installemacsen +++ b/dh_installemacsen @@ -18,7 +18,7 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) { $emacsen_install=pkgfile($PACKAGE,"emacsen-install"); $emacsen_remove=pkgfile($PACKAGE,"emacsen-remove"); - $emacsen_init=pkgfile($PACKAGE,"emacsen-init"); + $emacsen_startup=pkgfile($PACKAGE,"emacsen-startup"); if ($emacsen_install ne '') { if (! -d "$TMP/usr/lib/emacsen-common/packages/install") { @@ -34,11 +34,11 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) { doit("install","$emacsen_remove","$TMP/usr/lib/emacsen-common/packages/remove/$PACKAGE"); } - if ($emacsen_init ne '') { + if ($emacsen_startup ne '') { if (! -d "$TMP/etc/$dh{flavor}/site-start.d/") { doit("install","-d","$TMP/etc/$dh{flavor}/site-start.d/"); } - doit("install",$emacsen_init,"$TMP/etc/$dh{flavor}/site-start.d/$dh{number}$PACKAGE.el"); + doit("install",$emacsen_startup,"$TMP/etc/$dh{flavor}/site-start.d/$dh{number}$PACKAGE.el"); } if ($emacsen_install ne '' || $emacsen_remove ne '') { -- 2.39.5