diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2013-05-09 21:06:03 -0400 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2013-05-09 21:06:03 -0400 |
commit | 203b7e5c384cc9dd620efb99b29776fb772cd70e (patch) | |
tree | d9a103491b7c7fee2c29298b20a57ddb2304e5aa /debian/changelog | |
parent | 395ad13da82d4fb42cb1edc2018c3538e2df4ec3 (diff) | |
download | sos-203b7e5c384cc9dd620efb99b29776fb772cd70e.tar.gz |
Fix latest debian packaging suggestions.
1) lintian information, you should run lintian with '-IE --pedantic',
lintian will tell you more if there are any problem. There are still
some lintian information, but I don't care of them. you may fix them
when you polish your package.
2) You use old format copyright files, it is better to switch to
DEP5[1] compatible format. lintian shows this information.
3) The section is python, but I think admin should be better, after
all, sosreport is a sysadmin tool
4) Please move LICENSE file to usr/share/doc/sosreport, rather than
remove it.
A note about 4. I have removed the actual installing of the LICENSE file
in the Makefile in favor of the distribution specific packaging handle it.
For example, within Debian everything is placed in debian/copyright which
removes the need for our Makefile to do anything with the LICENSE file.
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 2f5840cf..a7dde420 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -sosreport (2.3+git20130411-1) unstable; urgency=low +sosreport (2.3-0~git20130509) unstable; urgency=low - * Package updated from git rev 1baf743 + * Package updated from git rev 395ad13da8 Closes: #698329 - -- Adam Stokes <adam.stokes@ubuntu.com> Thu, 11 Apr 2013 20:55:56 -0400 + -- Adam Stokes <adam.stokes@ubuntu.com> Thu, 09 May 2013 20:06:50 -0400 |