diff options
author | Arif Ali <arif.ali@canonical.com> | 2023-11-07 13:58:25 +0200 |
---|---|---|
committer | Jake Hunsaker <jacob.r.hunsaker@gmail.com> | 2023-11-12 16:46:50 -0500 |
commit | 314cc502ac862494973712537bf7a7a0c34f96d8 (patch) | |
tree | 0f46024376820db73b2a8c47e01f075c7dc598f8 /debian/control | |
parent | 52c92373ddc7ad29972ed23782c365d5d3a356bc (diff) | |
download | sos-314cc502ac862494973712537bf7a7a0c34f96d8.tar.gz |
[debian] Packaging and testing for debian pkgs
Initial start of building and testing the deb package
This will improve the overall testing of sos over the Ubuntu releases,
and also helps with the basis of thenadding further stagetwo testing in
the future. This will help to pick up issues automatically rather than
the manual testing.
Add ubuntu-latest for deb CI build and testing. Update the GCE images
for all ubuntu images for CI testing
Co-authored-by: Nikhil Kshirsagar <nikhil.kshirsagar@canonical.com>
Signed-off-by: Nikhil Kshirsagar <nikhil.kshirsagar@canonical.com>
Signed-off-by: Arif Ali <arif.ali@canonical.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..6542e97d --- /dev/null +++ b/debian/control @@ -0,0 +1,28 @@ +Source: sosreport +Maintainer: Nikhil Kshirsagar <nikhil.kshirsagar@canonical.com> +Section: admin +Priority: optional +Standards-Version: 4.5.1 +Build-Depends: + debhelper-compat (= 13), + dh-python, + gettext, + python3-all, + python3-coverage, + python3-nose, + python3-setuptools, + python3-sphinx, + python3-magic, + python3-pexpect, +Homepage: https://github.com/sosreport/sos +Vcs-Browser: https://salsa.debian.org/sosreport-team/sosreport +Vcs-Git: https://salsa.debian.org/sosreport-team/sosreport.git + +Package: sosreport +Architecture: any +Depends: ${python3:Depends}, ${misc:Depends}, python3-pexpect, python3-magic +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 + support technicians and developers. |