summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-04man: Do not change point size for variables or acronymsGuillem Jover2-36/+36
2013-04-04man: Remove misplaced commasGuillem Jover2-2/+2
2013-04-04man: Use .TQ instead of .TP and .PD 0 or other ad-hoc markupGuillem Jover4-70/+36
2013-04-04man: Fix .SH and .SS title caseGuillem Jover4-7/+7
2013-04-04man: Unify command-line options into a single OPTIONS sectionGuillem Jover3-4/+7
2013-04-04man: Unify WARNING and ERROR sections into DIAGNOSTICSGuillem Jover3-3/+5
2013-04-04man: Move compiler flags subsection from ENVIRONMENT to NOTESGuillem Jover2-2/+3
2013-04-04dpkg-architecture(1): Document since when DEB_*_MULTIARCH are supportedGuillem Jover2-2/+3
2013-04-04man: Fold BACKWARD COMPATIBILITY section into other sectionsGuillem Jover3-31/+26
2013-04-04man: Rename CAVEATS sections to NOTESGuillem Jover3-3/+4
2013-04-04man: Move EXIT STATUS section before ENVIRONMENTGuillem Jover2-9/+10
2013-04-04man: Place ENVIRONMENT and FILES sections contiguouslyGuillem Jover5-122/+124
2013-04-04man: Move BUGS sections before EXAMPLES and SEE ALSO sectionsGuillem Jover4-20/+21
2013-04-04man: Remove BUGS sections containing obvious or misplaced informationGuillem Jover3-12/+1
2013-04-04man: Move the dangers of installing via dpkg-deb from BUGS to a NOTES sectionGuillem Jover2-11/+14
2013-04-04dpkg-shlibdeps: Also check Build-Depends-Arch for minimal versionsGuillem Jover2-4/+6
2013-04-04dpkg-checkbuilddeps: Use new Dpkg::Deps::deps_concat instead of ad-hoc codeGuillem Jover1-23/+9
2013-04-04Dpkg::Deps: Add new deps_concat functionGuillem Jover1-2/+24
2013-04-04dpkg-buildpackage: By default do not sign builds for UNRELEASED uploadsGuillem Jover3-2/+14
2013-04-04dpkg-buildpackage: Add new --force-sign optionGuillem Jover3-3/+16
2013-04-04dpkg-buildpackage: Move signing setup code at the end of environment setupGuillem Jover1-12/+13
2013-04-04dpkg-parsechangelog: Add new --show-field option to print a field valueGuillem Jover3-2/+16
2013-04-01po: Fix Language-Team fieldsGuillem Jover26-30/+26
2013-04-01po: Make Team-Website a private field by renaming to X-Team-WebsiteGuillem Jover1-1/+1
2013-04-01po: Set domain name and version for Project-Id-Version fieldsGuillem Jover75-74/+75
2013-04-01po: Use PACKAGE_BUGREPORT instead of literal project addressGuillem Jover3-3/+3
2013-04-01po: Set address for Report-Msgid-Bugs-To fieldsGuillem Jover11-3/+12
2013-04-01po: Fix Plural-Forms fieldGuillem Jover27-30/+28
2013-04-01po: Fix Language fieldsGuillem Jover4-4/+4
2013-04-01po: Remove duplicate fieldGuillem Jover1-1/+0
2013-04-01po: Remove stray header linesGuillem Jover3-7/+0
2013-04-01po: Fix invalid Content-Transfer-Encoding fields from 8-bit to 8bitGuillem Jover11-11/+11
2013-04-01Use gender-neutral sentencesGuillem Jover2-4/+4
2013-04-01Do not pass -e in shell script shebangs, set it in the bodyGuillem Jover9-11/+20
2013-04-01Change copyright file to point to GPL-2 instead of GPLGuillem Jover2-1/+2
2013-03-19libdpkg: Use uintptr_t instead of char * in STRUCTFIELD castGuillem Jover2-1/+4
2013-03-19libdpkg: Refactor PKGPFIELD and FILEFFIELD into new STRUCTFIELDGuillem Jover3-12/+12
2013-03-19dpkg-deb: Do not initialize variable that gets a subsequent valueGuillem Jover1-1/+1
2013-03-19u-a: Mark struct altdb_context bad_format() member as not returningGuillem Jover1-2/+2
2013-03-19u-a: Use the current alternative link as the first best valueGuillem Jover2-1/+14
2013-03-19u-a: Move alternative_get_best() after alternative_get_current()Guillem Jover1-12/+12
2013-03-19u-a: Cache current alternativeGuillem Jover1-21/+35
2013-03-19u-a: Change spawn to get a correct argv0Guillem Jover1-13/+4
2013-03-19u-a: Remove explicit size from array initializerGuillem Jover1-1/+1
2013-03-19u-a: Use alternative_get_fileset() instead of open-coding itGuillem Jover1-12/+9
2013-03-19s-s-d: Move setsid() alternative code into a replacement setsid() functionGuillem Jover1-5/+9
2013-03-19s-s-d: Refactor option setup off main() into new setup_options() functionGuillem Jover1-57/+65
2013-03-19s-s-d: Refactor start action off main() into a new do_start() functionGuillem Jover1-107/+120
2013-03-19s-s-d: Group macro definitions after header inclusionsGuillem Jover1-7/+7
2013-03-19libdpkg: Document that str_quote_meta() never returns NULLGuillem Jover1-1/+1