This is an automated email from the git hooks/post-receive script. pini pushed a commit to branch master-1.10 in repository hdf5.
commit 20242a5db6875894d4044fc64378670c1843db8b Author: Gilles Filippini <[email protected]> Date: Thu Jan 14 23:45:29 2016 +0100 Handle html/cpplus_RM* removal via debian/orig-tar.exclude --- debian/orig-tar.exclude | 2 +- debian/orig-tar.sh | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/orig-tar.exclude b/debian/orig-tar.exclude index 710d5ce..c51808b 100644 --- a/debian/orig-tar.exclude +++ b/debian/orig-tar.exclude @@ -2,7 +2,7 @@ html/PSandPDF html/Specifications html/HL/Examples html/Specs.html -html/cpplus_RM_to1.8.12 +html/cpplus_RM* html/UG/HDF5_Users_Guide-Responsive HTML5 html/Makefile.* html/*/Makefile.* diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 6f9924f..6bd543e 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -17,7 +17,6 @@ SOURCE_DIR="$PACKAGE-$UPSTREAM_VERSION" DEBIAN_SOURCE_DIR="$PACKAGE-$MANGLED_UPSTREAM_VERSION" TAR="../${PACKAGE}_$MANGLED_UPSTREAM_VERSION.orig.tar.gz" HTML_DIR="$DEBIAN_SOURCE_DIR/html" -CPPLUS_RM_NAME=cpplus_RM # extract the upstream archive tar xf $3 @@ -31,9 +30,6 @@ tar c -X debian/orig-tar.exclude "$SOURCE_DIR" | tar x --transform "s,^$SOURCE_D # remove empty directories find "$HTML_DIR" -type d -empty -delete -# remove c++ docs (will be generated at build time with doxygen) -# see bin/release -rm -fr "$HTML_DIR/$CPPLUS_RM_NAME" # repack into orig.tar.gz tar -c -z -f "$TAR" "$DEBIAN_SOURCE_DIR/" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf5.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

