tags 608985 + patch tags 608985 + pending thanks Dear maintainer,
I've sponsored an NMU for cscope (versioned as 15.7a-3.3) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer or remove it from the queue. Regards, tony mancill diff -Nru cscope-15.7a/debian/changelog cscope-15.7a/debian/changelog --- cscope-15.7a/debian/changelog 2010-11-13 05:51:58.000000000 -0800 +++ cscope-15.7a/debian/changelog 2011-01-11 06:25:04.000000000 -0800 @@ -1,3 +1,11 @@ +cscope (15.7a-3.3) unstable; urgency=low + + * Non-maintainer upload. + * debian/cscope-el.emacsen-remove + - (ELCDIR): New variable. Fix removing of *.elc (Closes: #608985). + + -- Jari Aalto <jari.aa...@cante.net> Mon, 10 Jan 2011 18:55:28 +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 2010-05-08 01:32:47.000000000 -0700 +++ cscope-15.7a/debian/cscope-el.emacsen-remove 2011-01-10 08:53:49.000000000 -0800 @@ -3,9 +3,11 @@ 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 -f /usr/share/$FLAVOUR/site-lisp/$ELCFILE + rm -vrf $ELCDIR fi -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org