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

Bug#822500: Patch for FTBFS



tags 822500 + patch

Hi!

A quick "#include <string>" did the trick.

You can ignore of course the the changelog entry if you like, it is just
to make debdiff work.

I also forwarded it upstream: https://github.com/pdewacht/brlaser/pull/9


Greetings
Peter
diff -Nru brlaser-3/debian/changelog brlaser-3/debian/changelog
--- brlaser-3/debian/changelog	2016-02-25 19:39:28.000000000 +0100
+++ brlaser-3/debian/changelog	2016-04-25 15:06:20.000000000 +0200
@@ -1,3 +1,10 @@
+brlaser (3-5) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add patch to fix FTBFS (Closes: #822500)
+
+ -- Peter Spiess-Knafl <dev@spiessknafl.at>  Mon, 25 Apr 2016 15:04:45 +0200
+
 brlaser (3-4) unstable; urgency=medium
 
   * Import upstream patch to add support for Brother DCP-7055
diff -Nru brlaser-3/debian/patches/fix-ftbfs-missing-include.patch brlaser-3/debian/patches/fix-ftbfs-missing-include.patch
--- brlaser-3/debian/patches/fix-ftbfs-missing-include.patch	2016-04-25 14:55:35.000000000 +0200
+++ brlaser-3/debian/patches/fix-ftbfs-missing-include.patch	2016-04-25 15:04:41.000000000 +0200
@@ -1,3 +1,9 @@
+Description: Fix FTBFS due to missing include
+Author: Peter Spiess-Knafl <dev@spiessknafl.at>
+Bug: 822500
+Forwarded: https://github.com/pdewacht/brlaser/pull/9
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/src/brdecode.cc
 +++ b/src/brdecode.cc
 @@ -21,6 +21,7 @@

Reply to: