Hi,

The attached file is the diff for my sword 1.5.9-8.1 NMU. The changelog
entry contains:

 sword (1.5.9-8.1) unstable; urgency=medium

   * Non-maintainer upload.
   * Amend 08_gcc_43.diff to fix GCC 4.3 FTBFS (Closes: #474824)
   * debian/control:
     - Build-Depend on cdbs >= 0.4.27 instead of 0.4.27-1.
     - Bump Standards-Version to 3.7.3.
     - Use ${source:Version} instead of ${Source-Version}.


Regards,

-- 
Chris Lamb, UK                                       [EMAIL PROTECTED]
                                                            GPG: 0x634F9A20
diff -u sword-1.5.9/debian/control sword-1.5.9/debian/control
--- sword-1.5.9/debian/control
+++ sword-1.5.9/debian/control
@@ -1,9 +1,9 @@
 Source: sword
-Build-Depends: autotools-dev, quilt, patchutils (>= 0.2.25), cdbs (>= 
0.4.27-1), debhelper (>= 4.1.0), libz-dev, pkg-config, libcurl4-gnutls-dev, 
libclucene-dev
+Build-Depends: autotools-dev, quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27), 
debhelper (>= 4.1.0), libz-dev, pkg-config, libcurl4-gnutls-dev, libclucene-dev
 Section: libs
 Priority: optional
 Maintainer: Daniel Glassey <[EMAIL PROTECTED]>
-Standards-Version: 3.7.2.1
+Standards-Version: 3.7.3
 
 Package: libsword6
 Architecture: any
@@ -27,7 +27,7 @@
 Package: libsword-dev
 Architecture: any
 Section: libdevel
-Depends: libsword6 (= ${Source-Version})
+Depends: libsword6 (= ${source:Version})
 Provides: sword-dev
 Description: Development files for libsword
  This package contains the static libraries and headers for developing 
diff -u sword-1.5.9/debian/changelog sword-1.5.9/debian/changelog
--- sword-1.5.9/debian/changelog
+++ sword-1.5.9/debian/changelog
@@ -1,3 +1,14 @@
+sword (1.5.9-8.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Amend 08_gcc_43.diff to fix GCC 4.3 FTBFS (Closes: #474824)
+  * debian/control:
+    - Build-Depend on cdbs >= 0.4.27 instead of 0.4.27-1.
+    - Bump Standards-Version to 3.7.3.
+    - Use ${source:Version} instead of ${Source-Version}.
+
+ -- Chris Lamb <[EMAIL PROTECTED]>  Sat, 12 Apr 2008 00:00:29 +0100
+
 sword (1.5.9-8) unstable; urgency=high
 
   * diatheke failed to use shell_escape for the range parameter 
diff -u sword-1.5.9/debian/patches/08_gcc_43.diff 
sword-1.5.9/debian/patches/08_gcc_43.diff
--- sword-1.5.9/debian/patches/08_gcc_43.diff
+++ sword-1.5.9/debian/patches/08_gcc_43.diff
@@ -57,0 +58,20 @@
+diff -urNad sword-1.5.9.orig/utilities/step2vpl.cpp 
sword-1.5.9/utilities/step2vpl.cpp
+--- sword-1.5.9.orig/utilities/step2vpl.cpp    2008-04-10 02:11:24.000000000 
+0100
++++ sword-1.5.9/utilities/step2vpl.cpp 2008-04-10 02:14:03.000000000 +0100
+@@ -1,5 +1,6 @@
+ #include <iostream>
+ #include <string>
++#include <cstring>
+ #include <stdio.h>
+ 
+ #include <fcntl.h>
+diff -urNad sword-1.5.9.orig/utilities/stepdump.cpp 
sword-1.5.9/utilities/stepdump.cpp
+--- sword-1.5.9.orig/utilities/stepdump.cpp    2008-04-10 02:11:24.000000000 
+0100
++++ sword-1.5.9/utilities/stepdump.cpp 2008-04-10 02:12:49.000000000 +0100
+@@ -1,5 +1,6 @@
+ #include <iostream>
+ #include <string>
++#include <cstring>
+ 
+ #include <fcntl.h>
+ 

Attachment: signature.asc
Description: PGP signature

Reply via email to