[dh-r] 01/01: Vcs-Browser != Vcs-Git

Andreas Tille tille at debian.org
Mon Jan 16 15:49:15 UTC 2017


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

tille pushed a commit to branch master
in repository dh-r.

commit 3455250ee2ee2d55858857a728beb55a1c98111c
Author: Andreas Tille <tille at debian.org>
Date:   Mon Jan 16 11:02:20 2017 +0100

    Vcs-Browser != Vcs-Git
---
 debian/changelog  | 6 ++++++
 scripts/dh-make-R | 6 ++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1596453..fddfc46 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dh-r (20161220) UNRELEASED; urgency=medium
+
+  * dh-make-R: Vcs-Git != Vcs-Browser
+
+ -- Andreas Tille <tille at debian.org>  Mon, 16 Jan 2017 16:48:10 +0100
+
 dh-r (20161219) unstable; urgency=medium
 
   * Team upload
diff --git a/scripts/dh-make-R b/scripts/dh-make-R
index d02af5a..35874f3 100755
--- a/scripts/dh-make-R
+++ b/scripts/dh-make-R
@@ -105,11 +105,13 @@ if ($opt_team eq "science") {
     say "I: Generating maintainers, uploaders, VCS entries for debian-science team";
     $uploaders = $maintainer;
     $maintainer = "Debian Science Maintainers <debian-science-maintainers\@lists.alioth.debian.org>";
+    $vcsbrowser = "https://anonscm.debian.org/cgit/debian-science/packages/$debname.git";
     $vcs = "https://anonscm.debian.org/git/debian-science/packages/$debname.git";
 } elsif ($opt_team eq "med") {
     say "I: Generating maintainers, uploaders, VCS entries for debian-med team";
     $uploaders = $maintainer;
     $maintainer = "Debian Med Packaging Team <debian-med-packaging\@lists.alioth.debian.org>";
+    $vcsbrowser = "https://anonscm.debian.org/cgit/debian-med/$debname.git"
     $vcs = "https://anonscm.debian.org/git/debian-med/$debname.git"
 }
 
@@ -129,9 +131,9 @@ Maintainer: $maintainer
 Uploaders: $uploaders
 Build-Depends: $builddeps
 Standards-Version: 3.9.8
-Homepage: $homepage
-Vcs-Browser: $vcs
+Vcs-Browser: $vcsbrowser
 Vcs-Git: $vcs
+Homepage: $homepage
 
 Package: $debname
 Architecture: $arch

-- 
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