clone 404694 -1
severity -1 normal
retitle -1 emacs-snapshot-common: Info entries are not removed in prerm script
tags -1 patch
thanks

On closer inspection I found the culprit for this bug.  The problem is that
the prerm script has an unexpanded variable @INFOFILES@ which is due to a
name mismatch between debian/emacs-common.prerm and debian/rules.  The former
has named the variable INFOFILES while the latter only expanded INFO_FILES.
The following patch fixes this:

--- debian/emacs-common.prerm~  2006-12-22 17:05:00.000000000 +0100
+++ debian/emacs-common.prerm   2006-12-29 09:21:54.000000000 +0100
@@ -7,7 +7,7 @@
 [EMAIL PROTECTED]@
 [EMAIL PROTECTED]@
 [EMAIL PROTECTED]@
-INFOFILES="@INFOFILES@"
+INFOFILES="@INFO_FILES@"
 
 for file in ${INFOFILES}
 do


Cheers,

Sven



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to