Your message dated Sat, 12 Aug 2006 00:07:25 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Uploading new package
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: cl-launch
Version: 1.80-1
Severity: serious
Tags: patch

When building 'cl-launch' on unstable,
I get the following error:

dh_testdir
# Add here commands to compile the package.
./cl-launch.sh -I /usr/share/common-lisp/cl-launch -B generate_install_files
make: execvp: ./cl-launch.sh: Permission denied
make: *** [build-stamp] Error 127

With the attached patch 'cl-launch' can be built on unstable.

Regards
Andreas Jochens

diff -urN ../tmp-orig/cl-launch-1.80/debian/rules ./debian/rules
--- ../tmp-orig/cl-launch-1.80/debian/rules     2006-06-22 12:28:23.000000000 
+0000
+++ ./debian/rules      2006-07-24 07:25:45.000000000 +0000
@@ -16,7 +16,7 @@
 build-stamp: configure-stamp 
        dh_testdir
        # Add here commands to compile the package.
-       ./cl-launch.sh -I /${include_dir} -B generate_install_files
+       sh ./cl-launch.sh -I /${include_dir} -B generate_install_files
        touch build-stamp
 
 clean:


--- End Message ---
--- Begin Message ---
On Mon, Jul 31, 2006, Margarita Manterola wrote:
> You are supposed to get a sponsor for your package.
> 
> If you have your package ready, I suggest you send a mail to debian-mentors
> explaining why you need your package uploaded, and where the new version is
> ready.

This bug was actually done by the upload of 1.85-1 sponsored by Peter
Van Eynde with the following changelog:

cl-launch (1.85-1) unstable; urgency=low

  * unbreak some recent simplifications that don't work in all failure cases
  * consequently restore the partial support for GCL
  * work around current brokenness of ECL in debian
  * install cl-launch in /usr/share/common-lisp/source/cl-launch
    with an asd visible by c-l-c so as to allow (require 'cl-launch).

 -- Francois-Rene Rideau <[EMAIL PROTECTED]>  Thu, 10 Aug 2006 19:06:40 -0400

cl-launch (1.84-1) unstable; urgency=low

  * fix compile-file-pathname* (and thus option -f) in presence of c-l-c
  * add apply-output-pathname-translations to the API
  * refactor the image-dumping infrastructure to allow support for ECL;
    kluges to get around ECL 0.9i bug in c::builder pathname type handling.
    Many thanks to people on the ecls-list for help.
  NB: as of debian package ecl-0.9i-2, you must
        export ECL=/usr/lib/ecl/ecl-original
  for cl-launch to work with ECL, due to bug in debian packaging of ECL.

 -- Francois-Rene Rideau <[EMAIL PROTECTED]>  Wed,  9 Aug 2006 21:02:42 -0400

cl-launch (1.83-1) unstable; urgency=low

  * Considering that I am not a proper Debian Developer, add my sponsor as
    Uploaders: Peter Van Eynde <[EMAIL PROTECTED]>, Rene van Bevern <[EMAIL 
PROTECTED]>
    Many thanks to Luca Capello <[EMAIL PROTECTED]>.
  * Properly declare previous bug fixed. Closes: #379531.
  * Debian documentation tweaks.
  * ECL file-compilation support debugged by Juan Jose Garcia-Ripoll.

 -- Francois-Rene Rideau <[EMAIL PROTECTED]>  Tue,  2 Aug 2006 15:53:23 -0400

cl-launch (1.82-1) unstable; urgency=low

  * explicitly call sh ./cl-launch.sh in the build rules so as to
    (fix bug #379531 reported by Andreas Jochens (though I suspect
    he did something wrong and this "fix" wasn't needed).

 -- Francois-Rene Rideau <[EMAIL PROTECTED]>  Tue, 24 Jul 2006 05:00:00 -0400

cl-launch (1.81-1) unstable; urgency=low

  * fix typo that prevented saving an override of SBCL_OPTIONS.
    Thanks to Matthew Danish <[EMAIL PROTECTED]> for the bug report.
  * document the fact that GCL support is currently broken.
  * preliminary support for ECL.

 -- Francois-Rene Rideau <[EMAIL PROTECTED]>  Tue, 20 Jul 2006 20:00:00 -0400


-- 
adn
Mohammed Adnène Trojette

--- End Message ---

Reply via email to