summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2009-02-26libdpkg: Add progress reporting supportGuillem Jover1-0/+1
Initial support to report progress from dpkg. For now it only changes behaviour if printing on a tty, later on it could be made pluggable so that external applications can monitor the internal progress on expensive dpkg actions. Based-on-patch-by: Romain Francoise <rfrancoise@debian.org>
2009-02-03Make distcheck workGuillem Jover1-0/+1
Add missing files in _SOURCES and EXTRA_DIST Makefile.am variables.
2009-01-23libdpkg: Add initial C unit test suiteGuillem Jover1-0/+2
2008-09-14libdpkg: Move compat.c to libcompatGuillem Jover1-1/+0
2008-09-14libdpkg: Move gettext related definitions to a new dpkg-i18n.hGuillem Jover1-0/+1
2008-08-26Move gettext.h from lib to libcompatGuillem Jover1-1/+0
2008-06-29libdpkg: Refactor string format escapingGuillem Jover1-0/+1
2008-05-12Refactor subprocess signal setupGuillem Jover1-0/+1
2008-05-12libdpkg: Add new rtrim_slash_slashdot private functionGuillem Jover1-0/+2
2008-03-30Implement triggers supportIan Jackson1-0/+3
Closes: #17243, #68981, #215374, #217622, #248693, #308285
2008-03-25libdpkg: Move log_message to lib/log.cGuillem Jover1-0/+1
2008-03-20Move duplicate cleanup close functions to lib/cleanup.cGuillem Jover1-0/+1
2008-03-11Move command line common option utilities to lib/myopt-util.cGuillem Jover1-1/+1
2008-03-11Move GNU C attribute definitions to lib/dpkg-def.hGuillem Jover1-0/+1
2008-02-04Use functions from libcompat when those are not provided by the systemGuillem Jover1-1/+2
2008-01-21Use external gettext intl libraryGuillem Jover1-1/+1
When porting to other systems without gettext functionality, other applications might need it as well, so either use --with-libintl-prefix for a global library, or disable NLS support.
2005-06-28dpkg (1.13.10) unstable; urgency=lowScott James Remnant1-1/+0
The "Bully's Special Prize" Release. * Removed /usr/sbin/start-stop-daemon. Closes: #313400. * Fixed md5sum diversion removal. Closes: #313415. * Fixed dpkg-source to handle native tarballs with a Debian revision. Closes: #313381, #313433. * Fixed upgrade from pre-sarge dpkg outside of dselect. Closes: #314575. * Changed log times to be local rather than UTC. Closes: #313347. * Changed log writing to be line-buffered. Closes: #314550. * Moved log creation to postinst, and don't fail if base-passwd hasn't been configured yet. Closes: #316084. * Don't try to compile in SELinux support on Hurd. Closes: #313398. * Place code for SELinux support in the right place so it will actually get compiled in and used (Manoj Srivastava). Closes: #314886. * Documentation: - Added missing word to dpkg-architecture manpage. Closes: #313554. - Reference to dpkg manpage in dpkg.cfg corrected. Closes: #314262. * Updated Translations (Christian Perrier): - Basque (Piarres Beobide Egana). Closes: #313474. - Catalan (Jordi Mallach). Closes: #313288. - Czech (Miroslav Kure). Closes: #314431. - Danish (Claus Hindsgaul). - French (Christian Perrier). - German (Jens Seidel). Closes: #314125. - Greek (Greek team). Closes: #314828. - Italian (Lele Gaifax). - Japanese (Kenshi Muto). Closes: #313330. - Russian (Yuri Kozlov). Closes: #313620. * Hebrew translation de-activated on request of the translator until there is better support for RTL languages. Closes: #313282. -- Scott James Remnant <scott@netsplit.com> Tue, 28 Jun 2005 14:19:06 +0100
2005-06-12dpkg (1.13.9) unstable; urgency=lowScott James Remnant1-2/+1
The "On like Donkey Kong" Release. * Only open the log file when we first need to write to it, this avoids the need to suppress errors when not root which fakeroot defeated anyway. * Stop dpkg-source clobbering an existing .orig directory during unpacking. Closes: #21236. * Allow an alternate output directory to be specified to dpkg-source by giving a second argument to -x. Closes: #246802, #282323. * Added .arch-inventory to default diff ignore regexp. Closes: #304297. SELinux support (Manoj Srivastava): * On SELinux-enabled systems, try to set the security context when the package is unpacked. Closes: #193653, #249496, #307139. * Added build-dependancy on libselinux1-dev. Improvements to dpkg-source (Brendan O'Dea): * Support unpacking of "Wig And Pen" (Format 2.0) source packages. * Multiple pristine upstream tarballs allowed. * Native and upstream tarballs may be bzip2-compressed instead of gzip, as may the debian diff or tarball. * Unsupported format error fixed to output the unsupported format rather than the supported one. Closes: #156317. -- Scott James Remnant <scott@netsplit.com> Sun, 12 Jun 2005 15:52:43 +0100
2005-03-11dpkg (1.13.1.0.1) experimental; urgency=lowScott James Remnant1-0/+39
* 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
1999-11-25Move the new buildsystem into the main branchWichert Akkerman1-43/+0
1999-01-29dpkg 1.4.1Guy Maor1-0/+43