diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2013-04-11 12:44:10 -0400 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2013-04-11 21:19:39 -0400 |
commit | ac27d12f786bfdcbe6bf23d0362f11db3581921b (patch) | |
tree | 44db0efda92b25671fd589059e98ab4c031e8940 /debian/control | |
parent | a8040ad63832a39b1fa88864efefddf435a5e100 (diff) | |
download | sos-ac27d12f786bfdcbe6bf23d0362f11db3581921b.tar.gz |
Debian packaging changes as a result from Debian ITP
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/debian/control b/debian/control index 6436a604..06a855ed 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,15 @@ -Source: sos -Maintainer: Adam Stokes <adam.stokes@canonical.com> +Source: sosreport +Maintainer: Adam Stokes <adam.stokes@ubuntu.com> Section: python Priority: optional -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Build-Depends: debhelper (>= 8), python-support, python (>=2.7), gettext +Homepage: https://github.com/sosreport/sosreport -Package: sos +Package: sosreport Architecture: any Depends: ${python:Depends}, ${misc:Depends}, python-selinux -Description: A set of tools to gather troubleshooting information from a system +Description: Set of tools to gather troubleshooting data from a system Sos is a set of tools that gathers information about system hardware and configuration. The information can then be used for diagnostic purposes and debugging. Sos is commonly used to help |