Skip to content

Debian Changelog unace-nonfree (2.5-6)

2009

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 <fabian+debian@greffrath.com>  Mon, 14 Dec 2009 09:23:43 +0100

2008

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 <vapier@gentoo.org>
       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 <fabian@debian-unofficial.org>  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 <fabian@debian-unofficial.org>  Mon, 11 Feb 2008 10:00:00 +0100

2007

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@mkarcher.dialup.fu-berlin.de>:
   * debian/patches/02-no-io_h.dpatch:
     + Updated to include <unistd.h> instead of <io.h>.
   * 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 <fabian@debian-unofficial.org>  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 <fabian@debian-unofficial.org>  Tue, 3 Jul 2007 15:18:00 +0100

2005

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 <fabian@debian-unofficial.org>  Mon, 30 Dec 2005 17:42:32 +0100