diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/cscope.emacsen-install | 2 | ||||
-rw-r--r-- | debian/cscope.emacsen-remove | 2 |
3 files changed, 9 insertions, 2 deletions
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 <tklauser@distanz.ch> 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" |