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

Bug#695111: unblock: mscompress/0.3-4



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
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 <stapelberg@debian.org>  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 <ag@roxor.cx>
+Maintainer: Debian QA Group <packages@qa.debian.org>
 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];

Reply to: