1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
bomstrip (9-2) unstable; urgency=low
* Fix the short description. Closes: #489795
* Switch to quilt as Damyan Ivanov (dmn) suggested.
* Fix some of the checks in my "C warnings fix" patch
* Add two checks reported by the Debian hardening wrapper
* Enable build hardening unless DEB_BUILD_OPTIONS contains "nohardening"
* Use debhelper 7's features to minimize the rules file
* Spell "Public Domain" as "PD", not "other", in the copyright file
* debian/README.source
- describe the usage of quilt, not dpatch
* debian/changelog
- use the "PD" name for the public domain license
* debian/control
- fix the short description. Closes: #489795
- build-depend on quilt, at least 0.40 for quilt.make
* debian/patches/series
- renamed from dpatch's 00list
* debian/patches/01_c_warnings.patch
- renamed from dpatch's 01_c_warnings.dpatch
- refresh the patch with -p ab --no-index --no-timestamps
- rewrite the header, dropping the dpatch-style comments
- check the fwrite() return code for errors, found by the Debian
hardening wrapper
- restore the size_t type of nread and fix the signedness warning
the right way - fread() may never return a negative value, but
if it should returns zero, check for ferror()
* debian/rules
- use quilt.make and ${QUILT_STAMPFN} instead of dpatch's ones
- enable build hardening unless DEB_BUILD_OPTIONS contains "nohardening"
- use debhelper 7's "dh" wrapper to do most of the work
-- Peter Pentchev <roam@ringlet.net> Wed, 09 Jul 2008 13:40:31 +0300
bomstrip (9-1) unstable; urgency=low
* Initial release. Closes: #486425
-- Peter Pentchev <roam@ringlet.net> Fri, 27 Jun 2008 12:38:16 +0300
|