diff options
author | Emmanuel Bourg <ebourg@apache.org> | 2014-04-02 21:27:34 +0000 |
---|---|---|
committer | Emmanuel Bourg <ebourg@apache.org> | 2014-04-02 21:27:34 +0000 |
commit | 6788da521ffd40da67bbdbad75090519fab5c186 (patch) | |
tree | 6b723a4597c4c6205c55bac17bdd38693dea9c3b | |
parent | a28b5f42e13bbe2fa3b6e6b9dee758d7c6a33ce7 (diff) | |
download | java-common-6788da521ffd40da67bbdbad75090519fab5c186.tar.gz |
Use a canonical URL for the Vcs-Svn field
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 426c9c1..74cfcf3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,9 @@ java-common (0.52) UNRELEASED; urgency=medium * Team upload. * Prepared the default values for Java 8 * Switch to debhelper level 9 - * Standards-Version updated to 3.9.5 (no changes) + * debian/control: + - Standards-Version updated to 3.9.5 (no changes) + - Use a canonical URL for the Vcs-Svn field -- Emmanuel Bourg <ebourg@apache.org> Wed, 02 Apr 2014 22:57:37 +0200 diff --git a/debian/control b/debian/control index cff4a44..3dd4836 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Uploaders: Matthias Klose <doko@debian.org>, Torsten Werner <twerner@debian.org> Build-Depends: debhelper (>= 9) Build-Depends-Indep: debiandoc-sgml, docbook-utils, docbook-xml, lynx Standards-Version: 3.9.5 -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/java-common +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/java-common Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/java-common/ Package: java-common |