summaryrefslogtreecommitdiff
path: root/methods/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2000-02-15Merge the potato branch:Wichert Akkerman1-0/+1
* main/dpkg.8: don't list all authors but refer to THANKS file * debian/control: correct Build-Dependencies for ncurses * debian/control: update extended description to not list dependencies for dpkg-dev * Update lots of documentation * main/enquiry.c: handle failed open of /dev/tty * main/remove.c: revert earlier patch from Oct 11 1999 to remove conffiles before removing directories. Due to the changed execution order conffiles were no longer around when the postrm was run. which is not what we want. * methods/Makefile.in: create $(admindir)/methods/mnt * scripts/dpkg-gencontrol.pl: undo Source-Version changes * scripts/dpkg-source.pl: remove sticky bits from directory when unpacking source * scripts/install-info.pl: partially apply patch from Jammin Wheeler <jammin@life.eu.org> to clean up errors * scripts/update-alternatives.pl: implement --verbose
1999-12-12Rename cvsclean to distcleanWichert Akkerman1-1/+1
Update Swedish translation (bork bork!) Check exitnodo-flag in do_stop
1999-11-25Move the new buildsystem into the main branchWichert Akkerman1-0/+43
1999-01-29dpkg 1.4.1Guy Maor1-60/+0
1996-04-04dpkg (1.1.4); priority=MEDIUMIan Jackson1-0/+60
* 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