[Forensics-changes] [magicrescue] 02/19: * Add . to $(PATH) in debian/rules as a workaround for /bin/sh linked to /bin/dash. (Closes: #459096) * Update Vcs and Homepage headers in debian/rules. * Set Standards-Version: 3.7.3.

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Mon Nov 3 19:06:19 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 e5215b708deca4e552a3293d89bfd270d894782c
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Mon Nov 3 16:49:18 2014 -0200

      * Add . to $(PATH) in debian/rules as a workaround for /bin/sh linked to
        /bin/dash. (Closes: #459096)
      * Update Vcs and Homepage headers in debian/rules.
      * Set Standards-Version: 3.7.3.
    
     -- Torsten Werner <twerner at debian.org>  Fri, 04 Jan 2008 17:52:01 +0100
---
 debian/changelog | 9 +++++++++
 debian/control   | 8 ++++----
 debian/rules     | 3 +++
 3 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 95accbd..afa169c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+magicrescue (1.1.4-4) unstable; urgency=low
+
+  * Add . to $(PATH) in debian/rules as a workaround for /bin/sh linked to
+    /bin/dash. (Closes: #459096)
+  * Update Vcs and Homepage headers in debian/rules.
+  * Set Standards-Version: 3.7.3.
+
+ -- Torsten Werner <twerner at debian.org>  Fri, 04 Jan 2008 17:52:01 +0100
+
 magicrescue (1.1.4-3) unstable; urgency=low
 
   * Add libgdbm-dev to Build-Depends (Closes: #408667)
diff --git a/debian/control b/debian/control
index e30ed93..f2c8294 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,10 @@ Priority: optional
 Maintainer: Varun Hiremath <varunhiremath at gmail.com>
 Uploaders: Torsten Werner <twerner at debian.org>
 Build-Depends: debhelper (>= 5), cdbs, libgdbm-dev
-Standards-Version: 3.7.2
-XS-X-Vcs-Svn: http://bollin.googlecode.com/svn/magicrescue/trunk/
+Standards-Version: 3.7.3
+Homepage: http://jbj.rapanden.dk/magicrescue/
+Vcs-Svn: https://bollin.googlecode.com/svn/magicrescue/trunk/
+Vcs-Browser: http://bollin.googlecode.com/svn/magicrescue/trunk/
 
 Package: magicrescue
 Architecture: any
@@ -16,5 +18,3 @@ Description: recovers files by looking for magic bytes
  in file contents, so it can be used both as an undelete utility and for
  recovering a corrupted drive or partition. As long as the file data is
  there, it will find it.
- .
-  Homepage: http://jbj.rapanden.dk/magicrescue/
diff --git a/debian/rules b/debian/rules
index 67a6239..31ff2e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,3 +3,6 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+# workaround for dash:
+export PATH := $(PATH):.

-- 
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