[dh-r] 02/02: Switch to the canonical form of the homepage link for the Bioconductor packages

Dylan Aïssi bob.dybian-guest at moszumanska.debian.org
Wed Sep 28 20:39:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

bob.dybian-guest pushed a commit to branch master
in repository dh-r.

commit 0f40d0c3665d8515fcff6e603b22b1f212601923
Author: Dylan Aïssi <bob.dybian at gmail.com>
Date:   Wed Sep 28 22:34:52 2016 +0200

    Switch to the canonical form of the homepage link for the Bioconductor packages
---
 scripts/dh-make-R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/dh-make-R b/scripts/dh-make-R
index 24c3864..ef42681 100755
--- a/scripts/dh-make-R
+++ b/scripts/dh-make-R
@@ -89,7 +89,7 @@ my $homepage = "";
 if ($repo eq "CRAN") {
     $homepage = "https://cran.r-project.org/package=$desc->{Package}";
 } elsif ($repo eq "BIOC") {
-    $homepage = "http://bioconductor.org/packages/release/bioc/html/$desc->{Package}.html";
+    $homepage = "https://bioconductor.org/packages/$desc->{Package}/";
 }
 
 my $maintainer = "$ENV{DEBFULLNAME} <$ENV{DEBEMAIL}>";

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/dh-r.git



More information about the debian-science-commits mailing list