diff options
author | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-18 23:20:13 -0500 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 15:24:06 -0500 |
commit | a8d1e1dab270ade9c8e7c841fc8e68f9f71f64a4 (patch) | |
tree | 0ba95bef7834a26425e66144043af3ee677f9156 | |
parent | 8afb92d3b16dec2db3dc21f2199d0dedcae38c21 (diff) |
Add Homepage and Vcs-* fields in debian/control.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4d06045c..b84052c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ hardinfo (0.5.1+git20170605-1) UNRELEASED; urgency=medium * Add ${misc:Depends} to hardinfo's dependencies. * Rewrite and modernize debian/copyright, keeping the copyright for the previous maintainer. + * Add Homepage and Vcs-* fields in debian/control. -- Simon Quigley <tsimonq2@ubuntu.com> Sun, 18 Jun 2017 22:25:05 -0500 diff --git a/debian/control b/debian/control index 92e60304..5ded9167 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,9 @@ Build-Depends: cmake, libsoup2.4-dev, pciutils (>= 1:2.1.11-10) Standards-Version: 4.0.0 +Homepage: http://hardinfo.org +Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/hardinfo.git +Vcs-Git: https://anonscm.debian.org/git/collab-maint/hardinfo.git Package: hardinfo Architecture: any |