This is an automated email from the git hooks/post-receive script. satta pushed a commit to branch master in repository libzstd.
commit 0f428cefa8b0c31d7881632e915ef24a1897db99 Author: Sascha Steinbiss <[email protected]> Date: Sun Jan 15 08:57:26 2017 +0000 add shebang line for new script --- debian/patches/0009-Add-shebang-for-scripts.patch | 8 ++++++++ debian/patches/series | 1 + 2 files changed, 9 insertions(+) diff --git a/debian/patches/0009-Add-shebang-for-scripts.patch b/debian/patches/0009-Add-shebang-for-scripts.patch new file mode 100644 index 0000000..6a07f73 --- /dev/null +++ b/debian/patches/0009-Add-shebang-for-scripts.patch @@ -0,0 +1,8 @@ +Description: add shebang line to new script +Author: Sascha Steinbiss <[email protected]> +--- a/programs/zstdless ++++ b/programs/zstdless +@@ -1 +1,3 @@ ++#!/bin/sh ++ + zstdcat $@ | less diff --git a/debian/patches/series b/debian/patches/series index b76b057..02f0372 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -6,3 +6,4 @@ 0006-Use-bash-for-test-script-portablitity.patch 0007-Fix-use-of-fprintf.patch 0008-Address-embedded-zlib.patch +0009-Add-shebang-for-scripts.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libzstd.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
