[pkg-bacula-commits] [bacula] 01/01: now compiles on hurd because bpluginfo is no longer compiled by deafault

Carsten Leonhardt leo at moszumanska.debian.org
Thu Jan 14 13:21:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

leo pushed a commit to branch experimental
in repository bacula.

commit 58728ab9d93e8aece65e1a5a1e235ed73b71ee3b
Author: Carsten Leonhardt <leo at debian.org>
Date:   Thu Jan 14 14:20:08 2016 +0100

    now compiles on hurd
    because bpluginfo is no longer compiled by deafault
---
 debian/changelog                  |  2 +-
 debian/patches/hack-build-on-hurd | 18 ------------------
 debian/patches/series             |  1 -
 3 files changed, 1 insertion(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 30f4d2f..49ff05a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,7 @@ bacula (7.2.1~git20160102+dfsg-1) experimental; urgency=low
        fix-src-tools-make-clean.patch,
        debian/patches/fix-update-sqlite3-12to14.patch
   * updated patch to support kfreebsd
-  * hack to compile on hurd
+  * now compiles on hurd
   * updated debian/copyright
   * refreshed debian/patches/fix-default-config
 
diff --git a/debian/patches/hack-build-on-hurd b/debian/patches/hack-build-on-hurd
deleted file mode 100644
index 204535e..0000000
--- a/debian/patches/hack-build-on-hurd
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: hack building on hurd
- defines PATH_MAX for an executable that isn't installed anyway
-Author: Carsten Leonhardt <leo at debian.org>
-Forwarded: http://bugs.bacula.org/view.php?id=2186
-Last-Update: 2015-12-14
---- a/src/tools/bpluginfo.c
-+++ b/src/tools/bpluginfo.c
-@@ -43,6 +43,10 @@
- #include "../stored/stored.h"
- #include "assert_macro.h"
- 
-+#ifndef PATH_MAX
-+#define PATH_MAX 4096
-+#endif
-+
- extern "C" {
-    typedef int (*loadPlugin) (void *binfo, void *bfuncs, void **pinfo,
-                void **pfuncs);
diff --git a/debian/patches/series b/debian/patches/series
index 98e4845..9356469 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -10,4 +10,3 @@ fix-scriptdir-examples-devices.patch
 fix-systemd-tmpfiles.d-location.patch
 add-basic-kfreebsd-support.patch
 enable-hardening-for-bat.patch
-hack-build-on-hurd

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bacula/bacula.git



More information about the pkg-bacula-commits mailing list