This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository orthanc-imagej.
commit ea8fd1f3d8f7ac5c90baed48827ee0d0edb938c2 Author: Sébastien Jodogne <[email protected]> Date: Thu Jul 30 08:25:50 2015 +0000 Updated URLs to the project, the code repository and the downloads --- debian/README.Debian | 2 +- debian/changelog | 6 ++++++ debian/control | 2 +- debian/copyright | 2 +- debian/watch | 4 ++-- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index 32b014b..b4751bc 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,7 +1,7 @@ This is a plugin for ImageJ to browse and download the content of an Orthanc server. -Homepage: https://code.google.com/p/orthanc-imagej/ +Homepage: http://www.orthanc-server.com/static.php?page=imagej The plugin is accessible from the "File" -> "Import" -> "Orthanc" menu entry in ImageJ. diff --git a/debian/changelog b/debian/changelog index 78aff68..1f3f6bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +orthanc-imagej (1.0.0+dfsg-2) UNRELEASED; urgency=medium + + * Updated URLs to the project, the code repository and the downloads + + -- Sebastien Jodogne <[email protected]> Thu, 30 Jul 2015 10:19:28 +0200 + orthanc-imagej (1.0.0+dfsg-1) unstable; urgency=low * Initial release. (Closes: #772561) diff --git a/debian/control b/debian/control index b2c49ea..c601eff 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: cmake (>= 2.8), libjson-simple-java Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/orthanc-imagej/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/orthanc-imagej/trunk/ -Homepage: https://code.google.com/p/orthanc-imagej/ +Homepage: http://www.orthanc-server.com/static.php?page=imagej Package: orthanc-imagej Architecture: all diff --git a/debian/copyright b/debian/copyright index fb2afcb..a8d9b0d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: OrthancImageJ Upstream-Contact: Sebastien Jodogne <[email protected]> -Source: https://code.google.com/p/orthanc-imagej/ +Source: https://bitbucket.org/sjodogne/orthanc-imagej/ Files-Excluded: org/* Files: * diff --git a/debian/watch b/debian/watch index dd18396..323e4e8 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g" \ -https://github.com/jodogne/Orthanc/releases .*/download/[^/]+/OrthancImageJ-(\d\S*)\.tar\.gz +opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,downloadurlmangle=s/\/browse\.php\?path=//g" \ +http://www.orthanc-server.com/browse.php?path=/imagej downloads/get\.php\?path=/imagej/OrthancImageJ-(\d\S*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/orthanc-imagej.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
