[dh-r] 01/02: Switch to the canonical form of the homepage link for the CRAN packages
Dylan Aïssi
bob.dybian-guest at moszumanska.debian.org
Wed Sep 28 20:39:31 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 cde6438b94186e1715a60fac98b521f4c0e94227
Author: Dylan Aïssi <bob.dybian at gmail.com>
Date: Wed Sep 28 22:18:35 2016 +0200
Switch to the canonical form of the homepage link for the CRAN 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 d7a66fe..24c3864 100755
--- a/scripts/dh-make-R
+++ b/scripts/dh-make-R
@@ -87,7 +87,7 @@ $longdesc =~ s/^\s*/ /gm;
my $homepage = "";
if ($repo eq "CRAN") {
- $homepage = "https://cran.r-project.org/web/packages/$desc->{Package}/";
+ $homepage = "https://cran.r-project.org/package=$desc->{Package}";
} elsif ($repo eq "BIOC") {
$homepage = "http://bioconductor.org/packages/release/bioc/html/$desc->{Package}.html";
}
--
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