diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/pkg.pyinstall | 1 | ||||
-rwxr-xr-x | debian/rules | 6 |
4 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index a788b652..a70f2c54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -sosreport (2.3) unstable; urgency=low +sos (2.3) unstable; urgency=low * Initial release. diff --git a/debian/control b/debian/control index 1625c69e..1e0f4f42 100644 --- a/debian/control +++ b/debian/control @@ -1,11 +1,11 @@ -Source: sosreport +Source: sos 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 +Package: sos Architecture: any Depends: ${python:Depends}, ${misc:Depends} Description: A set of tools to gather troubleshooting information from a system diff --git a/debian/pkg.pyinstall b/debian/pkg.pyinstall new file mode 100644 index 00000000..b7005d31 --- /dev/null +++ b/debian/pkg.pyinstall @@ -0,0 +1 @@ +sos/* /usr/share/pyshared/sos/ diff --git a/debian/rules b/debian/rules index 3e0dfd04..d1b7c05f 100755 --- a/debian/rules +++ b/debian/rules @@ -5,3 +5,9 @@ DH_ALWAYS_EXCLUDE=.git %: dh $@ +override_dh_pysupport: + dh_python2 -p sos +override_dh_fixperms: + dh_fixperms -Xsos +override_dh_auto_test: + |