[maven-debian-helper] 04/04: Shortened the Vcs-Browser URL in the generated control file
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Oct 1 19:37:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-debian-helper.
commit 85674a178be7801e61d22f8e32b3a842d6ae6552
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Oct 1 21:37:15 2014 +0200
Shortened the Vcs-Browser URL in the generated control file
---
debian/changelog | 1 +
maven-packager-utils/src/main/resources/control.ant.vm | 2 +-
maven-packager-utils/src/main/resources/control.vm | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a51c5c9..891ff1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ maven-debian-helper (1.6.9) UNRELEASED; urgency=medium
* Use the uscan --no-symlink option instead of --rename in the generated
debian/rule get-orig-source target to work around #748462
* The generated control file now specifies Standards-Version: 3.9.6
+ * Shortened the Vcs-Browser URL in the generated control file
* debian/control:
- Depend on maven-repo-helper >= 1.8.9
- Standards-Version updated to 3.9.6 (no changes)
diff --git a/maven-packager-utils/src/main/resources/control.ant.vm b/maven-packager-utils/src/main/resources/control.ant.vm
index 5dae171..8ac9521 100644
--- a/maven-packager-utils/src/main/resources/control.ant.vm
+++ b/maven-packager-utils/src/main/resources/control.ant.vm
@@ -24,7 +24,7 @@ Build-Depends-Indep:#printDependencies($buildDependencies)$space
#end
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/${package}.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/${package}.git
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/${package}.git
Homepage:#if(${project.Url}) ${project.Url}#else TODO #end
diff --git a/maven-packager-utils/src/main/resources/control.vm b/maven-packager-utils/src/main/resources/control.vm
index 401e491..31490f0 100644
--- a/maven-packager-utils/src/main/resources/control.vm
+++ b/maven-packager-utils/src/main/resources/control.vm
@@ -24,7 +24,7 @@ Build-Depends-Indep:#printDependencies($buildDependencies)$space
#end
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/${package}.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/${package}.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/${package}.git
Homepage:#if(${project.Url}) ${project.Url}#else TODO #end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git
More information about the pkg-java-commits
mailing list