This is an automated email from the git hooks/post-receive script. osallou pushed a commit to branch master in repository libzstd.
commit e58f93d7f07ebc263398c1981db0d42e4dbb178b Author: Olivier Sallou <[email protected]> Date: Wed May 24 11:36:50 2017 +0000 new upstream release 1.2.0 --- debian/changelog | 6 ++++++ debian/control | 1 + debian/patches/0009-Add-shebang-for-scripts.patch | 7 ++++--- debian/patches/series | 8 ++++---- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0dcc0b8..79b070e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libzstd (1.2.0-1) UNRELEASED; urgency=medium + + * New upstream release + + -- Olivier Sallou <[email protected]> Wed, 24 May 2017 11:28:27 +0000 + libzstd (1.1.2-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index e84274f..e4ba888 100644 --- a/debian/control +++ b/debian/control @@ -2,6 +2,7 @@ Source: libzstd Priority: optional Maintainer: Debian Med Packaging <[email protected]> Uploaders: Kevin Murray <[email protected]>, + Olivier Sallou <[email protected]> Build-Depends: debhelper (>= 9), d-shlibs, Standards-Version: 3.9.8 diff --git a/debian/patches/0009-Add-shebang-for-scripts.patch b/debian/patches/0009-Add-shebang-for-scripts.patch index 6a07f73..66c3d07 100644 --- a/debian/patches/0009-Add-shebang-for-scripts.patch +++ b/debian/patches/0009-Add-shebang-for-scripts.patch @@ -2,7 +2,8 @@ Description: add shebang line to new script Author: Sascha Steinbiss <[email protected]> --- a/programs/zstdless +++ b/programs/zstdless -@@ -1 +1,3 @@ -+#!/bin/sh +@@ -1,2 +1,4 @@ + #!/bin/sh + - zstdcat $@ | less ++#!/bin/sh + zstdcat "$@" | less diff --git a/debian/patches/series b/debian/patches/series index 02f0372..cc7dacd 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,9 +1,9 @@ -0001-Skip-long-running-tests.patch -0002-Build-lib-by-default.patch +#0001-Skip-long-running-tests.patch +#0002-Build-lib-by-default.patch 0003-Add-symlinks-for-extra-manpages.patch 0004-Add-help2man-d-pzstd-man-file.patch -0005-Ensure-CPPFLAGS-makes-it-to-the-compiler.patch +#0005-Ensure-CPPFLAGS-makes-it-to-the-compiler.patch 0006-Use-bash-for-test-script-portablitity.patch -0007-Fix-use-of-fprintf.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
