Your message dated Tue, 04 Dec 2012 14:09:38 +0000
with message-id <[email protected]>
and subject line Re: Bug#695111: unblock: mscompress/0.3-4
has caused the Debian Bug report #695111,
regarding unblock: mscompress/0.3-4
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.)


-- 
695111: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695111
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: freeze-exception

Please unblock package mscompress

The only change is the fix for bug #600549 (s/char/int/ to fix argument
processing on ppc/arm).

debdiff is attached.

unblock mscompress/0.3-4

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: armel
i386

Kernel: Linux 3.5.0 (SMP w/8 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
diff -u mscompress-0.3/debian/changelog mscompress-0.3/debian/changelog
--- mscompress-0.3/debian/changelog
+++ mscompress-0.3/debian/changelog
@@ -1,3 +1,11 @@
+mscompress (0.3-4) unstable; urgency=low
+
+  * QA upload.
+  * Add patch to fix argument parsing on ppc and arm (Thanks Julian Squires)
+    (Closes: #600549)
+
+ -- Michael Stapelberg <[email protected]>  Tue, 04 Dec 2012 01:13:59 +0100
+
 mscompress (0.3-3.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u mscompress-0.3/debian/control mscompress-0.3/debian/control
--- mscompress-0.3/debian/control
+++ mscompress-0.3/debian/control
@@ -1,7 +1,7 @@
 Source: mscompress
 Section: otherosfs
 Priority: extra
-Maintainer: Aurélien GÉRÔME <[email protected]>
+Maintainer: Debian QA Group <[email protected]>
 Build-Depends: debhelper (>= 4)
 Standards-Version: 3.7.3
 Vcs-Git: git://git.roxor.cx/git/mscompress/
only in patch2:
unchanged:
--- mscompress-0.3.orig/mscompress.c
+++ mscompress-0.3/mscompress.c
@@ -311,7 +311,7 @@
 {
   int in, out;
   char *argv0;
-  char c;
+  int c;
   char name[0x100];
 
   argv0 = argv[0];
only in patch2:
unchanged:
--- mscompress-0.3.orig/msexpand.c
+++ mscompress-0.3/msexpand.c
@@ -220,7 +220,7 @@
 {
   int in, out;
   char *argv0;
-  char c;
+  int c;
   char name[0x100];
 
   argv0 = argv[0];
only in patch2:
unchanged:
--- mscompress-0.3.orig/debian/patches/char-int.patch
+++ mscompress-0.3/debian/patches/char-int.patch
@@ -0,0 +1,22 @@
+--- mscompress-0.3.O/mscompress.c	2000-04-15 15:15:38.000000000 +0200
++++ mscompress-0.3.N/mscompress.c	2012-12-04 01:09:19.763966015 +0100
+@@ -311,7 +311,7 @@
+ {
+   int in, out;
+   char *argv0;
+-  char c;
++  int c;
+   char name[0x100];
+ 
+   argv0 = argv[0];
+--- mscompress-0.3.O/msexpand.c	2000-04-15 15:15:45.000000000 +0200
++++ mscompress-0.3.N/msexpand.c	2012-12-04 01:09:25.435885895 +0100
+@@ -220,7 +220,7 @@
+ {
+   int in, out;
+   char *argv0;
+-  char c;
++  int c;
+   char name[0x100];
+ 
+   argv0 = argv[0];

--- End Message ---
--- Begin Message ---
On Tue, 2012-12-04 at 12:01 +0100, Michael Stapelberg wrote:
> Please unblock package mscompress
> 
> The only change is the fix for bug #600549 (s/char/int/ to fix argument
> processing on ppc/arm).

Unblocked; thanks.

Regards,

Adam

--- End Message ---

Reply via email to