[Forensics-changes] [magicrescue] 01/01: * debian/control: fixed the VCS fields. * debian/patches/: added the patch 'fix-FTBFS-Hurd'.

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Tue Nov 4 18:32:48 UTC 2014


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

eriberto pushed a commit to branch debian
in repository magicrescue.

commit 8c1b209ba0376b21d26f855391db27c7e84fd46f
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Tue Nov 4 16:32:19 2014 -0200

      * debian/control: fixed the VCS fields.
      * debian/patches/: added the patch 'fix-FTBFS-Hurd'.
---
 debian/changelog              |  7 +++++++
 debian/control                |  4 ++--
 debian/patches/fix-FTBFS-Hurd | 15 +++++++++++++++
 debian/patches/series         |  1 +
 4 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 35838ae..88fd2dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+magicrescue (1.1.9-2) unstable; urgency=medium
+
+  * debian/control: fixed the VCS fields.
+  * debian/patches/: added the patch 'fix-FTBFS-Hurd'.
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Tue, 04 Nov 2014 09:39:04 -0200
+
 magicrescue (1.1.9-1) unstable; urgency=medium
 
   * New upstream release. (Closes: #633554)
diff --git a/debian/control b/debian/control
index 394d311..0b8df1a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders: Joao Eriberto Mota Filho <eriberto at debian.org>
 Build-Depends: debhelper (>= 9), libgdbm-dev
 Standards-Version: 3.9.6
 Homepage: http://www.itu.dk/people/jobr/magicrescue
-Vcs-Git: git://anonscm.debian.org/collab-maint/magicrescue.git
-Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/magicrescue.git
+Vcs-Git: git://anonscm.debian.org/forensics/magicrescue.git
+Vcs-Browser: http://anonscm.debian.org/cgit/forensics/magicrescue.git
 
 Package: magicrescue
 Architecture: any
diff --git a/debian/patches/fix-FTBFS-Hurd b/debian/patches/fix-FTBFS-Hurd
new file mode 100644
index 0000000..2c8dc17
--- /dev/null
+++ b/debian/patches/fix-FTBFS-Hurd
@@ -0,0 +1,15 @@
+Description: define PATH_MAX variable to fix a FTBFS in Hurd.
+Author: Joao Eriberto Mota Filho <eriberto at debian.org>
+Last-Update: 2014-11-04
+Index: magicrescue-1.1.9/src/recur.h
+===================================================================
+--- magicrescue-1.1.9.orig/src/recur.h
++++ magicrescue-1.1.9/src/recur.h
+@@ -1,3 +1,7 @@
++#if defined(__GNU__) && !defined(PATH_MAX)
++#define PATH_MAX 1024
++#endif
++
+ #ifndef _RECUR_H
+ 
+ #include <sys/stat.h>
diff --git a/debian/patches/series b/debian/patches/series
index c3f44d4..cf660e0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+fix-FTBFS-Hurd
 magicrescue.1
 pre_configure
 laola.pl

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



More information about the forensics-changes mailing list