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

Bug#775566: unblock: plptools/1.0.9



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package plptools

Very small patch to fix build on kfreebsd (#766248)


unblock plptools/1.0.9

-- System Information:
Debian Release: 8.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -u plptools-1.0.9/debian/changelog plptools-1.0.9/debian/changelog
--- plptools-1.0.9/debian/changelog
+++ plptools-1.0.9/debian/changelog
@@ -1,3 +1,11 @@
+plptools (1.0.9-3) UNRELEASED; urgency=medium
+
+  * Fix "plptools-dev: FTBFS[kfreebsd]: 'ENOMEDIUM' undeclared" 
+    using patch from Steven Chamberlain (Closes: #766248)
+  * Acknowldge previous NMUs
+
+ -- John Lines <john@paladyn.org>  Sun, 11 Jan 2015 17:55:52 +0000
+
 plptools (1.0.9-2.4) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- plptools-1.0.9.orig/plpfuse/fuse.c
+++ plptools-1.0.9/plpfuse/fuse.c
@@ -32,6 +32,10 @@
 /* Maximum length of a generated psion xattr string */
 #define XATTR_MAXLEN 3
 
+#ifndef ENOMEDIUM
+#define ENOMEDIUM ENODEV
+#endif
+
 int debug;
 
 int

Reply to: