[SCM] UNNAMED PROJECT branch, master, updated. 0.37-5-gab3cff6

Niels Thykier niels at thykier.net
Tue Jan 10 21:40:40 UTC 2012


The following commit has been merged in the master branch:
commit ab3cff6c1edac95ae34e7e8f2559b0789dd3842b
Author: Niels Thykier <niels at thykier.net>
Date:   Tue Jan 10 22:40:24 2012 +0100

    Added missing "-p -e" parameter to perl in jh_build
    
    Signed-off-by: Niels Thykier <niels at thykier.net>

diff --git a/jh_build b/jh_build
index d61ca74..37fd905 100755
--- a/jh_build
+++ b/jh_build
@@ -89,7 +89,7 @@ function dobuild()
 		echo "Main-Class: `getarg m main`"
 		echo "Debian-Java-Home: $JAVA_HOME"
 	    fi
-        ) | perl 's/(.{72})(?=.)/$1\n /go' >> debian/__jh_manifest.$ext
+        ) | perl -p -e 's/(.{72})(?=.)/$1\n /go' >> debian/__jh_manifest.$ext
         # (NB: see D::JH::Java::write_manifest_section_fd on the regex above)
 
    CLASSPATHDOCS="`for i in $(grep-dctrl --no-field-names --show-field Build-Depends,Build-Depends-Indep -F source "$pkg" debian/control | tr , ' ' | sed 's/([^)]*)//g') ; do dpkg -L $i 2>/dev/null | grep /usr/share/doc/.*/api$; done | sed 's/^/-link /' | xargs`"

-- 
UNNAMED PROJECT



More information about the pkg-java-commits mailing list