Package: spim
Version: 7.1-1
Severity: normal
Tags: patch

Hi,

Attached is the diff for my spim 7.1-1.1 NMU.

-- 
Homepage: http://www.sesse.net/
diff -u spim-7.1/debian/control spim-7.1/debian/control
--- spim-7.1/debian/control
+++ spim-7.1/debian/control
@@ -2,7 +2,7 @@
 Section: non-free/electronics
 Priority: optional
 Maintainer: Fernando Sanchez <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4), flex, xutils, xlibs-dev, libxaw7-dev
+Build-Depends: debhelper (>= 4), flex, xutils, libx11-dev, libxt-dev, x-dev, 
libxaw7-dev
 Standards-Version: 3.6.2
 
 Package: spim
diff -u spim-7.1/debian/changelog spim-7.1/debian/changelog
--- spim-7.1/debian/changelog
+++ spim-7.1/debian/changelog
@@ -1,3 +1,13 @@
+spim (7.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Replace build-dependency on xlibs-dev with an explicit build-dependency
+    on each required package. (Closes: #346936)
+  * Don't re-declare static variables as non-static; fixes FTBFS on gcc-4.0,
+    patch from Andreas Jochens. (Closes: #326097)
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]>  Sun, 22 Jan 2006 19:11:29 +0100
+
 spim (7.1-1) unstable; urgency=low
 
   * New upstream version (Closes: Bug#271608)
only in patch2:
unchanged:
--- spim-7.1.orig/spim.c
+++ spim-7.1/spim.c
@@ -111,7 +111,7 @@
 
 /* Non-zero => load standard exception handler */
 static int load_exception_handler = 1;
-static char *exception_file_name = DEFAULT_EXCEPTION_HANDLER;
+char *exception_file_name = DEFAULT_EXCEPTION_HANDLER;
 static int console_state_saved;
 #ifdef USE_TERMIOS
 static struct termios saved_console_state;

Reply via email to