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 41 42 43 44 45 46
|
cgreen (1.3.0-2) unstable; urgency=medium
[ Alvin Chen ]
* Fix endian issue of tests.
- is_equal_to_* is not able to handle compare variable which length is
longer than 1 byte on big-endian architecture. However it is still
capable to work well while comparing on a one-byte basis.
(Closes: #972220)
* Disable fixfilepath in debian/rules
- it triggers build failures when enabled. Thanks to Vagrant Cascadian
<vagrant@reproducible-builds.org> (Closes: #972304)
-- SZ Lin (林上智) <szlin@debian.org> Thu, 12 Nov 2020 13:21:15 +0800
cgreen (1.3.0-1) unstable; urgency=medium
* New upstream release
* Bump debhelper compat to 13
* Update install file
* Remove patch files which are fixed by upstream
* Add a patch file to fix file references package build path
-- Alvin Chen <sonoma001@gmail.com> Tue, 11 Aug 2020 01:38:38 -0400
cgreen (1.2.0-2) unstable; urgency=medium
* Team upload.
* Fix symbols file to account for 32/64 bit difference (Closes: #962859)
* Remove obsolete field Name from debian/upstream/metadata (already present
in machine-readable debian/copyright).
-- Raphaël Hertzog <raphael@offensive-security.com> Fri, 31 Jul 2020 17:25:44 +0200
cgreen (1.2.0-1) unstable; urgency=medium
[ Alvin Chen ]
* Initial release (Closes: #950566)
[ SZ Lin (林上智) ]
* d/control:
- Add VCS information
- Update Uploaders field
* d/copyright:
- Update copyright information
-- SZ Lin (林上智) <szlin@debian.org> Sat, 29 Feb 2020 20:48:21 +0800
|