summaryrefslogtreecommitdiff
path: root/split/split.c
AgeCommit message (Collapse)AuthorFilesLines
2005-03-11dpkg (1.13.1.0.1) experimental; urgency=lowScott James Remnant1-71/+0
* Bin-MU; recompile against Debian unstable, to make dselect actually installable. -- Scott James Remnant <scott@netsplit.com> Fri, 11 Mar 2005 09:00:14 +0000
2003-10-25Almost *EVERY* damn file was including config.h in the wrong spot. AfterAdam Heath1-1/+1
making it the first include, then off_t/size_t/etc could actually be redefined to be 64-bit compatible.
2002-05-20Even more gcc warning fixes.Adam Heath1-1/+0
2002-05-06Perl sucks, fix Ian's email addressWichert Akkerman1-1/+1
2002-05-06Update Ian Jacksons' email addressWichert Akkerman1-1/+1
2001-04-26s/0/NULL/Adam Heath1-1/+1
2001-04-22Added macro NONRETURNING to several functions.Adam Heath1-3/+1
1999-01-29dpkg 1.4.1Guy Maor1-9/+12
1996-04-04dpkg (1.1.4); priority=MEDIUMIan Jackson1-0/+71
* Allow overwriting of conflicting packages being removed. (Bug#2614.) * a.out control file says Pre-Depends: libc4 | libc. (Bug#2640.) * ELF control file and libc dependencies changed to use finalised scheme. * ELF control file and libc dependencies for i386 only. (Bug#2617.) * Guidelines say use only released libraries and compilers. * Install wishlist as /usr/doc/dpkg/WISHLIST. * Remove spurious entries for Guidelines in info dir file. * dpkg-deb --build checks permissions on control (DEBIAN) directory. * Spaces in control file fields not copied by dpkg-split. (Bug#2633.) * Spaces in split file part control data ignore. (Bug#2633.) * Portability fixes, including patch from Richard Kettlewell. * Fixed minor configure.in bug causing mangled GCC -W options. -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 4 Apr 1996 01:58:40 +0100