diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2013-07-26 13:56:44 -0400 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2013-07-26 14:17:04 -0400 |
commit | 3555240c87bc1d31501a750af836eaa89eb58539 (patch) | |
tree | 674b6cde0c6e5a1356d5c1fcf90fff5fee6b3b4d /debian | |
parent | 527746adf801257457178176eed7398517815f21 (diff) | |
download | sos-3555240c87bc1d31501a750af836eaa89eb58539.tar.gz |
add additional information into changelog update watch file to point to latest
release.
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/watch | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 053ae17d..109b5e2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,16 @@ sosreport (3.0-1) unstable; urgency=low Red Hat Enterprise Linux - Increase execution speed of plugins * Fixes traceback error in the utilities log (Closes: #717401) + * debian/copyright: + - Add Company contributions notices in AUTHORS file. + * setup.py: + - Added to support packaging python modules via distutils. + * debian/rules: + - Fix build instructions to package sosreport as a private module. + * debian/control: + - Use XS-Python-Version and remove debian/pyversions. + * tests/archive_tests.py: + - Update unittests to work with latest api changes in the new release. -- Adam Stokes <adam.stokes@ubuntu.com> Sun, 21 Jul 2013 20:35:04 -0400 diff --git a/debian/watch b/debian/watch index a0c9fe14..519e0814 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -https://github.com/sosreport/sosreport/archive/r3.0.tar.gz +https://github.com/sosreport/sosreport/releases/tag/r3.0 /sosreport/sosreport/archive/r(.+).tar.gz |