diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-03-11 22:21:48 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-03-11 22:21:48 +0400 |
commit | 2ea692d7578a3c18c19eb13e15de52f931a4c53b (patch) | |
tree | ebb26ae44209fa0ac0c9341ee8887fbb6a63dec4 | |
parent | b160b204f460180582fbc5503f2f8dd39d050c77 (diff) | |
download | augeas-2ea692d7578a3c18c19eb13e15de52f931a4c53b.tar.gz |
Added Vcs-* fields to debian/control
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cfb663d..455976b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ augeas (1.2.0-1) UNRELEASED; urgency=medium * Use debhelper sequencer (bump compat to 9) * Bump standard version to 3.9.5 * New package vim-augeas + * Added Vcs-* fields to debian/control -- Igor Pashev <pashev.igor@gmail.com> Sun, 09 Feb 2014 02:13:02 +0400 diff --git a/debian/control b/debian/control index 3db3dc6..43c0135 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,8 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, libreadline-dev, chrpath, Standards-Version: 3.9.5 Section: libs Homepage: http://augeas.net/ +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-augeas/pkg-augeas.gi +Vcs-Git: http://alioth.debian.org/anonscm/git/pkg-augeas/pkg-augeas.git Package: augeas-tools Section: admin |