From 06c5f16be1c23599df98cef52a8676532629e181 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 20 Oct 2009 21:29:02 +0200 Subject: Fix bug #515164 --- debian/changelog | 7 +++++++ debian/cscope.emacsen-install | 2 +- debian/cscope.emacsen-remove | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index be6f9eb..c8d1d82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cscope (15.7a-2) unstable; urgency=low + + * Correctly install and remove emacs library file (closes: #515164). Thanks + to Benoit Izac for the patch. + + -- Tobias Klauser Tue, 20 Oct 2009 20:51:39 +0200 + cscope (15.7a-1) unstable; urgency=high * New upstream release. diff --git a/debian/cscope.emacsen-install b/debian/cscope.emacsen-install index b3a70d4..07de87b 100644 --- a/debian/cscope.emacsen-install +++ b/debian/cscope.emacsen-install @@ -8,7 +8,7 @@ PACKAGE=cscope ELDIR=/usr/share/emacs/site-lisp/ ELCDIR=/usr/share/$FLAVOUR/site-lisp/$PACKAGE -ELFILE="xscope.el" +ELFILE="xcscope.el" FLAGS="-batch -no-site-file -l path.el -f batch-byte-compile" if [ $FLAVOUR != emacs ]; then diff --git a/debian/cscope.emacsen-remove b/debian/cscope.emacsen-remove index 2feafac..859d389 100644 --- a/debian/cscope.emacsen-remove +++ b/debian/cscope.emacsen-remove @@ -3,7 +3,7 @@ set -e FLAVOUR=$1 PACKAGE=cscope -ELCFILE=xcscope.el +ELCFILE=xcscope.elc if [ $FLAVOUR != emacs ]; then echo "remove/$PACKAGE: Purging byte-compiled files for $FLAVOUR" -- cgit v1.2.3-54-g00ecf