found 545379 23.1+1-2
clone 545379 -1
reassign -1 emacs22
found -1 22.3+1-1.1
thanks
The same issue exists in emacs22, with the same remedy:
--8<---------------cut here---------------start------------->8---
diff -u emacs22-22.3+1/debian/rules emacs22-22.3+1/debian/rules
--- emacs22-22.3+1/debian/rules
+++ emacs22-22.3+1/debian/rules
@@ -735,8 +735,8 @@
find -name "*.elc" | perl -pe 's/\.elc$$/\.el\.gz/o' | xargs rm -f
# Remove extraneous info dir file.
- rm $(pkgdir_common)/usr/share/info/emacs-$(major_ver)/dir
- rm $(pkgdir_common)/usr/share/info/emacs-$(major_ver)/dir.old
+ rm -f $(pkgdir_common)/usr/share/info/emacs-$(major_ver)/dir
+ rm -f $(pkgdir_common)/usr/share/info/emacs-$(major_ver)/dir.old
# Remove the shared game score directory to as a simple way to avoid
# a conflict with other flavors of Emacs. Since Debian's
--8<---------------cut here---------------end--------------->8---
Sven
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]