2011
afio (2.5-6) unstable; urgency=low
* Added Homepage field in debina/control (Closes: #615186) * Orphan package
-- Erik Schanze <eriks@debian.org> Wed, 28 Dec 2011 22:07:03 +0100
2007
afio (2.5-5) unstable; urgency=low
* debian/rules: Added handling of DEB_BUILD_OPTIONS (Closes: #436378) - added 25_makefile_cflags.dpatch * debian/rules: fixed clean rule (lintian warning) * debian/copyright: fixed FSF address (lintian warning)
-- Erik Schanze <eriks@debian.org> Sat, 11 Aug 2007 22:22:38 +0200
2006
afio (2.5-4) unstable; urgency=low
* debian/control:
+ Updated Standards-Version to 3.7.2
+ Added homepage
+ Updated maintainers email address
* Updated debian/watch file to version 3
* Added 15_fix_compile_warnings.dpatch to fix some compile warnings
-- Erik Schanze <eriks@debian.org> Sat, 25 Nov 2006 23:34:23 +0100
2005
afio (2.5-3) unstable; urgency=low
* New maintainer
* cleaned up debian/copyright for better reading, updated download URL
* debian/control: set Standards-Version to 3.6.1
* removed patch-* files from debian/ to save space
* Added dpatch to Build-Depends
* Put previous fix of bug 246044 to patch file 05_variable_msg_length.dpatch
but changes malloc() call to afio's memget() for error handling
* Added patch 10_afio_nullbyte_globbing.dpatch:
- brings nullbyte separator for filelists and missing possibility to
disable globbing (Closes: #265879)
* Added patch 20_manpage.dpatch:
- added .ogg extention to list "will not compressed" (Closes: #280201)
- removed additional line in afio.1 (Closes: #289107)
- added explaination on option -0 and new option -7 (for bug #265879)
* Increased debhelper compat level to 4
* Added watch file for DEHS
* Description line now begins lowercase (fixes lintian warning)
-- Erik Schanze <schanzi_@gmx.de> Sat, 25 Jan 2005 22:36:29 +0100
2004
afio (2.5-2) unstable; urgency=low
* afio.c, afio.1: Applied upstream patch by Koen to address fixed
buffer size, and documentation, for -H argument (Closes: #246044)
-- Dirk Eddelbuettel <edd@debian.org> Wed, 28 Apr 2004 21:53:13 -0500
2003
afio (2.5-1) unstable; urgency=low
* New upstream version released this morning * debian/rules: Corrected test for 'make regtest2gb'
-- Dirk Eddelbuettel <edd@debian.org> Sun, 21 Dec 2003 09:12:16 -0600
afio (2.4.8beta1-1) unstable; urgency=low
* New upstream beta release
* debian/control: Increased Standards-Version to 3.6.1.0
* debian/rules: Ensure 'make check' is run as a normal user as fakeroot
interferes with the two upstream regression tests
* debian/rules: Ensure that the `make check' command 'make regtest2gb'
is executed only on i386, ia64 and powerpc
-- Dirk Eddelbuettel <edd@debian.org> Mon, 15 Dec 2003 19:20:48 -0600
2002
afio (2.4.7.9beta4-1) unstable; urgency=low
* New upstream beta release, also announced on freshmeat.net
* debian/rules: Comment our simple test routines out as upstream has
creatting a proper regression test framework
-- Dirk Eddelbuettel <edd@debian.org> Wed, 4 Dec 2002 19:39:03 -0600
afio (2.4.7.8beta9-1) unstable; urgency=low
* New upstream beta release
* debian/rules: Added new targets 'make regtest' and 'make regtest2gb'
[ The 2gb regression test only makes sense on recent 2.4.* kernels,
we will see how the build daemons fare. Diskspace may be an issue. ]
* Removed debian/patch-9_2.4.8.beta from previous Debian release as
this beta release encompasses it. No need to add 40kb to the diff.
-- Dirk Eddelbuettel <edd@debian.org> Mon, 2 Dec 2002 20:29:29 -0600
afio (2.4.7-8) unstable; urgency=low
* Applied new upstream patch by Koen, applied against stock 2.4.7, which
consolidates all the previous 2gb patches.
-- Dirk Eddelbuettel <edd@debian.org> Thu, 28 Nov 2002 14:50:36 -0600
afio (2.4.7-7) unstable; urgency=low
* Applied new upstream patch by Koen which consolidates and extends
some of the changes Stephen made in the 2.4.7-6 patches.
* debian/rules: Doh, test target also called in binary-arch
-- Dirk Eddelbuettel <edd@debian.org> Sat, 3 Aug 2002 15:14:26 -0500
afio (2.4.7-6) unstable; urgency=low
* afio.c: Applied patches by Stephen van Egmond <svanegmond@tinyplanet.ca> to correct afio on powerpc; this patch supersedes the one in #144986 and attempts to also correct all -Wall issues (Closes: #153948) * Makefile: Following discussion with Koen and Stephen, undo the patch of -4 and -4 on powerpc (using conditional statements) as this seems to lead to archive corruption on 64bit powerpc system. * debian/rules: Added 'test' target which runs afio on its own sources and verifies the output -- this is a simple defensive matter as we recently learned about some problems with endianness.
-- Dirk Eddelbuettel <edd@debian.org> Thu, 1 Aug 2002 21:36:56 -0500
afio (2.4.7-5) unstable; urgency=low
* afio.c: Small upstream refinement to the patch in -4
-- Dirk Eddelbuettel <edd@debian.org> Mon, 6 May 2002 21:00:40 -0500
afio (2.4.7-4) unstable; urgency=medium
* afio.c: Applied patch by Dieter Schuster <didischuster@gmx.de> to correct an endian issue on 32-bit powerpc systems (Closes: #144986)
-- Dirk Eddelbuettel <edd@debian.org> Fri, 3 May 2002 20:37:12 -0500
afio (2.4.7-3) unstable; urgency=low
* Makefile: Set options -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
in order write archives larger than 2gb. Thanks to Norbert Veber
for the suggestion, and Koen for addtional discussions.
-- Dirk Eddelbuettel <edd@debian.org> Thu, 14 Mar 2002 10:30:49 -0600
afio (2.4.7-2) unstable; urgency=low
* afio.1: Correct small typo, also forwarded upstream (Closes: #134435) * debian/control: Upgraded to Standards-Version: 3.5.0
-- Dirk Eddelbuettel <edd@debian.org> Sun, 17 Feb 2002 23:10:17 -0600
2001
afio (2.4.7-1) unstable; urgency=low
* Upgraded to new upstream release 2.4.7
* Per an email from the upstream author (confirmed with the Changelog
documented in the HISTORY file), this release closes all the
outstanding bugs against afio (Closes: #26205, #26771, #30314, #110853)
* Bug #22222 has been closed in 2.4.3 (Closes: #22222)
* debian/copyright: Small updates
* debian/copyright: Debian/GNU Linux typo fix (lintian)
-- Dirk Eddelbuettel <edd@debian.org> Fri, 12 Oct 2001 17:07:15 -0500
afio (2.4.6-3) unstable; urgency=low
* afio.c: Applied patch from upstream for a rare bug (reported 5 Dec
2000 in private mail) biting some backup with 35gb size
-- Dirk Eddelbuettel <edd@debian.org> Wed, 3 Jan 2001 23:10:56 -0600
2000
afio (2.4.6-2) unstable; urgency=low
* debian/control: Added Build-Depends for debhelper
* This closes just one of the about 350 fairly nonsensical bug
reports by a fellow maintainer -- by forcing a new upload without
new code or information, given that build daemons already use
debhelper (Closes: #70121)
-- Dirk Eddelbuettel <edd@debian.org> Tue, 3 Oct 2000 21:56:48 -0500
1999
afio (2.4.6-1) unstable; urgency=low
* Upgraded to new upstream release 2.4.6
* debian/copyright: Updated with large quote from afio.c (and corrected
FSF address) and references to the GPL, LPGP and Artistic licenses.
-- Dirk Eddelbuettel <edd@debian.org> Mon, 29 Nov 1999 19:30:49 -0500
afio (2.4.5-4) unstable; urgency=low
* afio.c: Applied patch by Andreas.Wehler@due.cc-straessle.com which provides a new switch (-N) to ignore controlling TTYs. Upstream has also seen the patch and is sympathetic. * afio.1: Added appropriate entry for the new -N switch. * debian/control: Upgraded to Policy 3.1.0
-- Dirk Eddelbuettel <edd@debian.org> Wed, 17 Nov 1999 19:12:05 -0500
afio (2.4.5-3) unstable; urgency=low
* debian/rules: Really use usr/share/man
-- Dirk Eddelbuettel <edd@debian.org> Mon, 4 Oct 1999 21:53:58 -0400
afio (2.4.5-2) unstable; urgency=low
* debian/rules: Adapted to use /usr/share/ following the recommendation
on FHS transition from the Technical Committee
* debian/rules: Test for debhelper >= 2.0.40 for FHS compliance
* debian/control: Upgraded to Debian Policy 3.0.1
-- Dirk Eddelbuettel <edd@debian.org> Sat, 2 Oct 1999 15:06:45 -0400
1998
afio (2.4.5-1) unstable; urgency=low
* Upgraded to new upstream release 2.4.5
-- Dirk Eddelbuettel <edd@debian.org> Sun, 4 Oct 1998 21:42:09 -0400
afio (2.4.4-2) unstable; urgency=low
* Patched exten.c to also recognise the extensions .deb, .rpm and .bz2
for files that are not to be compressed again, and sent the patch
upstream (thanks Karl M. Hegbloom for suggesting this)
-- Dirk Eddelbuettel <edd@debian.org> Mon, 3 Aug 1998 13:56:38 -0400
afio (2.4.4-1) unstable; urgency=low
* Upgraded to new upstream release 2.4.4 * Converted debian/rules to debhelper * Upgraded to Debian Policy 2.4.1 (lintian)
-- Dirk Eddelbuettel <edd@debian.org> Thu, 25 Jun 1998 19:50:02 -0400
1997
afio (2.4.2-3) unstable; urgency=low
* Added patch by Werner Koch <werner.koch@guug.de> which enables afio to use remote tapes via the [[<user>@]<host>:]<file_on_host> syntax * Added patch by Rob Browning <osiris@cs.utexas.edu> which enables afio to support an "-0" option to use null delimited pathnames as input instead of newline delimited ones. * Changed patchlevel.h to show a version number of 2.4.2debian as per request of the upstream maintainer. * Compiled with GNU libc2 aka libc6 * Uses pristine upstream sources as afio_2.4.2.orig.tar.gz
-- Dirk Eddelbuettel <edd@debian.org> Sun, 5 Oct 1997 20:10:32 -0400
afio (2.4.2-2) unstable; urgency=low
* Converted to Debian Standard 2.1.2.2 * Changed maintainer email address to <edd@debian.org>
-- Dirk Eddelbuettel <edd@debian.org> Sat, 27 Sep 1997 18:08:13 -0400
Old changelog format(s), not parsed
Mon Jul 8 11:18:35 1996 Dirk Eddelbuettel <edd@miles.econ.queensu.ca> * afio-2.4.2-1 release: Minor Debian packaging changes * debian.rules: compress man page with gzip -9 * debian.rules: added Architecture (fixes bug#3352) * debian.control: changed description (fixes bug#3549) Fri Jan 26 19:27:42 1996 Dirk Eddelbuettel <edd@miles.econ.queensu.ca> * afio-2.4.2-0 release: upgraded to new upstream sources Tue Dec 5 20:48:20 1995 Dirk Eddelbuettel <edd@miles.econ.queensu.ca> * afio-2.4.1-0 release * first Debian release, added Debian package management files * debian.control: ELF release, depends on libc5