Hello,
This patch should solve the problem reported by Dmitry.
I tested it compiling a dummy program including "galois.h" and gcc gives no 
error.

Hope this helps.

Regards.
Andrea
diff -Nru jerasure-2.0.0/debian/changelog jerasure-2.0.0/debian/changelog
--- jerasure-2.0.0/debian/changelog	2014-06-16 19:18:55.000000000 +0200
+++ jerasure-2.0.0/debian/changelog	2014-12-10 01:03:15.000000000 +0100
@@ -1,3 +1,11 @@
+jerasure (2.0.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control: add Depends on libgf-complete-dev for
+    libjerasure-dev (Closes: #772673).
+
+ -- Andrea Claudi <a.cla...@univpm.it>  Wed, 10 Dec 2014 01:01:05 +0100
+
 jerasure (2.0.0-1) unstable; urgency=low
 
   * Initial release (Closes: #750766).
diff -Nru jerasure-2.0.0/debian/control jerasure-2.0.0/debian/control
--- jerasure-2.0.0/debian/control	2014-06-16 19:18:55.000000000 +0200
+++ jerasure-2.0.0/debian/control	2014-12-10 01:01:01.000000000 +0100
@@ -14,7 +14,9 @@
 Package: libjerasure-dev
 Section: libdevel
 Architecture: any
-Depends: libjerasure2 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libjerasure2 (= ${binary:Version}),
+         libgf-complete-dev,
+         ${misc:Depends}, ${shlibs:Depends}
 Description: forward error correction erasure channel library - development files
  In information theory, an erasure code is a forward error correction (FEC)
  code for the binary erasure channel, which transforms a message of symbols

Reply via email to