summaryrefslogtreecommitdiff
path: root/dpkg-deb
AgeCommit message (Expand)AuthorFilesLines
2008-05-24Coalesce similar badusage() strings for translationGuillem Jover1-1/+3
2008-05-24Use sizeof_array instead of ad-hoc calculationGuillem Jover1-1/+2
2008-05-19Fix link order when using libcompat.a and libintl.aGuillem Jover1-1/+6
2008-03-20dpkg-deb: Change return type for safe_fflush from int to voidGuillem Jover1-1/+1
2008-03-11Move command line common option utilities to lib/myopt-util.cGuillem Jover1-11/+6
2008-02-04Use functions from libcompat when those are not provided by the systemGuillem Jover1-0/+2
2008-01-22dpkg-deb: Refactor fflush and its buggy fpos handling to safe_fflush()Guillem Jover1-12/+20
2008-01-21Use m_malloc instead of mallocGuillem Jover2-6/+4
2008-01-21Replace strdup plus error checking usage with a new m_strdup functionGuillem Jover1-1/+1
2008-01-21Use external gettext intl libraryGuillem Jover1-1/+2
2008-01-16Use NULL instead of 0Guillem Jover4-36/+40
2008-01-07Fix signed vs unsigned value comparisonsGuillem Jover2-8/+10
2007-12-04dpkg-deb/info.c: Fix a compiler warningFrank Lichtenheld1-1/+1
2007-11-29Define several private functions and variables as staticGuillem Jover1-1/+1
2007-11-19Add initial udeb supportGuillem Jover1-0/+4
2007-08-31Implement support for Tag fieldGuillem Jover1-0/+1
2007-08-20Implement support for Homepage field.Guillem Jover1-0/+18
2007-08-10Add *.o to .gitignore.Guillem Jover1-0/+1
2007-08-08Use NULL instead of '(char *)0'.Guillem Jover3-7/+11
2007-05-08Add missing svn:ignore entries.Guillem Jover1-0/+1
2007-03-20Update svn:ignore attributes.Guillem Jover1-0/+2
2007-03-13Support building binary packages with the member data.tar.lzma compressedGuillem Jover2-1/+6
2007-03-12 * lib/dpkg.h (compression_type): Rename to ...Guillem Jover4-15/+21
2007-02-13Exit with an error instead of an assert if a file name is too long whenGuillem Jover1-1/+3
2007-02-12 * dpkg-deb/dpkg-deb.h (MAXFILENAME): New macro.Guillem Jover2-5/+7
2006-11-24Support extracting lzma compressed source and binary packages,Guillem Jover2-0/+6
2006-07-07Specify --null before the -T option to avoid theNicolas FRANCOIS1-1/+1
2006-06-17Set all svn:ignore.Guillem Jover1-0/+1
2006-06-02Disambiguate error message about conflicting command line actions byGuillem Jover1-1/+2
2006-05-19When building packages with dpkg-deb give a more useful errorFrank Lichtenheld1-4/+7
2006-05-12Don't spew out garbage from dpkg-deb, if the second argumentFrank Lichtenheld1-3/+16
2006-05-02Split usage strings to make it easier for translators when those change.Guillem Jover1-23/+33
2006-04-21Fix strings so that they can be more easily translated. Closes: #134358Guillem Jover1-8/+14
2006-02-12Remove all the generated files so we don't need to track changes in them.Frank Lichtenheld1-486/+0
2006-02-06Cleanup and unify program usage and version output, make it more i18nGuillem Jover1-32/+37
2006-01-22When linking statically, explicitly add libsepol, even if its only aGuillem Jover1-3/+1
2006-01-18Actually import 1.13.11.1, not 1.13.11, D'oh!Frank Lichtenheld1-2/+2
2005-06-12dpkg (1.13.9) unstable; urgency=lowScott James Remnant2-19/+16
2005-03-21dpkg (1.13.3) experimental; urgency=lowScott James Remnant1-2/+2
2005-03-11dpkg (1.13.1.0.1) experimental; urgency=lowScott James Remnant7-350/+496
2005-05-26dpkg (1.10.28) unstable; urgency=lowScott James Remnant1-0/+56
2004-11-11dpkg (1.10.25) unstable; urgency=lowScott James Remnant1-2/+2
2004-10-27dpkg (1.10.24) unstable; urgency=lowScott James Remnant6-92/+58
2004-06-02Release 1.10.22Scott James Remnant1-1/+1
2004-05-07Fix a large collection of low-hanging-fruit documentation correctionsScott James Remnant1-39/+39
2004-04-25Tollef and I gorged on low hanging fruit and got our hands sticky.Scott James Remnant1-1/+1
2004-03-08Retro-actively apply patch for the 1.10.18.1 release:Scott James Remnant1-36/+36
2003-10-25Almost *EVERY* damn file was including config.h in the wrong spot. AfterAdam Heath4-4/+5
2003-09-14* scripts/update-alternatives.8: Add --config to action section, and addAdam Heath1-4/+4
2002-09-01Don't call nffreeall, in any of the c/c++ programs. It appears dselectAdam Heath1-1/+1