This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libsis-base-java.
commit 97ccb3f4ed136804559bee50989fa8b1f1a2eb71 Author: Andreas Tille <[email protected]> Date: Mon Jan 15 08:59:46 2018 +0100 Secure URI in watch file, fixed URL --- debian/changelog | 4 +++- debian/get-orig-source | 2 +- debian/watch | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8ce76da..33c5bd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,12 @@ -libsis-base-java (14.12.0-1) UNRELEASED; urgency=medium +libsis-base-java (14.12.0-5) UNRELEASED; urgency=medium * d/watch: Enable parsing verisoned dirs * E-mail address as upstream contact * Skip non-functional test Closes: #885962 * Fix "Homepage" (= changed link to SVN dir) + * Fix debian/get-orig-source + * Secure URI in watch file, fixed URL -- Andreas Tille <[email protected]> Mon, 15 Jan 2018 07:58:49 +0100 diff --git a/debian/get-orig-source b/debian/get-orig-source index cc9371a..515ebc4 100755 --- a/debian/get-orig-source +++ b/debian/get-orig-source @@ -10,7 +10,7 @@ cd .. mkdir -p tarballs cd tarballs -svn export http://svncisd.ethz.ch/repos/cisd/base/tags/release/14.12.x/14.12.0/base ${PKG}-${VERSION} +svn export https://svnsis.ethz.ch/repos/cisd/base/tags/release/14.12.x/${VERSION}/base ${PKG}-${VERSION} rm -rf ${PKG}-${VERSION}/build rm -rf ${PKG}-${VERSION}/libs diff --git a/debian/watch b/debian/watch index 0a544c4..f8bd771 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,5 @@ version=4 -http://svnsis.ethz.ch/repos/cisd/jhdf5/tags/release/(\d+\.\d+\.x)/(\d+\.\d+\.\d+) \ +# This watch file does not really work since it is pointing to a directory instead of a file +https://svnsis.ethz.ch/repos/cisd/base/tags/release/(\d+\.\d+\.x)/(\d+\.\d+\.\d+) \ debian debian/get-orig-source -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libsis-base-java.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
