--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Dear release team,
The only change in this last upload is that I have added
libgf-complete-dev as dependency for libjerasure-dev, as
libjerasure-dev includes a .h from libgf-complete-dev.
Debdiff attached.
Please unblock jerasure/2.0.0-2.
Thomas Goirand (zigo)
diff -Nru jerasure-2.0.0/debian/changelog jerasure-2.0.0/debian/changelog
--- jerasure-2.0.0/debian/changelog 2014-06-16 17:18:55.000000000 +0000
+++ jerasure-2.0.0/debian/changelog 2014-12-10 08:32:17.000000000 +0000
@@ -1,3 +1,11 @@
+jerasure (2.0.0-2) unstable; urgency=medium
+
+ * debian/control: add Depends on libgf-complete-dev for
+ libjerasure-dev (Closes: #772673). Thanks to Dmitry Smirnov
+ <onlyjob@debian.org> for the bug report.
+
+ -- Thomas Goirand <zigo@debian.org> Wed, 10 Dec 2014 08:30:28 +0000
+
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 17:18:55.000000000 +0000
+++ jerasure-2.0.0/debian/control 2014-12-10 08:32:17.000000000 +0000
@@ -14,7 +14,10 @@
Package: libjerasure-dev
Section: libdevel
Architecture: any
-Depends: libjerasure2 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libgf-complete-dev,
+ libjerasure2 (= ${binary:Version}),
+ ${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
--- End Message ---