Your message dated Sun, 04 Mar 2012 11:10:41 +0000
with message-id <[email protected]>
and subject line Bug#662054: Removed package(s) from unstable
has caused the Debian Bug report #507215,
regarding mseide-msegui: bashism in debian/build_all.sh
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.)
--
507215: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507215
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mseide-msegui
Version: 1.8-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu jaunty ubuntu-patch
Hi,
Your package uses "function" in debian/build_all.sh that is a bashism,
and hence your package can't be built on a system with dash as /bin/sh.
The attached patch fixes this, please consider applying it.
Thanks,
James
diff -u mseide-msegui-1.8/debian/changelog mseide-msegui-1.8/debian/changelog
diff -u mseide-msegui-1.8/debian/build_all.sh
mseide-msegui-1.8/debian/build_all.sh
--- mseide-msegui-1.8/debian/build_all.sh
+++ mseide-msegui-1.8/debian/build_all.sh
@@ -5,7 +5,7 @@
BUILD_ARGS="-l -Mobjfpc -Sh -CX -OG2p3 -Xs -Fulib/common/*
-Fulib/common/kernel/${CPU}-${OS} -Fi/lib/common/kernel"
-function compile_dir() {
+compile_dir() {
local f
for f in `ls -A1 $1/*.pas`; do
ppc386 $f $BUILD_ARGS
--- End Message ---
--- Begin Message ---
Version: 1.8-1+rm
Dear submitter,
as the package mseide-msegui 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/662054
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
[email protected].
Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)
--- End Message ---