tag 667098 patch
thanks

Matthias Klose <d...@debian.org> (03/04/2012):
> Package: amsynth
> Version: 1.3.0-1
> Severity: important
> Tags: sid wheezy
> User: debian-...@lists.debian.org
> Usertags: ftbfs-gcc-4.7

Here's a patch to fix this FTBFS. No intent to NMU here.

Mraw,
KiBi.
diff -Nru amsynth-1.3.0/debian/changelog amsynth-1.3.0/debian/changelog
--- amsynth-1.3.0/debian/changelog	2012-02-09 19:35:54.000000000 +0000
+++ amsynth-1.3.0/debian/changelog	2012-04-04 21:51:41.000000000 +0000
@@ -1,3 +1,11 @@
+amsynth (1.3.0-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> include
+    (Closes: #667098).
+
+ -- Cyril Brulebois <k...@debian.org>  Wed, 04 Apr 2012 21:51:18 +0000
+
 amsynth (1.3.0-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru amsynth-1.3.0/debian/patches/fix-ftbfs-with-gcc-4.7 amsynth-1.3.0/debian/patches/fix-ftbfs-with-gcc-4.7
--- amsynth-1.3.0/debian/patches/fix-ftbfs-with-gcc-4.7	1970-01-01 00:00:00.000000000 +0000
+++ amsynth-1.3.0/debian/patches/fix-ftbfs-with-gcc-4.7	2012-04-04 21:52:14.000000000 +0000
@@ -0,0 +1,14 @@
+Description: Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> include.
+Author: Cyril Brulebois <k...@debian.org>
+Bug-Debian: http://bugs.debian.org/667098
+
+--- amsynth-1.3.0.orig/src/Config.cc
++++ amsynth-1.3.0/src/Config.cc
+@@ -8,6 +8,7 @@
+ #include <iostream>
+ #include <cstdlib>
+ #include <sstream>
++#include <unistd.h>
+ 
+ using namespace std;
+ 
diff -Nru amsynth-1.3.0/debian/patches/series amsynth-1.3.0/debian/patches/series
--- amsynth-1.3.0/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ amsynth-1.3.0/debian/patches/series	2012-04-04 21:52:00.000000000 +0000
@@ -0,0 +1 @@
+fix-ftbfs-with-gcc-4.7

Attachment: signature.asc
Description: Digital signature

_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to