[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#691238: marked as done (unblock: lua-wsapi/1.5-3)



Your message dated Tue, 23 Oct 2012 19:35:12 +0100
with message-id <1351017312.13648.8.camel@jacala.jungle.funky-badger.org>
and subject line Re: Bug#691238: unblock: lua-wsapi/1.5-3
has caused the Debian Bug report #691238,
regarding unblock: lua-wsapi/1.5-3
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 owner@bugs.debian.org
immediately.)


-- 
691238: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691238
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package lua-wsapi

Fixes #691214 : wsapi.cgi won't run because it has DOS file endings
with a sed one liner.

diff -Nru lua-wsapi-1.5/debian/changelog lua-wsapi-1.5/debian/changelog
--- lua-wsapi-1.5/debian/changelog      2012-04-28 12:50:35.000000000 +0200
+++ lua-wsapi-1.5/debian/changelog      2012-10-23 13:07:12.000000000 +0200
@@ -1,3 +1,9 @@
+lua-wsapi (1.5-3) unstable; urgency=low
+
+  * wsapi.cgi lines ending converted to unix (Closes: #691214)
+
+ -- Enrico Tassi <gareuselesinge@debian.org>  Sat, 28 Apr 2012 12:58:38 +0200
+
 lua-wsapi (1.5-2) unstable; urgency=low

   * Switch to dh-lua
diff -Nru lua-wsapi-1.5/debian/rules lua-wsapi-1.5/debian/rules
--- lua-wsapi-1.5/debian/rules  2012-04-28 11:47:12.000000000 +0200
+++ lua-wsapi-1.5/debian/rules  2012-10-23 13:06:17.000000000 +0200
@@ -12,6 +12,6 @@

 override_dh_auto_install:
        mkdir -p debian/tmp/usr/bin
-       cp src/launcher/wsapi.cgi debian/tmp/usr/bin/
+       sed 's/\x0D$$//' src/launcher/wsapi.cgi > debian/tmp/usr/bin/wsapi.cgi
        cp src/launcher/wsapi.fcgi debian/tmp/usr/bin/
        dh_auto_install

unblock lua-wsapi/1.5-3

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)

--- End Message ---
--- Begin Message ---
On Tue, 2012-10-23 at 13:22 +0200, Enrico Tassi wrote:
> Please unblock package lua-wsapi
> 
> Fixes #691214 : wsapi.cgi won't run because it has DOS file endings
> with a sed one liner.

Unblocked.

Regards,

Adam

--- End Message ---

Reply to: