[policy] 02/02: Fix the path to VCS-*
Sylvestre Ledru
sylvestre at alioth.debian.org
Wed Sep 11 17:17:35 UTC 2013
This is an automated email from the git hooks/post-receive script.
sylvestre pushed a commit to branch master
in repository policy.
commit bca8f900d4391de96f386b634620eabdc69d402f
Author: Pablo Oliveira <pablo at sifflez.org>
Date: Wed Sep 11 19:17:11 2013 +0200
Fix the path to VCS-*
---
debian-science-policy.xml | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/debian-science-policy.xml b/debian-science-policy.xml
index 6c195bd..d1e55b5 100644
--- a/debian-science-policy.xml
+++ b/debian-science-policy.xml
@@ -26,6 +26,12 @@
<revremark>DM-Upload should not be enabled by default.
CDBS is no longer recommended. Debian source package formats 3.0 is now mandatory.</revremark>
</revision>
+ <revision>
+ <revnumber>1.1</revnumber>
+ <date>2013-09-11</date>
+ <authorinitials>PO</authorinitials>
+ <revremark>Fix the path to VCS-*</revmark>
+ </revision>
</revhistory>
</bookinfo>
<preface>
@@ -68,8 +74,10 @@
<sect3>
<title><varname>Vcs-Git</varname> and <varname>Vcs-Browser</varname> Fields</title>
<para>If you have your package under version control in the &DebSci; Repository, you must set the <varname>Vcs-Git</varname> and <varname>Vcs-Browser</varname> fields.</para>
- <para>The <varname>Vcs-Git</varname> field should contain the package repository URL, namely "git://git.debian.org/git/debian-science/packages/YourPackage.git".</para>
- <para>The <varname>Vcs-Browser</varname> field should point to the web view of your package repository, namely "http://git.debian.org/?p=debian-science/packages/YourPackage.git".</para>
+ <para>The <varname>Vcs-Git</varname> field should contain the package repository URL, namely
+"git://anonscm.debian.org/debian-science/packages/YourPackage.git".</para>
+ <para>The <varname>Vcs-Browser</varname> field should point to the
+web view of your package repository, namely "http://anonscm.debian.org/gitweb/?p=debian-science/packages/YourPackage.git".</para>
</sect3>
<sect3>
<title><varname>Homepage</varname> Field</title>
@@ -97,8 +105,8 @@ Priority: extra
Homepage: http://foo.example.org/
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Your Name <your.name at debian.org>
-Vcs-Git: git://git.debian.org/git/debian-science/packages/foo.git
-Vcs-Browser: http://git.debian.org/?p=debian-science/packages/foo.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/foo.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/foo.git
</screen>
</example>
<example>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/policy.git
More information about the debian-science-commits
mailing list