This is an automated email from the git hooks/post-receive script. pini pushed a commit to branch master in repository hdf5.
commit c93c5c5ab444cb804ffb1e5f244ebe6196069776 Author: Gilles Filippini <p...@debian.org> Date: Tue Oct 3 23:47:09 2017 +0200 Prepare import orig of upstream 1.10.1+docs The HDF Group repositories have moved to git. The HDF5 documentation repository is now: https://bitbucket.hdfgroup.org/scm/hdffv/hdf5doc.git --- debian/changelog | 4 ++-- debian/orig-tar.sh | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index fd764f4..ba3032b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -hdf5 (1.10.0-patch1+docs-5) UNRELEASED; urgency=medium +hdf5 (1.10.1+docs-1) UNRELEASED; urgency=medium * Improve flavor-configure-option.patch to manage -dev packages' symlinks and clean-up debian/rules a bit * Enable dh_auto_test for serial flavor - -- Gilles Filippini <p...@debian.org> Fri, 10 Feb 2017 00:26:57 +0100 + -- Gilles Filippini <p...@debian.org> Tue, 03 Oct 2017 23:46:43 +0200 hdf5 (1.10.0-patch1+docs-4) unstable; urgency=medium diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 76ffab3..717b526 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -2,7 +2,7 @@ # Called from uscan with parameters: # --upstream-version <release> <path-to-upstream.orig.tar.gz> # -# Require svn +# Require git set -e UPSTREAM_VERSION="$2" @@ -22,7 +22,9 @@ HTML_DIR="$DEBIAN_SOURCE_DIR/html" tar xf $3 # get docs -/usr/bin/svn export https://svn.hdfgroup.uiuc.edu/hdf5doc/branches/hdf5_"$(echo "$UPSTREAM_DOC_VERSION" | sed 's/\./_/g')"/html "$SOURCE_DIR/html" +git clone --depth 1 --single-branch --branch hdf5_"$(echo "$UPSTREAM_DOC_VERSION" | sed 's/\./_/g')" https://bitbucket.hdfgroup.org/scm/hdffv/hdf5doc.git +mv hdf5doc/html $SOURCE_DIR +rm -fr hdf5doc # rename upstream source dir # excluding files matched by debian/orig-tar.exclude -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf5.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel