diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2013-04-11 19:54:58 -0400 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2013-04-11 21:29:29 -0400 |
commit | ba83a559416f4fc2a8f8c10e38d3966f601e5e65 (patch) | |
tree | d666b09798283ff54bd12ca463cfcc2948299bb9 /debian/control | |
parent | ac27d12f786bfdcbe6bf23d0362f11db3581921b (diff) | |
download | sos-ba83a559416f4fc2a8f8c10e38d3966f601e5e65.tar.gz |
Remove python-support, attempt to remove LICENSE after dh_auto_install
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 06a855ed..d82f284a 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,13 @@ Source: sosreport Maintainer: Adam Stokes <adam.stokes@ubuntu.com> Section: python Priority: optional -Standards-Version: 3.9.3 -Build-Depends: debhelper (>= 8), python-support, python (>=2.7), gettext +Standards-Version: 3.9.4 +Build-Depends: debhelper (>= 9), python (>=2.7), gettext, python-nose Homepage: https://github.com/sosreport/sosreport Package: sosreport Architecture: any -Depends: ${python:Depends}, ${misc:Depends}, python-selinux +Depends: ${python:Depends}, ${misc:Depends} 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 |