Your message dated Mon, 21 Apr 2008 16:54:10 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in emacs22-non-dfsg 22.2+1-2
has caused the Debian Bug report #467525,
regarding debian/rules uses removed "tail +N" functionality
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
467525: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467525
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: emacs22-non-dfsg
Version: 22.1+1-1
Severity: important
Tags: patch
Dear Emacs maintainers,
I notice that the debian/rules file for the emacs22-non-dfsg package uses
the (formerly depracated and now removed) "tail +N" syntax. This causes
package rebuilding to fail, hence the important severity.
Please find a patch attached that fixes this problem. Thanks also
for packaging Emacs!
Yours truly,
John Zaitseff
--
John Zaitseff ,--_|\ The ZAP Group
Phone: +61 2 9643 7737 / \ Sydney, Australia
E-mail: [EMAIL PROTECTED] \_,--._* http://www.zap.org.au/
v
diff -ruN emacs-22.1-non-dfsg.orig/debian/rules emacs-22.1-non-dfsg/debian/rules
--- emacs-22.1-non-dfsg.orig/debian/rules 2008-02-26 15:49:41.000000000 +1100
+++ emacs-22.1-non-dfsg/debian/rules 2008-02-26 16:59:51.000000000 +1100
@@ -338,7 +338,7 @@
cp debian/emacs-common-non-dfsg.README.00 debian/emacs-common-non-dfsg.README.tmp
for p in $$(quilt series); do quilt header $$p; done \
>> debian/emacs-common-non-dfsg.README.tmp
- tail +2 \
+ tail -n +2 \
< debian/emacs-common-non-dfsg.README.01 >> debian/emacs-common-non-dfsg.README.tmp
mv debian/emacs-common-non-dfsg.README.tmp $@
--- End Message ---
--- Begin Message ---
package: emacs22-non-dfsg
version: 22.2+1-2
These bugs were fixed in version 22.2+1-2, see the Changelog¹.
Apparently that version was never uploaded and Rob forgot to include it
in the .changes file for 22.2+2-1.
Closing,
Sven
¹
http://packages.debian.org/changelogs/pool/non-free/e/emacs22-non-dfsg/current/changelog
--- End Message ---