diff options
author | Adam Stokes <adam.stokes@canonical.com> | 2012-02-21 01:38:53 +0000 |
---|---|---|
committer | Adam Stokes <adam.stokes@canonical.com> | 2012-02-21 01:38:53 +0000 |
commit | 6c21132ceb2a1a5d879b48efcefbf163767e94ec (patch) | |
tree | 59a314c095bc1574840f48e4535af43289d42106 /debian/control | |
parent | dfa1fc0d77f46a373e85a19448403da95faa27a9 (diff) | |
download | sos-6c21132ceb2a1a5d879b48efcefbf163767e94ec.tar.gz |
debian: Add packaging rules for Debian/Ubuntu
Signed-off-by: Adam Stokes <adam.stokes@canonical.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..1625c69e --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: sosreport +Maintainer: Adam Stokes <adam.stokes@canonical.com> +Section: python +Priority: optional +Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 8), python-support, python (>=2.7), gettext + +Package: sosreport +Architecture: any +Depends: ${python:Depends}, ${misc:Depends} +Description: A set of tools to gather troubleshooting information 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 + support technicians and developers. |