Your message dated Mon, 12 Aug 2013 11:17:31 +0000
with message-id <e1v8q7v-0000rw...@franck.debian.org>
and subject line Bug#718783: Removed package(s) from unstable
has caused the Debian Bug report #703186,
regarding bastille: Cannot detect Perl version.
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 ow...@bugs.debian.org
immediately.)
--
703186: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703186
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: bastille
Version: 1:3.0.9-13
Severity: serious
Tags: patch
The script "/usr/sbin/bastille" is not able to compute
PERL_VERSION correctly, leaving the variable empty
on system with mixed testing-unstable. The implemented
commmand pipe chain is broken and amateurish!
A functional patch is herewith contibuted.
Regards,
Mats Erik Andersson, DM
--- /usr/sbin/bastille.orig 2010-09-19 16:17:26.000000000 +0200
+++ /usr/sbin/bastille 2013-03-16 15:02:33.989657752 +0100
@@ -150,10 +150,8 @@
# We check that the version is at least the minimum
PERL_VERSION=`${CURRENT_PERL_PATH}/perl -version |
- head -2 | # the second line contains the version
- tr " " "\n" | # split words into separate lines
- sed -e "s/^v//" | # to get rid of the v in v5.6.0
- grep "^[1-9]\." | # find a "word" that starts with number dot
+ # Extract version string only, on the second line!
+ sed -n -e '2 s/.*(v\([1-9]\.[0-9]\{1,4\}\.[0-9]\{1,4\}\)).*/\1/p' |
sed -e "s/_/./"` # substitute _patchlevel with .patchlevel
# (used in 5.005_03 and prior)
--- End Message ---
--- Begin Message ---
Version: 1:3.0.9-13+rm
Dear submitter,
as the package bastille has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/718783
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)
--- End Message ---