summaryrefslogtreecommitdiff
path: root/dpkg-deb/build.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-06Use m_output instead of fflush, ferror and werrGuillem Jover1-1/+1
2009-09-06dpkg-deb: Use warning() instead of ad-hoc printingGuillem Jover1-4/+2
2009-09-06libdpkg: Move buffer I/O declarations to buffer.hGuillem Jover1-0/+1
2009-07-15libdpkg: Move subproc related declarations to subproc.hGuillem Jover1-0/+1
2009-07-15libdpkg: Split dpkg-priv.h into smaller piecesGuillem Jover1-1/+1
2009-07-15Disable default automake preprocessor include pathsGuillem Jover1-4/+5
2009-07-15libdpkg: Rename dpkg-i18n.h to i18n.hGuillem Jover1-1/+1
2009-07-13dpkg-deb: Remove trailing ‘/’ and ‘/.’ from the directory name on -bGuillem Jover1-1/+4
2009-06-27dpkg-deb: Remove unused FILE variableGuillem Jover1-6/+2
2009-06-19Use NUL character instead of 0Guillem Jover1-2/+2
2009-05-21dpkg-deb: Do not warn when parsing unknown fields with “Private-” prefixGuillem Jover1-0/+6
2009-05-21Revert "dpkg-deb: don't warn on unknown fields starting with "X-""Guillem Jover1-3/+0
2009-03-27dpkg-deb: don't warn on unknown fields starting with "X-"Nils Rennebarth1-0/+3
2009-02-03Merge branch 'lenny' (through tag '1.14.25')Guillem Jover1-2/+3
2009-02-02dpkg-deb: produce GNU tar archives inside .debRaphael Hertzog1-2/+3
2008-12-09Mark strings for translationGuillem Jover1-5/+9
2008-12-09Properly use internerr to report about programming bugsGuillem Jover1-1/+1
2008-12-05Use the warning function instead of hand-coded print callsGuillem Jover1-9/+8
2008-09-14libdpkg: Move myopt from standard_startup to each program mainGuillem Jover1-0/+1
2008-09-14libcompat: Add new compat.h headerGuillem Jover1-0/+1
2008-09-14libdpkg: Move gettext related definitions to a new dpkg-i18n.hGuillem Jover1-0/+2
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-2/+2
2008-06-28Fix localized stringsGuillem Jover1-1/+2
2008-06-04Replace realloc plus error checking usage with m_reallocGuillem Jover1-2/+2
2008-05-24Coalesce similar badusage() strings for translationGuillem Jover1-1/+3
2008-01-21Use m_malloc instead of mallocGuillem Jover1-3/+3
2008-01-21Replace strdup plus error checking usage with a new m_strdup functionGuillem Jover1-1/+1
2008-01-16Use NULL instead of 0Guillem Jover1-4/+6
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-08Use NULL instead of '(char *)0'.Guillem Jover1-3/+5
2007-03-13Support building binary packages with the member data.tar.lzma compressedGuillem Jover1-0/+3
2007-03-12 * lib/dpkg.h (compression_type): Rename to ...Guillem Jover1-6/+12
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 Jover1-5/+5
2006-07-07Specify --null before the -T option to avoid theNicolas FRANCOIS1-1/+1
2006-05-19When building packages with dpkg-deb give a more useful errorFrank Lichtenheld1-4/+7
2005-03-11dpkg (1.13.1.0.1) experimental; urgency=lowScott James Remnant1-1/+1
2004-10-27dpkg (1.10.24) unstable; urgency=lowScott James Remnant1-58/+13
2003-10-25Almost *EVERY* damn file was including config.h in the wrong spot. AfterAdam Heath1-1/+2
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-12-31No longer set LC_CTYPE and switch to using cisalpha and cisdigit insteadWichert Akkerman1-2/+2
2001-04-23Convert waitsubproc and checksubprocerr to use a flags variable, instead ofAdam Heath1-5/+5
2001-04-23Fixed up several warning types: const, casting, incorrect sizes,Adam Heath1-4/+5
2001-04-22Added macro NONRETURNING to several functions.Adam Heath1-0/+2
2001-01-04Add 'warn' parameter to waitsubproc and checksubprocerr, and also add aAdam Heath1-5/+5