summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/01-include-cstdint24
-rw-r--r--debian/patches/series1
2 files changed, 25 insertions, 0 deletions
diff --git a/debian/patches/01-include-cstdint b/debian/patches/01-include-cstdint
new file mode 100644
index 0000000..f890330
--- /dev/null
+++ b/debian/patches/01-include-cstdint
@@ -0,0 +1,24 @@
+Description: include cstdint
+ Include cstdint to fix FTBFS.
+ .
+ antpm (1.16-1) UNRELEASED; urgency=low
+ .
+ [ RALOVICH, Kristof ]
+ * Merge tag 'upstream/20140302'
+ * debian/copyright: document removal of GPLv2 only code
+Author: Kristof Ralovich <ralovich@in.tum.de>
+
+---
+Last-Update: 2014-03-03
+
+--- a/src/stdintfwd.hpp
++++ b/src/stdintfwd.hpp
+@@ -19,7 +19,7 @@
+
+ #ifndef _MSC_VER // [
+
+-//#include <cstdint>
++#include <cstdint>
+ //#error "Use this header only with Microsoft Visual C++ compilers!"
+ #include <boost/cstdint.hpp>
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..67f9505
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-include-cstdint