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/pyversions | |
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/pyversions')
-rw-r--r-- | debian/pyversions | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/pyversions b/debian/pyversions deleted file mode 100644 index 3ad2293e..00000000 --- a/debian/pyversions +++ /dev/null @@ -1 +0,0 @@ -2.7- |