unace-nonfree (2.5-7) unstable; urgency=low * Convert to "3.0 (quilt)" source format. * Convert all patches from dpatch to quilt. * Add DEP-3 compliant headers to all patches. * Convert debian/copyright to DEP-5 compliant format. * Convert debian/rules to debhelper 7 short-form format. * Add debian/unace-nonfree.{install,manpages} files. * Rename debian/{postrm,preinst} to unace-nonfree.{postrm,preinst}. * Add Homepage field to debian/control. * Bump Standards-Version to 3.9.2. * Mangle upstream version in debian/watch, not Debian version. * Bump debhelper compatibility to v9. * debian/patches/03-gcc-call.patch: + Apply CPPFLAGS during build. * debian/patches/14-endianness-detection.patch: + New patch from Gentoo to make the check for endianness actually occur. + With this patch, Gentoo has masked unace unstable on ~hppa, ~ppc and ~ppc64. Feel brave and change Architecture to "any", too. * debian/patches/15-format-security.patch: + New patch, fix format string vulnarability. [ Jari Aalto ] * debian/control + Bump Standards-Version to 3.9.3.1 * debian/copyright: + Update to format 1.0 + Delete EOL whitespaces. * debian/rules + Use hardened CFLAGS. http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags -- Fabian Greffrath Mon, 08 Mar 2012 11:13:51 +0100 unace-nonfree (2.5-6) unstable; urgency=low * Updated my email address. * Bumped Standards-Version to 3.8.3. * Removed duplicate binary control field "section". * Added debian/README.source file. * Fixed Debian packaging copyright information. * debian/patches/13-maximum-file-name-length.dpatch: New patch, increase buffer to cater for maximum file name length (LP: #179684). * Added debian/watch file. -- Fabian Greffrath Mon, 14 Dec 2009 09:23:43 +0100 unace-nonfree (2.5-5) unstable; urgency=low * Upload to unstable. * debian/control: + Bumped Standards-Version to 3.7.3. * debian/patches/03-gcc-call.dpatch: + Merged with a patch courtesy of Mike Frysinger that "uses standard env vars so it behaves like autotools and removes pointless -I paths that for native builds are redundant and for cross builds broken." Thank you very much! -- Fabian Greffrath Fri, 11 Apr 2008 16:00:00 +0100 unace-nonfree (2.5-4) experimental; urgency=low * Upload to experimental. * debian/control: + Build on all little-endian architectures. -- Fabian Greffrath Mon, 11 Feb 2008 10:00:00 +0100 unace-nonfree (2.5-3) unstable; urgency=low * debian/control: + Dropped useless libncurses-dev from Build-Depends. + Reduced supported Archs to i386 and amd64 for the time being. + Added ${misc:Depends} to Depends. * debian/rules: + Patch before clean, unpatch after clean. + Do not ignore 'make clean' errors anymore. * debian/patches/01-rm-f.dpatch: + Updated to force remove in clean rule. * debian/patches/03-gcc-call.dpatch: + Updated to call the C-Compiler via $(CC) and drop useless linking against libncurses. * Applied a series of patches courtesy of Michael Karcher : * debian/patches/02-no-io_h.dpatch: + Updated to include instead of . * debian/patches/04-64bit.dpatch: + Replace declare.h by a generic stdint based version (Closes: #449395). * debian/patches/05-warning-fixes.dpatch: + This patch fixes harmless warnings, mostly suggested parentheses. * debian/patches/06-fix-bad-pointer-arith.dpatch: + This patch removes non-portable pointer arithmetics and useless casts of pointers to integers. * debian/patches/07-fix-free-aliasing-issue.dpatch: + This patch redefines how BASE_MEMORY_FreeCheck works, and avoids tons of "may break strict aliasing rules" warnings. It also removes casts on invocation. * debian/patches/08-ulonglong-printf.dpatch: + This patch fixes a portability issue about printing big numbers. * debian/patches/09-utf8-filenames.dpatch: + This patch makes unace use utf8 filenames on linux instead of Latin1. * debian/patches/10-uninorm-signedness.dpatch: + Fixes prototypes in unincore.h to match uninorm.c. * debian/patches/11-possibly-critical.dpatch: + Fixes a possible security issue by initialising a local variable. * debian/patches/12-cast-filetime.dpatch: + Expresses access to bitfield as 32 bit variable using a union to not violate the strict aliasing rule. The code is still inherently non-portable. -- Fabian Greffrath Tue, 23 Nov 2007 10:15:00 +0100 unace-nonfree (2.5-2) unstable; urgency=low * Split and re-organized patches. * debian/changelog: + Reassigned closed bug numbers in previous changelog entry. * debian/control: + Changed priority from optional to extra. + Added 'XS-Autobuild: yes' field. * debian/copyright: + Designated package as autobuildable. + Added copyright notice for the Debian packaging. * debian/rules: + Define CFLAGS and pass them to $(MAKE) call. + Pass manpage/unace.1 to dh_installman call. * debian/manpages: + Removed. -- Fabian Greffrath Tue, 3 Jul 2007 15:18:00 +0100 unace-nonfree (2.5-1) unstable; urgency=low * Initial release (Closes: #259761). * Added diversions to the free unace binary and manpage (Closes: #332598). -- Fabian Greffrath Mon, 30 Dec 2005 17:42:32 +0100