Age | Commit message (Expand) | Author | Files | Lines |
2006-11-24 | Support extracting lzma compressed source and binary packages, | Guillem Jover | 2 | -0/+6 |
2006-07-07 | Specify --null before the -T option to avoid the | Nicolas FRANCOIS | 1 | -1/+1 |
2006-06-17 | Set all svn:ignore. | Guillem Jover | 1 | -0/+1 |
2006-06-02 | Disambiguate error message about conflicting command line actions by | Guillem Jover | 1 | -1/+2 |
2006-05-19 | When building packages with dpkg-deb give a more useful error | Frank Lichtenheld | 1 | -4/+7 |
2006-05-12 | Don't spew out garbage from dpkg-deb, if the second argument | Frank Lichtenheld | 1 | -3/+16 |
2006-05-02 | Split usage strings to make it easier for translators when those change. | Guillem Jover | 1 | -23/+33 |
2006-04-21 | Fix strings so that they can be more easily translated. Closes: #134358 | Guillem Jover | 1 | -8/+14 |
2006-02-12 | Remove all the generated files so we don't need to track changes in them. | Frank Lichtenheld | 1 | -486/+0 |
2006-02-06 | Cleanup and unify program usage and version output, make it more i18n | Guillem Jover | 1 | -32/+37 |
2006-01-22 | When linking statically, explicitly add libsepol, even if its only a | Guillem Jover | 1 | -3/+1 |
2006-01-18 | Actually import 1.13.11.1, not 1.13.11, D'oh! | Frank Lichtenheld | 1 | -2/+2 |
2005-06-12 | dpkg (1.13.9) unstable; urgency=low | Scott James Remnant | 2 | -19/+16 |
2005-03-21 | dpkg (1.13.3) experimental; urgency=low | Scott James Remnant | 1 | -2/+2 |
2005-03-11 | dpkg (1.13.1.0.1) experimental; urgency=low | Scott James Remnant | 7 | -350/+496 |
2005-05-26 | dpkg (1.10.28) unstable; urgency=low | Scott James Remnant | 1 | -0/+56 |
2004-11-11 | dpkg (1.10.25) unstable; urgency=low | Scott James Remnant | 1 | -2/+2 |
2004-10-27 | dpkg (1.10.24) unstable; urgency=low | Scott James Remnant | 6 | -92/+58 |
2004-06-02 | Release 1.10.22 | Scott James Remnant | 1 | -1/+1 |
2004-05-07 | Fix a large collection of low-hanging-fruit documentation corrections | Scott James Remnant | 1 | -39/+39 |
2004-04-25 | Tollef and I gorged on low hanging fruit and got our hands sticky. | Scott James Remnant | 1 | -1/+1 |
2004-03-08 | Retro-actively apply patch for the 1.10.18.1 release: | Scott James Remnant | 1 | -36/+36 |
2003-10-25 | Almost *EVERY* damn file was including config.h in the wrong spot. After | Adam Heath | 4 | -4/+5 |
2003-09-14 | * scripts/update-alternatives.8: Add --config to action section, and add | Adam Heath | 1 | -4/+4 |
2002-09-01 | Don't call nffreeall, in any of the c/c++ programs. It appears dselect | Adam Heath | 1 | -1/+1 |
2002-06-02 | Revert last modification. It'll be fixed properly for dpkg 1.11. | Adam Heath | 1 | -6/+8 |
2002-06-01 | Fixed printversion(), to allow translations to be done better. | Adam Heath | 1 | -8/+6 |
2002-05-24 | New functions, standard_startup, standard_shutdown, that contain the most | Adam Heath | 1 | -12/+2 |
2002-05-20 | Even more gcc warning fixes. | Adam Heath | 2 | -2/+2 |
2002-05-20 | Add rules to Makefile.conf, to rebuild Makefile if $(srcdir)/Makefile.in is | Adam Heath | 1 | -0/+2 |
2002-05-06 | Perl sucks, fix Ian's email address | Wichert Akkerman | 5 | -5/+5 |
2002-05-06 | Update Ian Jacksons' email address | Wichert Akkerman | 5 | -5/+5 |
2001-12-31 | No longer set LC_CTYPE and switch to using cisalpha and cisdigit instead | Wichert Akkerman | 1 | -2/+2 |
2001-09-12 | Fix unterminated line in usage text | Wichert Akkerman | 1 | -1/+1 |
2001-09-12 | implement do_show | Wichert Akkerman | 1 | -0/+18 |
2001-09-12 | add parseformat and show options, change layout for usage info, remove copyri... | Wichert Akkerman | 1 | -17/+40 |
2001-09-12 | add parseformat prototype | Wichert Akkerman | 1 | -1/+2 |
2001-09-12 | Count how many control components failed to open | Wichert Akkerman | 1 | -4/+8 |
2001-08-02 | Remove another Linux reference (will they ever end?) | Wichert Akkerman | 2 | -4/+2 |
2001-07-27 | General cvsignore updates | Wichert Akkerman | 1 | -1/+1 |
2001-07-13 | Fix typo | Wichert Akkerman | 1 | -1/+1 |
2001-06-08 | More %z format fixes | Wichert Akkerman | 1 | -2/+2 |
2001-05-28 | Fix some gcc 3.0 warnings. | Adam Heath | 1 | -2/+2 |
2001-05-27 | Discovered that if anything in optlib/ was actually needed, it wasn't being | Adam Heath | 1 | -1/+1 |
2001-04-30 | Added -static support. There is support for building a dpkg-static.deb, | Adam Heath | 1 | -4/+12 |
2001-04-23 | Convert waitsubproc and checksubprocerr to use a flags variable, instead of | Adam Heath | 3 | -10/+10 |
2001-04-23 | More %z format fixes. | Adam Heath | 1 | -4/+4 |
2001-04-23 | Fixed up several warning types: const, casting, incorrect sizes, | Adam Heath | 3 | -6/+7 |
2001-04-23 | Add comments telling why we use tempnam() and tmpnam(). | Adam Heath | 1 | -0/+1 |
2001-04-22 | Added macro NONRETURNING to several functions. | Adam Heath | 3 | -0/+6 |