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

Bug#700152: marked as done (unblock: boxshade/3.3.1-7+wheezy1)



Your message dated Sat, 09 Feb 2013 07:16:31 +0000
with message-id <1360394191.24960.8.camel@jacala.jungle.funky-badger.org>
and subject line Re: Bug#700152: unblock: boxshade/3.3.1-7+wheezy1
has caused the Debian Bug report #700152,
regarding unblock: boxshade/3.3.1-7+wheezy1
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.)


-- 
700152: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700152
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 boxshade/3.3.1-7+wheezy1, that restores interactive use.

diff -Nru boxshade-3.3.1/debian/changelog boxshade-3.3.1/debian/changelog
--- boxshade-3.3.1/debian/changelog	2012-07-31 18:25:01.000000000 +0900
+++ boxshade-3.3.1/debian/changelog	2013-02-09 11:57:39.000000000 +0900
@@ -1,3 +1,10 @@
+boxshade (3.3.1-7+wheezy1) unstable; urgency=low
+
+  * debian/patches/remove-newlines.patch: restores interactive use.
+    Thanks: Giorgio Maccari. Closes: #700088.
+
+ -- Charles Plessy <plessy@debian.org>  Sat, 09 Feb 2013 11:57:21 +0900
+
 boxshade (3.3.1-7) unstable; urgency=low
 
   * debian/install: Make sure boxshade executable will be installed
diff -Nru boxshade-3.3.1/debian/patches/remove-newlines.patch boxshade-3.3.1/debian/patches/remove-newlines.patch
--- boxshade-3.3.1/debian/patches/remove-newlines.patch	1970-01-01 09:00:00.000000000 +0900
+++ boxshade-3.3.1/debian/patches/remove-newlines.patch	2013-02-09 11:52:34.000000000 +0900
@@ -0,0 +1,18 @@
+Description: Removes trailing newlines from standard inputs.
+Author: Giorgio Maccari <giorgio.maccari@gmail.com>
+Bug-Debian: http://bugs.debian.org/700088
+Forwarded: https://sourceforge.net/tracker/?func=detail&aid=3603900&group_id=176110&atid=875933
+--- boxshade-3.3.1.old/bx_read.c    2013-02-08 15:20:14.000000000 +0100
++++ boxshade-3.3.1.new/bx_read.c    2013-02-08 15:10:52.590377053 +0100
+@@ -4,7 +4,9 @@
+
+ char *Gets(char *s, size_t length) {
+   fflush(stdout);
+-  return fgets(s,length,stdin);
++  fgets(s,length,stdin);
++  strtok(s, "\n");
++  return s;
+ }
+
+ /*
+
diff -Nru boxshade-3.3.1/debian/patches/series boxshade-3.3.1/debian/patches/series
--- boxshade-3.3.1/debian/patches/series	2008-11-17 15:37:03.000000000 +0900
+++ boxshade-3.3.1/debian/patches/series	2013-02-09 11:52:39.000000000 +0900
@@ -1,2 +1,3 @@
 10_makefile.unx.patch
 kickOutGets.patch
+remove-newlines.patch

unblock boxshade/3.3.1-7+wheezy1

--- End Message ---
--- Begin Message ---
On Sat, 2013-02-09 at 14:32 +0900, Charles Plessy wrote:
> Please unblock package boxshade/3.3.1-7+wheezy1, that restores
> interactive use.

Unblocked.

Regards,

Adam

--- End Message ---

Reply to: