diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2013-07-21 20:59:56 -0400 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2013-07-21 20:59:56 -0400 |
commit | 8d642e668be5f9905b6b4fe486b6f7b6d280e749 (patch) | |
tree | 43f2190aa5b172e96c4dff0eb7f3752186d7c038 /debian/pkg.pyinstall | |
parent | 860a8da43c0c81c88dd676137a55df9d087f2fb4 (diff) | |
download | sos-8d642e668be5f9905b6b4fe486b6f7b6d280e749.tar.gz |
Debian policy fixes
- Made sure to include both companies AND individuals in AUTHORS file.
- Fixed a copyright issue on kernelrt plugin which is GPL-2 and not GPL-2 (or later)
- Treat the sosreport package as a private python module (currently a public one
as defined by the Debian python policy)
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
Diffstat (limited to 'debian/pkg.pyinstall')
-rw-r--r-- | debian/pkg.pyinstall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/pkg.pyinstall b/debian/pkg.pyinstall index b7005d31..8b68fc88 100644 --- a/debian/pkg.pyinstall +++ b/debian/pkg.pyinstall @@ -1 +1 @@ -sos/* /usr/share/pyshared/sos/ +sos/* /usr/share/sosreport/ |