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 | |
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>
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 11 | ||||
-rw-r--r-- | debian/source/format | 1 |
3 files changed, 14 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index a70f2c54..836a151e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sosreport (2.3-2) unstable; urgency=low + + * Package updated from git rev 1baf743 + Closes: #698329 + + -- Adam Stokes <adam.stokes@ubuntu.com> Thu, 11 Apr 2013 11:16:37 -0400 + sos (2.3) unstable; urgency=low * Initial release. 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 diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 00000000..d3827e75 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +1.0 |