Tags: patch
thanks
Dear maintainer,
I've uploaded past two NMU for this package and this bug may be related
to the made changes. I have some free time and I'm offering help.
Please let me know if it is ok to proceed with this NMU. Feel free to
contact if you have any questions.
Thank you for maintaining the package,
Jari Aalto
lsdiff(1) of changes:
cscope-15.7a/debian/changelog
cscope-15.7a/debian/cscope-el.emacsen-remove
diffstat for cscope-15.7a cscope-15.7a
changelog | 8 --------
cscope-el.emacsen-remove | 4 +---
2 files changed, 1 insertion(+), 11 deletions(-)
diff -Nru cscope-15.7a/debian/changelog cscope-15.7a/debian/changelog
--- cscope-15.7a/debian/changelog 2011-01-07 11:47:00.000000000 +0200
+++ cscope-15.7a/debian/changelog 2010-11-13 15:51:58.000000000 +0200
@@ -1,11 +1,3 @@
-cscope (15.7a-3.3) unstable; urgency=low
-
- * debian/cscope-el.emacsen-remove
- - (ELCDIR): New variable. Fix path of *.elc during remove.
- (Closes: #608985).
-
- -- Jari Aalto <[email protected]> Fri, 07 Jan 2011 11:47:00 +0200
-
cscope (15.7a-3.2) unstable; urgency=low
* Non-maintainer upload.
diff -Nru cscope-15.7a/debian/cscope-el.emacsen-remove cscope-15.7a/debian/cscope-el.emacsen-remove
--- cscope-15.7a/debian/cscope-el.emacsen-remove 2011-01-07 11:53:58.000000000 +0200
+++ cscope-15.7a/debian/cscope-el.emacsen-remove 2010-05-08 11:32:47.000000000 +0300
@@ -3,11 +3,9 @@
FLAVOUR=$1
PACKAGE=cscope
-
-ELCDIR=/usr/share/$FLAVOUR/site-lisp/$PACKAGE
ELCFILE=xcscope.elc
if [ $FLAVOUR != emacs ]; then
echo "remove/$PACKAGE: Purging byte-compiled files for $FLAVOUR"
- rm -vf $ELCDIR/$ELCFILE
+ rm -f /usr/share/$FLAVOUR/site-lisp/$ELCFILE
fi