This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libgoby-java.
commit 3cfed1faba8dc12b0616bdbf1736abd555a57397 Author: Andreas Tille <[email protected]> Date: Mon Dec 25 13:30:12 2017 +0100 Fix watch file, rename package to libgoby-java --- debian/changelog | 2 +- debian/control | 2 +- debian/watch | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0be344d..c4ef316 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -goby-framework (2.1.1+dfsg-1) UNRELEASED; urgency=low +libgoby-java (2.1.1+dfsg-1) UNRELEASED; urgency=low * Initial release (Closes: #<bug>) TODO: Move packaging to Git, update to latest upstream diff --git a/debian/control b/debian/control index 03fb2fc..532046b 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: goby-framework +Source: libgoby-java Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Andreas Tille <[email protected]> Section: science diff --git a/debian/watch b/debian/watch index 4965435..149b409 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=4 opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \ - https://github.com/CampagneLaboratory/goby/tags .*/(\d[\d\.]+)\.tar\.gz + https://github.com/CampagneLaboratory/goby3/releases .*/archive/r*@ANY_VERSION@@ARCHIVE_EXT@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libgoby-java.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
