diff options
author | Luca Falavigna <dktrkranz@ubuntu.com> | 2009-08-02 13:15:39 +0200 |
---|---|---|
committer | Luca Falavigna <dktrkranz@ubuntu.com> | 2009-08-02 13:15:39 +0200 |
commit | fac4b7d0f2d86e6837f391060bf4e8e890434748 (patch) | |
tree | b4555679e47def4afed2c50aff1952743644042f | |
parent | 749ab4eb7084d61504062ee80d281ca3f735278f (diff) |
Add Vcs-* fields
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 7dcc4ea..32cd7db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ scons-doc (1.2.0-3) UNRELEASED; urgency=low + * Add Vcs-* fields to document where scons-doc debianisation is stored. * Bump Standards-Version to 3.8.2, no changes required. - -- Luca Falavigna <dktrkranz@ubuntu.com> Sun, 02 Aug 2009 13:12:57 +0200 + -- Luca Falavigna <dktrkranz@ubuntu.com> Sun, 02 Aug 2009 13:14:56 +0200 scons-doc (1.2.0-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 29c1ed1..4f18ff2 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,8 @@ Build-Depends: debhelper (>= 6) Build-Depends-Indep: docbook-utils Standards-Version: 3.8.2 Homepage: http://www.scons.org/ +Vcs-Git: git://git.debian.org/git/users/dktrkranz-guest/scons-doc.git +Vcs-Browser: http://git.debian.org/?p=users/dktrkranz-guest/scons-doc.git;a=summary DM-Upload-Allowed: yes Package: scons-doc |