summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-06Regenerate .pot files and merge .po files with themGuillem Jover89-65058/+65104
2009-09-06Add Multi-Arch to the list of known binary package fields for dpkg-devSteve Langasek3-2/+4
2009-09-06dpkg: Use ohshit on bad version syntax in --compare-versionsGuillem Jover2-10/+5
2009-09-06man: Document DPKG_RUNNING_VERSION environment variableGuillem Jover2-1/+7
2009-09-06dpkg-query: Add installed package control path query supportGuillem Jover4-1/+131
2009-09-06Unify and mark strings for translationGuillem Jover9-14/+14
2009-09-06Use m_output instead of checking printing functions return codeGuillem Jover9-142/+157
2009-09-06Use m_output instead of fflush, ferror and werrGuillem Jover12-32/+36
2009-09-06libdpkg: New m_output functionGuillem Jover2-0/+9
2009-09-06dpkg-deb: Use warning() instead of ad-hoc printingGuillem Jover1-4/+2
2009-09-06dpkg: Check stdout for errors instead of stderr in audit()Guillem Jover1-1/+3
2009-09-06Do not check for fprintf return code when going to ohshit anywayGuillem Jover2-6/+6
2009-09-06dpkg: Remove unused act_compareversionsGuillem Jover1-1/+0
2009-09-06dpkg: Sort and group ‘enum action’ valuesGuillem Jover1-10/+42
2009-09-06libdpkg: Remove _setup from buffer_copy_setup_TYPE function namesGuillem Jover2-67/+51
2009-09-06libdpkg: Rename buffer_copy_setup_dual to buffer_copy_TYPEGuillem Jover1-5/+5
2009-09-06libdpkg: Fold buffer_copy_setup back into buffer_copy_setup_TYPE functionsGuillem Jover2-24/+11
2009-09-06libdpkg: Remove unused proc member from buffer_dataGuillem Jover2-66/+55
2009-09-06libdpkg: Refactor buffer initalizaion and destructionGuillem Jover2-42/+26
2009-09-06libdpkg: Refactor md5 buffer initialization and destructionGuillem Jover1-24/+32
2009-09-06libdpkg: Move buffer I/O declarations to buffer.hGuillem Jover17-320/+468
2009-09-06dpkg: Add new invoke hooks supportGuillem Jover4-0/+86
2009-09-06libdpkg: Allow quoting values in configuration file optionsGuillem Jover4-6/+12
2009-09-06libdpkg: Add new str_strip_quotes functionGuillem Jover3-2/+66
2009-09-06libdpkg: On configuration error print file name and line numberGuillem Jover2-5/+9
2009-09-06libdpkg: Refactor config error printing into a new functionGuillem Jover1-3/+17
2009-09-06German dpkg translation updateSven Joachim1-1248/+703
2009-09-01Fix translation error in german manpage of dpkg-buildpackageRaphaël Hertzog2-1/+3
2009-09-01Tightening the Breaks for the install-info transitionSven Joachim1-2/+2
2009-08-29Update German translation of manual pages and fix French debian/changelog entryHelge Kreutzmann2-3/+18
2009-08-28dpkg-source(1): small improvementRaphaël Hertzog2-2/+4
2009-08-27Update Swedish translation.Peter Krefting2-217/+237
2009-08-26man: Use po4a “--previous” support when updating the man pagesGuillem Jover2-1/+3
2009-08-26man: Refactor common po4a options into common variablesGuillem Jover1-4/+7
2009-08-26man: Always run po4a from source dir regardless of out or in-tree buildsGuillem Jover3-113/+115
2009-08-26Dpkg::Shlibs::SymbolFile: cache the minimum version for a particular sonameJiri Palecek2-3/+16
2009-08-26Use double instead of single quotes to allow backticks to expandGuillem Jover1-1/+2
2009-08-26libdpkg: Rename dpkg-test.h to test.h in libdpkg_a_SOURCESGuillem Jover1-1/+1
2009-08-26Add missing files in EXTRA_DISTGuillem Jover2-0/+2
2009-08-26libdpkg: Move varbuf declarations to varbuf.hGuillem Jover4-52/+144
2009-08-26Remove redundant extern storage class specifier in functionsGuillem Jover3-5/+5
2009-08-26Change dpkg specific m4 macros prefix from SJR_ to DPKG_Guillem Jover3-10/+10
2009-08-23Update german translation of manual pagesHelge Kreutzmann1-1/+35
2009-08-22man: Document DPKG_MAINTSCRIPT_PACKAGE environment variableGuillem Jover2-0/+6
2009-08-22Set DPKG_MAINTSCRIPT_ARCH env var with the .deb architectureGuillem Jover4-0/+8
2009-08-22Pass ‘struct pkginfoperfile’ from maint script functions to do_scriptGuillem Jover1-7/+9
2009-08-22Pass ‘struct pkginfo’ instead of pkg name to maint script functionsGuillem Jover4-16/+23
2009-08-22Fix typo in German man pageGuillem Jover1-1/+1
2009-08-21Update german translation of manual pages, including a fix from Felix ZielckeHelge Kreutzmann1-2/+40
2009-08-21Add support for config.d style directory fragment loadingGuillem Jover10-6/+80