[Reproducible-commits] [dpkg] annotated tag 1.13.26 created (now 17d4842)

Holger Levsen holger at layer-acht.org
Tue May 3 08:42:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a change to annotated tag 1.13.26
in repository dpkg.

        at  17d4842   (tag)
   tagging  61a1493e213a0e5d40d736eebd6b02b49f8629e5 (commit)
 tagged by  Guillem Jover
        on  Mon Dec 1 22:34:41 2008 +0200

- Log -----------------------------------------------------------------
Release dpkg 1.13.26
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkk0SmIACgkQuW9ciZ2SjJtYUwCcDz2pjjsdOmJ8xMSJIHliDBDV
eL0AnR41KhHq6rp4lnmnn4zdG5PwrDso
=/Zas
-----END PGP SIGNATURE-----

Adam Heath (342):
      Fix building of debs, when there is no given compression on the cmdline.
      Lesson the memory footprint.
      * main/processarc.c: Don't copy trailing zeros from dpkg-deb pipe.
      Move -D_GNU_SOURCE from configure.in to Makefile, and from CFLAGS to DEFS.
      Make {stream,fd}_null_copy use [lf]seek, and fall back on the buffer code,
      Fix -Wall messages.
      Handle EINTR on reading and writting in buffer_copy.
      Switch all size parameters to ssize_t.  Also, return totalread, not
      Add armv3l.
      Remove duplicate -R(it doesn't set --root).
      s/--cmpversions/--compare-versions/
      Closes bug 49581, because we don't use external gzip anymore.
      Add -t to -h output.
      Make '#' optional in Closes: tags.
      Remove bashism.
      Added description for "suggests" in describedepcon().
      Added description for "suggests" in describedepcon().
      Modified DPKG_C_GCC_TRY_WARNS() to call AC_SUBST, so that we can use the
      Clean up a few gcc warnings.  Note that the warning:
      Document COLUMNS environment variable.
      Add --truename option.
      Fix typo in dpkg-deb.1.
      Document that --set-selections does not actually install any packages.
      Document that --largemem is the default, and that the test point is 24 megs.
      Add --nicelevel, to alter a programs priority before starting.
      Minor tweak so that when patch 2.5.4 is manually used to apply a diff, it
      Fix to pass on admindir from dselect to dpkg.
      Format help string for --abort-after like other option help strings.
      Added a --force-all option.
      Changed documentation and help, as -f only applies during remove.
      Added depends on sysvinit (>= 2.72), so that we can make sure that
      Made the accelerator keys in dselect's main menu separate options, so that
      Add -k|--symlink option.
      Use DESTDIR when installing /etc/dpkg/origins/dpkg.
      Moved md5 code into generic buffer_copy loop.
      Moved md5 code into generic buffer_copy loop.
      Added generic setup code to buffer copy loop.
      Don't use FILE * in mdfile.
      Removed --smallmem code.
      Removed all references to sysinfo().
      Increased the speed of convert_string() by a factor of 2, by storing the
      Removed extraneous debug prints, that displayed the state of all force
      Oops, forgot to add these files.
      Added nfstrnsave().
      Detect and issue an error when a space is in a version.
      Removed use of varbuf* code from f_dependency(), for a speedup.
      Added nfstrnsave().
      Removed use of getc(), and instead use pointers into a gigantic memory
      Fix minor memleak in used function hashreport.  Thanks to Adrian Bridgett
      Properly parse control files that only have one paragraph, which means no
      utils/start-stop-daemon.c: --name is now allowed on the command line
      Use of PKGIOFF macro was checked in prematurely.
      Add varbufdupc().
      Freshen cvs.
      Removed an 'inlined' version of waitsubproc, and call the function instead.
      Add 'warn' parameter to waitsubproc and checksubprocerr, and also add a
      varbuf(v)printf now return the number of characters they added to the
      Add a --status-pipe.
      Forgot the status-pipe struct.
      After N calls(which does a checkpoint()), reset the counter.
      Add a --command-pipe.  This allows multiple commands to be passed to a
      Change --{status,command}-pipe to --{status,command}-fd.
      Removed duplicate code that was used to exec maintainer scripts, and moved
      Bring up to date.
      Fix -Wall messages.  Also, fix handling of user-defined fields in
      Document --command-fd.
      Use a pure file descriptor, instead of a stream, to load the data, in
      s/f_nodebsign/f_nodebsig/, ie, someone didn't make sure that the source
      * configure.in, debian/control: New upstream gettext.  Since we had
      If the buffer size is 0 in buffer_copy, then return, and do nothing.
      In blankpackage, intialize ->installed and ->available.   Found by me and
      Apply patch from Fumitoshi UKAI <ukai at debian.or.jp>, that escapes invalid
      Errors during dpkg -s(and other similiar commands) are now printed on
      * po/fr.po: Fix typo.
      Disabled --command-fd, until further testing can be done.
      Accidentally commited a debug fprintf stmt in the last ci.
      initialize otherpriority with 0, not an int.
      Add support for gcc attributes, printfformat, etc.  Be sure to run
      New option, --with-Werror, to convert all warnings into errors.
      Fix varbufprintf call in modstatdb_note(found when printf format warnings
      Import fix for broken dpkg-source.pl from 1.8.3 version.
      Forget to keep this in sync with the last checkin.
      Remove spurious '%s' in Polish translation.
      Document stuff that was done in December.
      * main/help.c, main/processarc.c, main/filesdb.c,  main/configure.c,
      fix non-full initalizer
      reworked \\ parsing in commandfd.
      fix non-full initalizer.
      Added macro NONRETURNING to several functions.
      Fix another segfault when parsing single-paragraph files(ie,
      s/PARSE_MMAP/HAVE_MMAP/, so that we now use mmap to read status and
      Added alphaev67-linux-gnu.
      Add comments telling why we use tempnam() and tmpnam().
      Fixed up several warning types: const, casting, incorrect sizes,
      s/--no-debsign/--no-debsig/ in help.
      Change format string, to handle size_t.
      More %z format fixes.
      Changed 0 to NULL.
      Fix bad memory access do_script(), introduced when the casting errors were
      * main/depcon.c, debian/changelog: When walking the list of providers of
      Convert waitsubproc and checksubprocerr to use a flags variable, instead of
      Added new PROCNOERR flag, which disabled the error message that is
      * main/enquiry.c: Additional add error returns for -L, -s, and -p.
      * lib/parsehelp.c: Reduce memory a tad.
      Modified mlib.c, to malloc enough space for the digest, instead of
      s/0/NULL/
      Update to work with recent lib/mlib.c change in md5 handling.
      Fix a segfault when reading an empty file in parsedb().
      nfstrnsave() was not allocated n+1 chars, and was not setting the n+1 byte
      s,etc/dpkg.cfg,etc/dpkg/dpkg.cfg,
      Changed to include no-debsig by default, as no debs are currently signed,
      Fix removing of diversions.  This has always been broken, but was just
      * lib/nfmalloc.c: in nfstrnsave, don't set the char after the end, but
      Fix md5sum -c.
      Added -static support.  There is support for building a dpkg-static.deb,
      Fix Eterm/eterm problem.  findpackage() now does tolower() before searching
      EAGAIN patch from 1.8 branch was not applied to HEAD.
      Importing changings from v1_9_2 tag.
      Check for __va_copy, and use it, instead of a direct assignment, for broken
      * lib/parse.c: Oops.  EOF_mmap was incorrectly detecting the end of the
      If --without-zlib was given, and static programs were enabled, the compile
      Split out code for commands -sSlLp into a separate binary, dpkg-query, and
      Discovered that if anything in optlib/ was actually needed, it wasn't being
      Fix some gcc 3.0 warnings.
      Updated.
      If extracting a directory, and it doesn't already exist on disk, and is
      Updated.
      Fix cleanup of .dpkg-devert.tmp files.
      Update for 1.9.7.
      * configure.in: AC_REQUIRE is not valid outside of AC_DEFUN.
      Let's use the CPPFLAGS set at configure time.
      Remove leading and trailing spaces from versions, and check if there are
      Handle varied use of spaces.
      Reset SIGPIPE back to a default handler, for callers that have it masked
      Remove bogus check of $!.
      Merge v1_9_10 with HEAD.
      Merged in changes from 1.9.10 to 1.9.11 branch.
      Merged in changes from 1.9.11 to 1.9.14 branch.
      When a package is on hold, -E will not skip the same version when
      Fixes for building of dpkg-static.deb.
      scripts/install-info.pl: Several fixes:
      * debian/control: Several fixes:
      Don't print out the info entry every time we are called.
      We weren't adding '\n' when printing out the reformated info text.
      Remove dulicate inclusion of utils in SUBDIRS.
      Make sure the integer passed to --result-fd is correct before manipulating
      Turn setstatuspipe into a generic setpipe, in preparation for --result-fd.
      Merge 1.9.17 branch:
      Add darwin.  The source doesn't quite work yet on darwin however, as some
      Run ranlib after creating the library.
      Copy dir from backup if the file is empty as well.
      When parsing stdin, md5sum now displays '-' as the filename, to match
      Apply patch from debian bug 120924, to give update-alternatives a --list
      Note that the dselect.deb split closes a bug.
      Make dpkg-checkbuilddeps always check for build-essential.
      Fix broken translations.
      Remove old doc/*/Makefile.  Bad Wichert.
      Fix segfault with getenv("PATH") returns null.
      Allow for make -j to work thru the top-level targets.  There are problems,
      Bad Wichert.  Always modify configure.in when adding subdirs(add pt_BR).
      Use the configure detected gcc __attribute__ macros, instead of hard-coding
      Define an UNUSED macro for __attribute((unused))__.
      Oops.  Forgot to add #undef HAVE_GNUC25_UNUSED.
      Fix targets, so that if configure fails, but actually succeeds in creating
      If automake/*.m4 is modified, rebuild aclocal.m4.  If aclocal.m4 or
      Remove all calls to $(shell pwd), and use $(CURDIR).  Also, `pwd` is
      All the hard-coded calls to scripts/dpkg-gencontrol.pl are now down thru a
      The latest autoheader/autoconf combination allows us to do everything in
      Oops.  The command to run is aclocal, not aclocal.m4.
      Gah, I hate gcc.  AC_TRY_COMPILE() produces code of the form
      Make a new macro, DPKG_C_GCC_ATTRIBUTE.
      Split out the -W*-prototype warnings into separate checks.
      Fix overzealous running of autoheader for every build.
      Several more gcc -W<foo> fixes.
      Several more gcc -W<foo> fixes.
      Several more gcc -W<foo> fixes.  (forgot main.h)
      Fairly heavy work(net no lines changed), to fix longjmp() clashing variable
      Add rules to Makefile.conf, to rebuild Makefile if $(srcdir)/Makefile.in is
      Even more gcc warning fixes.
      Remove hash.c from SOURCES, as it is a test file.
      Always set CLOEXEC on the lock fd.
      Add items for --reconfigure and --call-maint-script.
      Use setcloexec wrapper instead of calling fcntl directly.
      New functions, standard_startup, standard_shutdown, that contain the most
      Clean up after ctrl-c is received.
      Match fields case insensitively in debian/control.
      Give proper case for Source and Installed-Size.
      s/build on/built on/; same for 'build for'.
      Recognize emergency as valid in changelogs.
      Properly count recursive expansion of variables, instead of just counting
      Add -I<filename> to dpkg-buildpackage and dpkg-source, to excludes files
      Close the old debian/files file, before doing a rename.
      Fix documentation of -v<version> for dpkg-parsechangelog, removing the
      Fix typo in dpkg-source(1), s/-su/-sU/.
      Add dpkg-scansources to dpkg-scanpackages(8).
      Merge 1.9 branch.
      Fix some mis-merging of the 1.9 branch:
      Fix /usr/info/dir moving/symlink code.
      dpkg now reorders symlinks when extracting debs.  However, this is also
      Update translations.
      Updated.
      Fixed printversion(), to allow translations to be done better.
      Revert last modification.  It'll be fixed properly for dpkg 1.11.
      Fix broken merge from 1.9 branch.
      Don't always call autoheader during build.
      Add a Closes entry for the manpages-de replace.
      dpkg + dpkg-static conflict dpkg-dev << 1.9, as dpkg-source 1.9 doesn't
      Remove -Z from patch call, as it makes patch warn about missing timestamps.
      Set date for release.
      Change uploader to me, instead of Wichert.
      Install debian/dselect.conffiles.
      Install deselect.conffiles into tmp/dselect, not tmp/dpkg.
      Fix install location of /usr/lib/dpkg/methods.
      Fix test inversion in start-stop-daemon, when checking the pid given in a
      If in --test mode, and --stop is given, increment n_killed, so that
      Change release name to me, and set release date.
      dselect replaces dpkg << 1.10.3, as we moved the dselect config file and
      Updated for 1.10.4 version.
      Remove -ffunction-sections and -fdata-sections.
      Install archtable into /usr/share/dpkg/.
      Set date for 1.10.4 release.
      Modified for 1.10.5.
      Fix segfault in md5sum if the file being checked doesn't exist.
      Fix extraction of md5sum in dpkg-scanpackages.
      Handle directories better in md5sum.
      Fix read past buffer in lib/nfmalloc.c.
      Fix several read pass buffer bugs, and a memleak.
      Fix segfault when --auto-deconfigure is given.  This is causes because the
      Allow spaces between the end of a version, and the trailing ')'.
      * archtable: Add i386-gnu0.3.
      Previous install-infos(before 1.10) handled multiple dir file entries,
      Close 147492.
      Check for eof before we getc(), not after.
      Fix corruption of available file, caused by use of memory that was
      Fix several minor memleaks.
      Remove /usr/sbin/start-stop-daemon.
      Back out one memleak fix.
      Set date for release.
      Modified for version 1.10.6.
      Don't call nffreeall, in any of the c/c++ programs.  It appears dselect
      Set date for 1.10.6 release.
      Set 1.10.7 version.
      Protect duplicate calls to obstack_free(), as obstack_free segfaults when
      Fix double free in modstatdb_init, in the case that modstatdb_shutdown was
      Set date for 1.10.7 release.
      Set 1.10.8 version.
      Make the multiline regex have an upper bound, instead of being unbounded,
      Set date for 1.10.8 release.
      Set 1.10.9 version.
      Fix dereference in cu_closefd(), which was the cause of close(random
      Add s390x.
      Set date for 1.10.9 release.
      Add s390x.
      Updated for hurd.
      Make the dpkg-iasearch conflicts versioned.
      Surround sed call with ''.
      Strip trailing / from the file args in dpkg-statoverride.
      Modified to use autotools-dev.
      Updated.
      Add netbsd support, and support hypenated values in dpkg-architecture.
      Fix `` calls.
      Updated for lattest gettext support.
      Updated.
      * configure.in, Makefile.in: Updated for gettext 0.11.5.
      Needed to work with the newer gettext.
      removed, as this is generated.
      Added generated/symlinked files.
      Reverted back to previous version, reinstated the 2 broken translations,
      Don't need to explicitly give the source for po/Makefile.in.
      * debian/control: Updated to standards-version 3.5.8.
      Updated for 1.10.10 release.
      Define MSGID_BUGS_ADDRESS
      s/SYS_SIGLIST_DECLARED/HAVE_DECL_SYS_SIGLIST/
      s/top_srcdir/abs_top_srcdir/
      * Change AC_SYS_SIGLIST_DECLARED to AC_DECL_SYS_SIGLIST.
      Add build-depends on sgml-base, and increase gettext build-depends to
      Updated config.sub and config.guess.
      Apply patch, to handle missing infodir.bak, and empty files.
      Change standard_startup and standard_shutdown into macros.
      Fix inversion test of $state against 'expected' when removing an
      Fix inverted test of eof in parsedb, while looking for eof after field
      Add set -e.
      dpkg --print-architecture now does gcc -dumpmachine instead of
      Add 210285 to the last checkin.
      Apply patch to change hashing function, and increase bin size, for the
      Apply patch to change hashing function, and increase bin size, for the
      Apply patch to make dpkg work with POSIX 1003.1-2001.
      Fix "stripping trailing /" message from dpkg-statoverride.
      Increase filesdb bin size, and alter hashing function.
      Retry removing empty dirs during purge.
      Add .cvsignore to dpkg-source's default diff ignore regex.  Also fix
      Fix segfault with --status-fd
      Change use of strncpy in parsedb to memcpy.
      Add .svn, {arch}, and .arch-ids to dpkg-source -i default regex.
      Added alphaev68-linux-gnu to archtable.
      Support OpenBSD.
      * scripts/update-alternatives.8: Add --config to action section, and add
      * scripts/update-alternatives.{pl,8}:
      Fix missing " after simulate on line 400.
      No longer generate helpmsgs.{cc,h}.
      * scripts/controllib.pl, scripts/dpkg-checkbuilddeps.pl: Moved dependency
      Updated.
      Fix broken os_type detection on linux.
      In dpkg-buildpackage, call debian/rules -qn build-arch, and if it's
      Install /usr/share/doc/dpkg/pseudo-tags, which talks about the bug titling
      Back-out errantly checked in file.
      Back-out errantly checked in file again. :|
      No longer generate any BYHAND files.  Also, fix bug in pseudo-tags
      Remove -w, as it causes runtime warnings.  The code isn't clean enough yet
      Updated for 1.10.11 release.
      Remove helpmsgs.cc generation.
      Ignore 'o:.*' in %fi.
      Ignore 'o:.*' in %fi.
      Fix generation of dependency lines.
      * scripts/controllib.pl: Fix parsing of deps when both () and [] are
      Updated for 1.10.13.
      * scripts/{controllib,dpkg-{source,checkbuilddeps,control}}.pl:
      Updated for 1.10.14 release.
      Updated to 1.10.15.
      * lib/varbuf.c, configure.in: Fix va_copy detection.
      Set date/time for 1.10.15 release.
      Set values for 1.10.16.
      Fix (non-)detection of setlocale.
      * Add a -d|--chdir option to start-stop-daemon.
      * man/*
      Fix cut-n-waste error.
      Fix handling of large files.
      Set release date for 1.10.16.
      Add man/es/Makefile.
      Fix dpkg-checkbuilddeps calling of parsedep.  It wasn't setting use_arch.
      Almost *EVERY* damn file was including config.h in the wrong spot.  After
      Change limit and the return value for buffer_copy to off_t, which fixes
      Change formatting of info.dir.
      Tag for 1.10.16 release date(for real this time).
      * scripts/dpkg-checkbuilddeps.pl: s/dpkg-checkbuild/dpkg-checkbuilddeps/
      Set $reduce_arch when calling parsedep.
      Add -u -a<arch> commands.
      Add .#* to the default ignore filter.
      Don't assume /usr/info/dir exists if /usr/info does.
      Fix errors with dependency fields that reference ${dpkg:Version}.
      Rebuild, tagging and releasing correctly from cvs this time.
      Update dpkg conflicts to << 1.10, instead of 1.9.

Bart Cornelis (9):
      Updated Dutch po translation
      Updated Dutch translations
      Fixed small error in Dutch translation, thanks to Marc van den Borre for
      Updated Dutch translation
      Updated dutch translation
      Updated dutch dselect translation
      Updated Dutch dpkg translation
      Updated Dutch translation
      Updated Dutch translations

Ben Collins (90):
      * autogen.sh: autohedaer -> autoheader, also added --force to libtoolize
      cvs script
      added option for adding --copy if autogen is run with it
      * Added --config option to update-alternatives to allow easy changing
      added mipsel
      * Added --chuid option to start-stop-daemon to allow switching to
      Updated to recent information
      Added latest changes
      * Made the large info screen show 5 lines of the pkglist so that
      Added several other fields, plus an example.
      Removed reference to non-existent dpkg(5) man page
      Fixed references to the --nocheck option in dpkg-deb(1) and dpkg-deb --help
      * Removed references to dpkg(5) which seems to not exist anymore
      Regenerated .po files
      * Add mipseb to the archtable too, since mips and mipseb are
      Fix missing parens
      oops
      Make shlibs.default a template for other archs. No longer needed from i386
      updated info
      updates
      Fix reference to shlibs.default.i386
      * implemented stat cache for better performance
      ooops, missed two --no-check references...silly nroff formatting
      * Reverted the new tmpfile stuff in dpkg-deb. For some reason it's
      * Ok, TMPDIR usage is back in dpkg-deb and working
      updated some of this, some we killed, some are obsolete, and some are new
      * Fixed some compiler warnings
      minor edits
      * Fixed the check that was added to dpkg-divert.
      fixed chmod -x in debian/rules killing execute perms on parsechangelog
      * Fixed incorrect patch for --print-architecture (oops, oh well
      * Fixed incorrect patch for --print-architecture (oops, oh well
      * Leave file info intact in available when installing packages. MD5sum,
      * Added armv4l to archtable
      * Implemented a nice fix for multiple conflicts and replaces. Also added
      * Added 'D' to the list of choices for conffile handling
      * debian/control: added dpkg-doc
      * debian/dpkg-doc-{postrm,prerm}: Added install-info for internals.info
      small fix
      * scripts/dpkg-source.pl: we want to 'delete' the POSIXLY_CORRECT env
      * main/processarc.c: fixes calculation of package filename display (the
      * debian/rules: fix symlink creaton for /usr/share/doc/dpkg-dev -> dpkg,
      * scripts/dpkg-shlibdeps: start using objdump as opposed to ldd, this
      * Regenerated dpkg.pot and all .po files
      * release.sh: remove attic/ and doc/obsolete/
      * dpkg-gencontrol: add "Source" to the fields placed in the control file
      * dpkg-shlibdeps: fix ordering for shlibs.default
      * fixed description for new multiple conflicts/replaces code
      Added cs.gmo to the gen list (really need an automated way to detect all
      * dpkg-divert: Fix check for writable filesystem, closes: #48646
      s/DPK/DPKG in main/archives.c
      * po/update.sh: make sure we only update when there are changes,
      * Remove files that get generated by gettextize, and make sure autogen.sh
      * lib/tarfn.c: add braces around if to fix compiler warning
      * utils/start-stop-daemon.c: Added ability for user.group arg to
      Changed start-stop-daemon's --chuid user/group seperator to ':'
      * configure.in: generate utils/Makefile
      * dselect/main.cc: fixed three cases where gettext usage was not
      * utils/start-stop-daemon.c: call initgroups() prior to seteuid()
      * fix problem with multiple conflicts/replaces (first one was not getting
      update changed
      * clean up the conflicts/replaces, use an array of pkginfo pointers instead
      versioned provides
      really fix ver provides
      minor fixup
      another minor fix, still need a proper version check
      * archtable: sparc64 and ia64 edits
      Fix thinko with versioned deps
      fix typo in regex
      Added comments about verrel in provides
      fixup
      Add assert-versioned-provides
      * debian/rules:clean: remove distclean call, we purge the whole build
      not needed
      fixup a little
      remove po stuff on clean
      update
      main/package.c: Hack up things so a package which
      update
      Created branch point for versioned provides, reverted changes from HEAD for it too
      add stamp-build
      convert nfmalloc to obstack, and include obstack.[ch] for non-GNU systems
      fixups for obstack usage
      change blocksize to 8192, and make sure we set dbobs_init to 0 after obstack_free
      fixup declerations
      actually use CHUNK_SIZE
      * utils/Makefile.in: Do not use libopt.a, since libdpkg.a not includes those
      add optlib to -I path
      fix typo
      Handle multilib subdirs.

Brendan O'Dea (1):
      ensure POSIX is loaded in subprocerr

Carlos Z.F. Liu (1):
      dpkg/po/zh_CN.po updated (729t)

Christian Perrier (98):
      Update all translations from my repository
      Fix Russian man page for start-stop-daemon-8)
      Fix German man page for update-alternatives(8)
      Make changelog junkies happy
      Close a few more bugs with translation updates
      Russian translation update
      Vietnamese translation completed
      Correct typo in dpkg help message (thanks Clytie) and unfuzzy translations
      Restore French to 100%
      Resync with sources and unhappily fuzzy 36 strings...
      Revert the unfuzzyfication commit from r25 which was broken
      This time, the unfuzzy should be correct
      Vietnamese translation unfuzzied
      Fix error in Dutch translation
      Fix error in Dutch translation
      Japanese translation update
      Switch man pages to po4a
      Revert inadvertent changes to original man pages
      Add forgotten file
      Re-run po4a-gettextize
      *cough* Document the changes in man/ for man pages translations
      Add (finally!) a changelog entry about the switch to po4a
      Catalan translation update
      Updated French translation to annihilate braindmg attempts to break ou world
      Add Vietnamese to LINGUAS and merge it with dpkg.pot
      Proofread by Charles Plessy
      Galician translation update
      Basque translation updatked
      Slovak translation update
      Updated Vietnaese translation
      Slovak translation update
      French translation update
      Updated pt_BR and fr
      Updated Galician
      Add the POT file in SVN as it helps translators *a lot*
      Added file
      Changelog police...:)
      Polish man pages translation update
      Really add the Polish translations
      Russian translation update
      Spanish translation update for dselect
      correct a typo
      correct another typo
      Man pages typos corrections
      Updated Romanian translation
      Updated Danish translations
      Typos corrected in French translation of dpkg-source(1)
      Update Russian dselect and man pages translations
      French translation update
      s/argument/paramètre
      Vietnamese translation update
      Japanese translation update
      French translation update. 742t. Still to be proofread
      Update Changelog for Galician
      French translaion 1st review
      Completed French dselect translation.
      Dselect Basque translation update
      Fix one field in a French man page translation
      Russian translation update
      Changelog police assistant in action
      Simplified Chinese tsl update.
      French translation updated
      Last two fuzzies unfuzzied. French back to 100% everywhere
      Fix "alternativse" typo. PO files unfuzzied
      Make similar messages be exactly similar
      Changelog police assistant
      Added Dzongkha translation
      Updated Russian translation
      Change Helge's address in the Changelog file on his request
      French typo correction
      Non translatable word
      Spelling error
      French translation back to 100%
      Khmer translation update
      Updated Slovak translation for dselect
      Updated Swedish translation of dselect
      Updated Brazilian translation of dselect
      Updated Indonesian and Japanese translations for dselect
      Updated Danish translation for dpkg and dselect
      Italian translation update. Will the police catche me?
      Danish completed
      Russian translation update
      Brazilian Portuguese translation update
      German translation update
      Updated Norwegian Bokmål
      Mini police control
      Alphabetical order police
      Vietnamese translation for dselect
      Nepali translation update
      Catalan translation update (incomplete)
      Updated Norwegian Bokmal translations
      Updated Korean translation
      Completed Chinese Traditional
      Updated Nepali translation
      Vietnamese translation update
      Ouch....
      Remove non-ASCII non-UTF-8 in headers
      Add partial Punjabi translation

Claus Hindsgaul (5):
      [INTL:da] Update Danish translation
      [INTL:da] Updated Danish program translation
      [INTL:da] Updated Danish program translation
      [INTL:da] Updated Danish program translation
      [INTL:da] Updated Danish dselect program translation

Clytie Siddall (8):
      2006-05-05  Clytie Siddall <clytie at riverland.net.au>
      vi.po: Updated Vietnamese translation.
      2006-05-24  Clytie Siddall <clytie at riverland.net.au>
      2006-05-24  Clytie Siddall <clytie at riverland.net.au>
      2006-06-02  Clytie Siddall <clytie at riverland.net.au>
      2006-06-02  Clytie Siddall <clytie at riverland.net.au>
      2006-06-23  Clytie Siddall <clytie at riverland.net.au>
      2006-06-23  Clytie Siddall <clytie at riverland.net.au>

Daniel Nylander (1):
      Swedish translation updated

Eddy Petrisor (16):
      updtated Romanian dpkg translation
      Updated Romanian dselect translation
      Updated Romanian translation
      In fact there were also:
      minor improvements in dpkg translation
      Some fixes in the translations and updated to 100%; usage of Romanian quotes instead of the retarded pair `\'
      Updated Romanian translation to 936t2u; will translate the remaing two soon
      l10n:RO:  now 938t for dpkg; a couple of typo fixes
      [l10n:ro] Updated translation to 916t
      [l10n:ro] minor wording improvements
      Updated Romanian translation
      [l10n:ro] use Romanian quotes in translation
      [l10n:ro] some small wording improvements
      small (but important :-) fixes
      [l10n:ro] added the forgotten po/Changelog snippet; corrected my name
      [l10n:ro] merged the typo fix for dpkg-divert help from trunk r624; added a new changelog entry with bad version number so is set to a correct value when necessary by the maintainers

Frank Lichtenheld (94):
      Import latest release as a temporary trunk which should be
      Actually import 1.13.11.1, not 1.13.11, D'oh!
      Let dpkg-gencontrol bail out with an error if parsedep
      dpkg-source -x now tries to chown all files extracted from
      Let dpkg-source -b check the build relation fields before
      Check the gpg signatures of .dsc files before unpacking. See
      Let dpkg-source ensure (as good as possible) that all
      Check for illegal architecture strings in dpkg-gencontrol and
      Add support "package types" to dpkg-shlibdeps. Patch by
      Forgot some .pl suffixes in the changelog entries
      Document that the fix for #6820, #7014 also contained the
      Fix man page references to dpkg and dselect man pages. Many
      Let dpkg-source -b warn about special permissions of files added
      Merged bugs #335056 and #345475
      Don't use the ldd output in dpkg-shlibdeps. Search for the
      dpkg-source: Don't use \b to match the end
      Change version number to 1.13.12 and target suite to experimental.
      * AUTHORS: Updated for new maintainance team
      Update date changelog entry before uploading
      dpkg and dselect are now in section admin,
      Bump Standards-Version to 3.6.2 (no changes)
      Fix typo in dpkg-architecture man page
      * Honor LD_LIBRARY_PATH in dpkg-shlibdeps. Fixes a regression
      Prepare release 1.13.13
      Let dpkg-source ignore comments in the hunk header as used by
      Let dpkg-buildpackage create a .changes file even if signing the
      Change heuristics of dpkg-buildpackage's gpg check to allow for
      Add files and dirs used by bzr to default dpkg-source -i regex
      * man/C/dpkg-scanpackages.1: Document new dpkg-scanpackages
      * man/C/dpkg-source.1: Document that the -sX switches for
      Fix stupid mistake made by me when applying the patch for diff -p handling
      Make dpkg-source -b more robust
      Fix some variable name typos that lead to semantic
      On package configuration, differentiate between modified and
      Let dpkg-source -x touch all patched files to have the same
      Improve processing of disappearing conffiles (Ian Jackson).
      Add .git directory to default dpkg-source -i regex.
      Strip any newlines from Uploaders field on dpkg-source -b.
      Add cfof_userrmd flag which was forgotten in a previous patch
      Fix some wrong years (we have 2006 now, you know)
      *.po: Merge with dpkg.pot
      Fix typo
      Release 1.13.14
      Remove all the generated files so we don't need to track changes in them.
      Update date of changelog entry
      Bump version to 1.13.15~
      Release 1.13.15
      Move entry to correct ChangeLog
      Fix some errors in pt.po that caused build failures
      Add missing Makefile
      Add missing changelog entry
      Add hu in LINGUAS
      Convert to utf-8 like all other changelogs
      Add missing changelog entry to Debian changelog, too
      Yet another place to add man/hu
      Bump version to 1.13.16~
      Fix override handling in dpkg-scanpackages which was broken in
      * scripts/dpkg-gencontrol.pl: Make -isp the default
      Introduce dedicated ChangeLog fin man/
      Add new updatepo target that calls `make updatepo' in all subdirectories.
      Merge with updated .pot files
      * Typo fixes in man pages by A. Costa:
      Lets release 1.13.16 since dpkg-scanpackages is essentially broken
      Bump version to 1.13.17~
      Fix handling of debian/files when architecture is set via -D
      Handle architectures in all dependency fields in debian/control,
      dpkg-scanpackages: Fix option parsing of arch option. Also fix a mistake
      Add -follow (back) to find call in dpkg-scanpackages.
      Fix typo in variable name. If hit, this could lead to a
      pt.po: Mark a broken string as fuzzy and give
      Add remarks to dpkg-scansources and dpkg-scanpackages
      Allow '+' and '.' in distribution names in Debian changelogs.
      Use the Debian keyring in dpkg-source when checking signatures
      Let dpkg-buildpackage pass through all remotely sensible
      * Improve the description of --show-format in dpkg-deb
      Run `make updatepo`
      * Add gettext support for the Perl scripts. Based on a patch by
      Don't spew out garbage from dpkg-deb, if the second argument
      Fix --ignore-depends argument value parsing. Closes: #169125
      Add remaining stuff for dpkg-dev translation
      Apparently we need more files in not-topdir-po/ because
      * Completely remove md5sum diversion madness.  Instead, we Pre-Depend
      Try harder to detect dependency cycles that contain Provides
      Update archtable to reflect current archive: Add amd64 and remove
      Don't claim in dpkg man page that we set DPKG_OLD_CONFFILE and
      Fix printing of user defined fields with --showformat and
      typo fixing
      Add a missing Changelog entry
      utils/enoent.c: Add a comment at the top of the
      Update archtable to reflect current archive: Add amd64 and remove
      When building packages with dpkg-deb give a more useful error
      Don't drop directories that contain our conffiles too early from
      dpkg-source issued spurious warnings about fields defined with
      Give a correct warning when the user requested an unknown

Frédéric Bothamy (2):
      French translation updated (new maintainer)
      Proofreading by Max (mxvmdk-gmail.com)

Guillem Jover (186):
      Add missing bug numbers for translations.
      Add armeb to cputable. Closes: #331232
      Don't try to compile in SELinux support on GNU/kFreeBSD.  Closes: #313300
      Fix incorrect bug closure.
      Remove duped bug closure.
      When linking statically, explicitly add libsepol, even if its only a
      * scripts/dpkg-source.pl: Add a missing '+' in the architecture
      Add support for architecture wildcards, but for now they will only be
      Change start-stop-daemon's --exec option behaviour on GNU/Linux to
      Cosmetic fixes.
      Fix typo in dpkg-statoverride manpage. Closes: #348113
      Add bug closure.
      Document the --no-debsig option in dpkg manpage. Closes: #316367
      Fix typos in dselect manpage. Closes: #310358
      Fix typo in start-stop-daemon's help output. Closes: #333673
      Document the correct format string for dpkg-query --showformat option.
      Make dpkg-architecture not print the warning about a missmatch between
      Bump version to 1.13.14~.
      Make start-stop-daemon print the proper version instead of 'VERSION'.
      Remove object files from the repo. Namely the binaries from .po files.
      Set the HOME environment variable when using the --chuid switch in
      Cleanup and unify program usage and version output, make it more i18n
      Mark some strings as translatable (Changwoo Ryu). Closes: #256387
      Remove a trailing 'C' character from update-alternatives manpage.
      Fix bug number.
      Use pkg-config to get the proper flags to link against libselinux.
      Use $@ instead of % in the rule's command of po4a.mk as the later is not
      Add command descriptions in the synopis, and add a usage example for
      Don't move! This is the pedantic ChangeLog format police!
      Document about the default log file, the behaviour in case of multple
      More ChangeLog police action.
      The raise of the dots.
      Format fixes.
      Escape ` and ' in manpages otherwise they are converted to quotation
      Add a missing closing parenthesis in a dpkg string (Jordi Mallach).
      Updated Catalan translation (Jordi Mallach).
      Use the same unified format as d-i for translations.
      Move auxiliary autotools scripts to config/.
      Require gettext 0.14.5.
      Move the methods directory to dselect/methods, so the contents will not
      * dpkg.pot: Regenerated.
      Move dselect gettext strings to its own domain provided now by the
      The ChangeLog police is hiring mercenaries. Apply now!
      Move README for translators to the top level dir, now that we have specific
      More ChangeLog action.
      Add missing parentheses surrounding a man page section reference
      Fix missspelling of "occurred" as "occoured" in dpkg-gencontrol and
      The changelog police is back.
      Major cleanup of manpages, by using properly the bold and italic
      Add dpkg-query(1) in the SEE ALSO section in dpkg(1). Closes: #354643
      Add bug closure.
      Remove wrong closure.
      Don't try to compile in SELinux support on GNU/kFreeBSD amd64.
      Add new quiet option to dpkg-source to supress warnings. Closes: #355065
      Do not expand architecture aliases anymore in .dsc files.
      Change start-stop-daemon's --exec behaviour again on GNU/Linux to compare
      Reintroduce removed entry.
      Release 1.13.17.
      Bump version to 1.13.18~.
      Fix misspelling of "missspelling". =) Thanks to Jesus Climent.
      Add a '[!]' in --force-all help denoting that it is a dangerous option.
      Prefix any chroot path to the exec file name when stating it in
      Add '-r' to the help output of start-stop-daemon (Jared Spiegel).
      Use mustsetvar when setting the value of the sversion variable in
      The police is back.
      Pass '--admindir' option over to dpkg-query when passing '--admindir' or
      Support system library directories in dpkg-shlibdeps symlinked from
      Document that 'dpkg --get-selections' and 'dpkg-query -l' without a
      Obsolete force/refuse 'auto-select' dpkg option.
      Add new '--clear-selections' option to dpkg (Andrew Suffield).
      Use '--clear-selections' in the dpkg man page example on how to transfer
      Regenerate .pot files.
      Release 1.13.18.
      Bump version to 1.13.19~.
      Police alert.
      Spanish dpkg translation update.
      Updated dpkg Basque (Piarres Beobide). Closes: #363683, #363679
      Changelog police action.
      * src/main.c (printforhelp, setdebug, setforce): Quote each string
      Fix strings so that they can be more easily translated. Closes: #134358
      Strip the trailing '/dir' from '--dir-file' option parameter to make it
      Add new substvars source:Version, source:Upstream-Version and
      Rename dpkg:UpstreamVersion to dpkg:Upstream-Version. Make dpkg:Version
      Split usage strings to make it easier for translators when those change.
      Standarize start-stop-daemon usage output format.
      Sync source with .pot and .po files.
      Support binNMU safe packages even when source and binary differ in
      Revert r256 to be able to apply a proper fix.
      Make install-info '--dir-file' option compatible with GNU install-info
      Make install-info add a new line after adding the last entry at the
      Use the numerical value of errno instead of a string in install-info
      * scripts/dpkg-genchanges.pl: Do not use $version to refer to the
      Police action!
      Escape hyphens in man pages.
      Bump Standards-Version to 3.7.1.
      Release 1.13.19.
      Bump version to 1.13.20~.
      Bump version to 1.13.20~.
      Really bump version to 1.13.20~ (should not touch dpkg while sleep deprived).
      Patrol the ChangeLog neighbourhood again.
      Standarize scripts usage output format and at the same time make
      New file.
      Do not strip the epoch from the source:Upstream-Version substvar.
      Properly check and report lock file existence in install-info.
      Correct default info directory for '--infodir' in intall-info man
      * scripts/install-info.pl: Exit if the lock file already exists.
      Print the bogus version and prefix the error message with 'dpkg: '
      Remove duplicated string " , at changelog " in dpkg-parsechangelog's
      Update the Section and Priority fields in the status file from the
      dpkg Basque translation (Piarres Beobide). Closes: #366185
      scripts/po/dpkg-dev.pot: Regenerated.
      Bump Standards-Version to 3.7.2 (no changes needed).
      Add lintian overrides for dpkg, dpkg-dev, dselect and sources.
      Replace logrotate installation logic with dh_installlogrotate.
      Release 1.13.20.
      Bump version to 1.13.21~.
      Disambiguate error message about conflicting command line actions by
      Add '/lib32' and '/usr/lib32' to the dpkg-shlibdeps library path search
      Revert usage of English perl non-essential module from install-info.
      Add Vietnamese changes.
      Add more bug closures for the English.pm bug.
      Print the correct file being parsed by dpkg-parsechangelog's debian
      Fix dependency cycle breaking in the case when every link involves
      Release 1.13.21.
      Bump version to 1.13.22~.
      Version the po4a Build-Depends to >= 0.23 as we are using options
      Add '.bzrtags' directory to default dpkg-source -i regex.
      * scripts/dpkg-scansources.pl: Remove invalid comment mentioning
      Print update-alternatives '--config' listing layout evenly spaced.
      Clarify the legend in update-alternatives '--help' (Andrew Ferrier).
      Simplified Chinese (Kov Tchai). Closes: #366260
      Basque (Piarres Beobide). Closes: #373107
      sv.po: Add a missing '%s' in a string.
      [ New dpkg Translations ]
      LINGUAS: Add ne.
      Add the source version inside parenthesis to the Source field in the
      Add missing comment serving as documentation about abort-remove on
      More patrol stuff...
      Set all svn:ignore.
      Fix typo in dpkg-deb manpage (Robert Luberda). Closes: #373999
      Clarify dpkg-architecture new options '-e' and '-i' in man page, add
      Add a missing '%s' in a string.
      Update Catalan dpkg translation.
      Align command line --help output.
      Modified some strings to be able to merge them in the .pot files.
      Add new '--umask' option to start-stop-daemon. Closes: #368003
      Tighten the scope for two global variables by moving them to parse_options.
      Release dpkg 1.13.22.
      Bump version to 1.13.23~.
      Fix spaces in changelogs.
      Add missing spaces
      Add initial support for the Breaks field, by parsing but rejecting it.
      Use dpkg-architecture from the source tree to get the target Debian
      Remove comment headers in dselect/helpmsgs.{cc,h} about the files being
      Updated Catalan translation (Robert Millan). Closes: #383448
      2006-09-27  Ian Jackson  <iwj at ubuntu.com>
      Add a new line at the end of m4/compiler.m4 file, to cope with an
      This time we brought the militars, the changelog police was not enough...
      Add missing chanelog entries for Brendan's commit.
      * README.translators: Add references to the new scripts/po/ChangeLog
      Sort languages alphabetically.
      Even if safe, revert r541 for now, as the RMs have not replied to the
      Last preparations for the release:
      Release dpkg 1.13.23.
      Bump version to 1.13.24~.
      Fix dselect segfault by adding a field description matching the
      Revert r580 containing translation fixes by Robert Millan, until Jordi check
      Release dpkg 1.13.24.
      Bump version to 1.13.25~.
      Changelog police patrol.
      * ca.po: Correct s/gzip/bzip2/ in 2 strings. Add missing '%s' in
      Fix year 2018 in changelog for Michael Alan Dorman's upload in 1998,
      Document in its man page that update-alternatives requires cooperation
      Require POSIX inside subprocerr in controllib.pl. Closes: #390636
      Support extracting lzma compressed source and binary packages,
      Add bug closure.
      Updated Korean dpkg translation. Thanks to Sunjae Park.
      Updated dselect Korean translations. Thanks to Sunjae Park.
      Add '/emul/ia32-linux' biarch paths to dpkg-shlibdeps. Closes: #403216
      ko.po: Mark again 1 string as fuzzy, as it was not matching the
      Remove non-modified /etc/dpkg/dpkg.cfg configuration file when upgrading
      Release dpkg 1.13.25.
      Branch dpkg 1.13.25 for etch and open trunk for 1.14.
      Bump version to 1.13.26~
      dpkg.cfg: Reintroduce 'no-debsig' option
      Release dpkg 1.13.26

Guy Maor (7):
      dpkg 1.4.1
      allow hierarchial sections
      new upload mechanism
      fix typo - missing }
      1.4.1.1 changes by Wichert Akkerman
      prevent Closes warning
      prevent Closes warning

Ian Jackson (35):
      dpkg (1.1.4); priority=MEDIUM
      dpkg (1.1.5); priority=MEDIUM (HIGH for diversions users)
      dpkg (1.1.6); priority=MEDIUM
      dpkg (1.2.0); priority=MEDIUM
      dpkg (1.2.1); priority=MEDIUM
      dpkg (1.2.2); priority=MEDIUM
      dpkg (1.2.3); priority=HIGH
      dpkg (1.2.4); priority=MEDIUM
      dpkg (1.2.5); priority=MEDIUM
      dpkg (1.2.6); priority=MEDIUM
      dpkg (1.2.7); priority=LOW
      dpkg (1.2.8); priority=LOW
      dpkg (1.2.9); priority=MEDIUM
      dpkg (1.2.10); priority=MEDIUM
      dpkg (1.2.11); priority=MEDIUM
      dpkg (1.2.12); priority=LOW
      dpkg (1.2.13) unstable; urgency=LOW
      dpkg (1.2.14) stable unstable; urgency=MEDIUM
      dpkg (1.3.0) experimental; urgency=LOW
      dpkg (1.3.1) experimental; urgency=LOW
      dpkg (1.3.2) experimental; urgency=LOW (MEDIUM for dpkg-source)
      dpkg (1.3.3) experimental; urgency=low
      dpkg (1.3.4) experimental; urgency=low
      dpkg (1.3.5) experimental; urgency=low (high for debian-changelog-mode)
      dpkg (1.3.6) experimental; urgency=low (HIGH for new source format)
      dpkg (1.3.7) unstable; urgency=low (medium for source pkg docs)
      dpkg (1.3.8) unstable; urgency=low (high for new source format)
      dpkg (1.3.9) unstable; urgency=low (high for new source format)
      dpkg (1.3.10) unstable; urgency=medium
      dpkg (1.3.11) unstable; urgency=low
      dpkg (1.3.12) unstable; urgency=medium
      dpkg (1.3.13) unstable; urgency=low (HIGH for building new src X programs)
      dpkg (1.3.14) unstable; urgency=low
      dpkg (1.4.0) unstable; urgency=low (HIGH for new source format)
      Do not treat two symlinks to the same directory as a file conflict.

Ivo Timmermans (3):
      Updated Dutch translation - about 64% translated now.
      Update for the Dutch translation.
      Updated Dutch translation

Jacobo Tarrio (7):
      Updated Galician translation of dpkg
      Updated Galician translation
      Update dselect's po/Changelog
      Updated Galician translation of dpkg to 939t.
      Updated Galician translation of dpkg
      Updated Galician translation
      Updated Galician translation of dpkg (920t)

Javier Fernandez-Sanguino Pen~a (2):
      Updated spanish translation
      Update the Spanish translation of dselect

Jordi Mallach (12):
      Update Catalan translation.
      Updated Catalan translation.
      Update Catalan translation.
      Update Catalan translation.
      Updated Catalan translation.
      Partial Catalan dpkg translation update.
      Update po/ChangeLog as well...
      [l10n] Updated Catalan dselect translation.
      [l10n] Added Catalan dpkg-dev translation.
      [l10n] Update Catalan dpkg translation to 920t.
      [l10n] Fix bad typo in Catalan dpkg-dev.
      [l10n] Catalan typo fixed.

Miguel Figueiredo (13):
      updated pt translation
      Updated PT translation - 720t
      t23t
      Updated to 731t
      Updated PT translation
      Updated PT translation to 742t
      updated to 289t
      Updated to 800t
      Added updated Pt translation
      Updated Portuguese translation to 916t
      sentence with an extra %s fixed
      Updated Portuguese translation to 920t
      Fixed extra space

Miroslav Kure (7):
      [l10n] Updated Czech translation
      [l10n] Updated Czech translation of dpkg
      [l10n] Updated Czech translation
      [l10n] Updated Czech translation
      [l10n] Updated Czech translation
      [l10n] Updated Czech translation
      Updated Czech translation

Nicolas FRANCOIS (92):
      Fix two other typos in the manpages.
      Use a sane default for the addenda position: place the addendum at the end
      Oops, some (most) addenda were named *.addenum instead of *.addendum
      Generate the Russian manpages in the KOI8-R charset.
      Fix unmatched "<" or ">", which avoided the French dpkg-statoverride.8 and
      Document the shlibs.local format in dpkg-source(1). CLoses: #316485
      Add a missing quote arround the date.
      Add a reference to the Debian Policy Manual for a detailed description of
      Fix a typo in the Changelog.
      Fix a typo in an error message (unexecpted -> unexpected).
      Double space between name and email.
      fix typos in the Russian man pages. Thanks to Stepan Golosunov. Closes: #366587
      Flush the terminal's input before prompting the user.
      Fix the --force-depends-version option. This closes #57104.
      New po4a architecture, to ease the work of the i18n robots.
      Finish the change for the po4a architecture (dpkg-architecture.1 was
      Update the POTs and POs.
      Update the Basque translation. Thanks to Piarres Beobide.
      Update of the Khmer translation.
      Add the dz (Dzongkha) code in LINGUAS.
      fr is a new language for the scripts translations.
      Specify --null before the -T option to avoid the
      Also closes #377279.
      German translation update (and new translations) of
      Fix the German addenda. They have to be latin1 encoded, and the positions
      Regenerate the start-stop-daemon.8 and update-alternatives.8 manpages' PO.
      iRemove a coma in start-stop-daemon.8, and update the POT and POs.
      Updated German translation of start-stop-daemon.8 and
      Another typo. Still in the same string, so no additional fuzzy.
      Finish the update of the start-stop-daemon.8 German translation.
      New German manpages translations: 822-date.1 and deb-old.5
      Update the German addendum for start-stop-daemon.8
      Fix the 822-date.1 modification date.
      Changelog cleanup.
      Regenerate the 822-date.1 POT, merge the POs with the pot file,
      Update the help information in the po4a.mk header. Mostly, the
      New German translation for the deb.5, dpkg-scanpackages.1, and
      Add the dpkg-scansources.1 and cleanup-info.8 German translation.
      Install the addenda before the SEE ALSO sections, not at the end of the
      Fix the typos reported by Helge Kreutzmann in cleanup-info.8, deb.5,
      German translation update of the cleanup-info.8 and dpkg-scanpackages.1
      Apply suggestions by Helge Kreutzman and regenerate the POT and POs.
      Add the German translation of the dpkg-name.1 man page.
      Fix the Debian French translation team address.
      Most of the German man pages were added, not updated.
      Applies Helge Kreutzmann's suggestions on dpkg-statoverride.8.
      Merge strings used in multiple POs (French translation).
      Add the German translation of the dpkg-statoverride.8 manpage.
      Add the Japanese translations of the 822-date(1), deb(5), deb-old(5) and
      Fix the typos reported by Helge Kreutzmann in the dpkg.1, dpkg-divert.8,
      Add the German translation of the dpkg.1, dpkg-divert.8, and deb-control.5
      Updated German dpkg Translations, thanks to Sven Joachim.
      Add the Frecnh translation of the dpkg-architecture.1 man page.
      Apply Helge Kreutzmann's suggestions on the dpkg-source.1 and
      Add the German translation of the dpkg-architecture.1 manpage, and the
      Updated German translation for the dpkg-architecture man page.
      Remove linux-alpha from the architecture wildcard examples.
      Fix a formatting issue in the dpkg-architecture.1 man page and regenerate
      Update the French translation of dpkg-architecture.1.
      Fix two typos in the German translation. Thanks to Jörg Sommer and
      Fix typo.
      Japanese translation of the cleanup-info(8), dpkg-name(1),
      Fix a typo in the dpkg-divert.8 man page, and regenerate the POT and POs.
      dpkg.pot: Regenerated.
      Revert revision 502. It was not a typo.
      Updated Vietnamese translation.
      Updated Swedish dpkg translation.
      Japanese translation of dpkg-divert.8 and dpkg-query.1 and update of the
      German dselect translation updated.
      Fix typo.
      Update Sven Joachim's email address.
      Add missing spaces.
      Japanese translation of deb-control(5), dpkg-deb(1), install-info(8),
      Add the changelog entry for the last dselect translation update.
      Japanese dpkg's translation updated to 920t
      New Japanese translations: dpkg(1), dselect(1), update-alternatives(8).
      Updated Slovak translation for dpkg.
      Fix typos in the dpkg's Japanese translation.
      Fix a typo in the Italian translation of dpkg.
      Updated dpkg translation.
      Change the Dzongkha translation maintainer to norbu <nor_den at hotmail.com>
      Typo fixes in the Japanese manpages translations.
      Updated translation.  And taking over the French translation of the dpkg
      Fix entries in the po and man Changelogs.
      Update the Basque translation to 920t.
      Fix a typo.
      Typo fix in C/dpkg-scansources.1, regenerate the POT and POs.
      Add the changelog entries for the Hungarian pages.
      The Hungarian pages have to be encoded in ISO-8859-2. As the PO are now
      Add the missing French addendum. The French man page was activated in
      Add the french translation of the 822-date(1) and dpkg-scansources(1) man
      Activate the Catalan translation.

Peter Karlsson (109):
      Updated Swedish translation.
      Updated my e-mail address
      Updated Swedish translation
      Logged today's changes
      Updated ChangeLog from comments received on the sv at li.org mailing list
      Updated sv.po from comments received on the sv at li.org mailing list
      Added more of the changes suggested from the sv at li.org list.
      More corrections to the Swedish translation
      Updated Swedish translation
      Updates and corrections to Swedish translation
      Initial Swedish translation
      Updated Swedish translation
      Added more Swedish manual pages to install.
      Logged translation changes
      Some consistency changes for the translation
      Translation fixes
      Logged today's translation changes
      Initial Swedish translation
      Added more Swedish manual pages to install
      Fixes and updates
      Logged today's changes to Swedish translation
      Escape - in dpkg manpage NAME
      Updated Swedish translation
      Translated readfail message parameters from extract.c
      Some corrections
      Updated
      Updated Swedish translation
      Terminology changes
      Updated Swedish translation.
      Updated Swedish translation
      Fixed a typo
      Logged
      Updated Swedish translation
      Updated.
      Updated translation
      Updated Swedish translation
      Updated Swedish translation.
      Fix typo
      Fix typos
      Updated Swedish translation.
      Today's changes
      Updated Swedish translation
      Updated Swedish translation.
      Updated Swedish translation for 1.9.0.
      Updated to mtach main/dpkg.8 1.25.
      doc/sv/dpkg.8: Updated to mtach main/dpkg.8 1.25.
      Updated Swedish translation.
      Updated translation
      Sync to 1.29
      Updates
      Updated to 1.7
      s/emter/enter/
      s/specificaton/specification/
      Updates
      Updated to 1.8
      Updated to 1.6
      Moved the .TP to the correct place
      Updated to 1.6 (not completely translated)
      Updated to 1.30
      Swedish translation updates
      Fixed a few spelling and grammatical problems.
      Fully translated and spell checked.
      Fix syntax errors
      Updated to 1.8
      Updated to 1.31
      Updated translation
      Logged my changes
      Fixed msgfmt errors
      Updated Swedish translation
      Updated to 1.4
      Add simple script to check up-to-datedness of translations
      Corrected spelling
      Corrected spelling
      Initial Swedish translation.
      Better wording
      Initial Swedish translation.
      Fixed spelling.
      Translation fixups.
      Today's changes
      Harmonize translation of "essential" and make sure it is not the same as for
      Added back up-to-date check script
      Updates and fixes after move
      Fix numerous copy'n'paste errors.
      Translated new files.
      Logged changes
      Added a Makefile.in, thank you very much.
      Fixed removed/purged ambiguity in translation (they had the same translation
      Unfuzzified string.
      Updates
      Updated
      Updated Swedish translation.
      Updated translation.
      Fixed fuzzy translations.
      Fixed the fuzzies
      Updated translation of manual pages.
      Various updates to Swedish.
      Updated Swedish translation.
      Removed obsolete CVS $Id$ header.
      Changed ChangeLog log.
      Began updating the Swedish translation.
      Partial updates.
      Partial update.
      Full translation.
      Updated Swedish dselect translation.
      Updated Swedish dselect translation.
      Updated Swedish translation.
      Fixed accidental syntax error.
      Completed update of Swedish translation of manual pages.
      Tweak the Swedish translation.

Peter Mann (1):
      Updated Slovak dpkg translation (848t0f91u)

Philippe Batailler (12):
      Add addendum files and update
      French translation update
      add entry to Changelog
      Updated french translation of manpages
      french translation updated
      French translation updated
      French translation updated
      French translation updated
      French new translation
      French translation fixed
      Typos fixed, thanks to N.F.
      French translation updated

Robert Luberda (7):
      Update Polish man pages translation
      Updated Polish dpkg translation
      Updated Polish translation of dselect
      Update Polish translations
      Update the Polish translations
      Updated to 906t11f21u.
      Finished the Polish translation

SZERVÁC Attila (21):
      initial hu.po added
      added hu dpkg.cfg & dselect.cfg manpages
      added hu dpkg-deb manpage
      hu dselect update
      hu dselect fixes
      fix some string in hungarian po
      new and updated Hungarian manpages
      hu update
      fixed logs, sorry \!
      * hu.po: Updated to 468t.
      [INTL:hu] Updated to 578t.
      hu.po: updated to 669t
      hu: dpkg-deb dpkg.cgf dselect.cfg update
      hu: deb-control updated
      hu: deb-control + changelog updated
      po/hu.po: Updated to 746t
      hu: Updated changelogs
      hu trunk: dpkg, dselect, man updates
      hu trunk: Updated to 777t
      hu trunk: Updated to 815t
      hu trunk: updated to 867t

Scott James Remnant (91):
      Retro-actively apply patch for the 1.10.18.1 release:
      Bump version-nr to 1.10.19 and set date of new changelog entry to UNRELEASED.
      Apply patch to fix #217943 and, #235266, build conflicts were being pushed
      Apply patch to fix #232025; the tar spec doesn't require a 100-char filename
      Apply patch from Colin Watson to fix #139781; dselect had a
      Apply patch from Christian Haggstrom to fix #213038, #217286,
      Fix uploaders and add myself.
      Remove double ChangeLog entries.
      Close the bug for that last commit.
      Apply patch from jfs to fix #232916; add blank line to .dsc
      Apply patch from Robert Millan to fix #211566; update support for
      Apply patch from mrvn to fix #228253; keep architecture in the
      Apply patch from Brian Carlson to fix #170953; don't print offending
      Apply patch from asuffield to fix various md5sum bugs by checking the
      Date the release
      Argh, will need a high urgency to get in before freeze.
      Bump version to 1.10.20.
      Update various translations.
      Gee, thanks Javier...
      Add two new japanese manual pages.
      Date the release
      Now that's behind us, time to look forwards... :-)
      * utils/start-stop-daemon.c: Don't require an argument for -V (version).
      * main/remove.c (removal_bulk_remove_configfiles): Don't change the
      Run update.sh over the po files; this should probably get done before a
      Large batch of translation updates.
      Updated Japanese manual pages, added new dpkg-source.1 page.
      Add new spanish dpkg-source manpage.
      Tollef and I gorged on low hanging fruit and got our hands sticky.
      Correct a few errors that appeared during merge ... this file will need
      Slightly over-keen patch to install-info, $infodir is prepared earlier
      Update translation files, date the release.
      Begin 1.10.22 ... which will get released tomorrow when we find out what
      Ensure all translated manual pages actually get included in the binary
      Add support for pure amd64 in archtable and dpkg-architecture, it's
      Spanish manpages from our friend...
      Correct a bad option in dpkg.8
      Add support for the new Hurd-style i386-gnu triplets; rather than hacking
      correct typo
      Add new Spanish manpage.
      Order updated translations alphabetically
      Couple of patches from Tollef ... Correct case of Origin and Bugs fields
      Various low-hanging documentation updates.
      New German manpage.
      Correct dselect key-press documentation.
      Fix very silly segfault.
      Add ia64-unknown-linux-gnu to archtable.
      Add support for DOS line-endings to md5sum.
      Remove restriction that package names be at least two characters long.
      Updated French translation.
      Now that d-i installs aptitude as well as dselect, we can suggest that
      Suggest fakeroot for dpkg-source -r.
      Mention dselect update while talking about dpkg --update-avail.
      Document what packages provide additional functionality that the
      Fix a large collection of low-hanging-fruit documentation corrections
      Correct Makefile bug that prevents installation if --without-sgml-doc
      Release 1.10.22
      manpages moved from 8 to 1
      Bump version to 1.20.23
      Patches applied:
      Patches applied:
      Erk, hands slipped and did bad things :)
      Patches applied:
      takes a hammer to afore-mentioned fingers
      Patches applied:
      Patches applied:
      Patches applied:
      Patches applied:
      Patches applied:
      Patches applied:
      Patches applied:
      Patches applied:
      Patches applied:
      Patches applied:
      Patches applied:
      Patches applied:
      dpkg (1.10.24) unstable; urgency=low
      dpkg (1.10.25) unstable; urgency=low
      dpkg (1.10.26) unstable; urgency=low
      dpkg (1.10.27) unstable; urgency=low
      dpkg (1.10.28) unstable; urgency=low
      dpkg (1.13.1.0.1) experimental; urgency=low
      dpkg (1.13.2) experimental; urgency=low
      dpkg (1.13.3) experimental; urgency=low
      dpkg (1.13.4) experimental; urgency=low
      dpkg (1.13.5) experimental; urgency=low
      dpkg (1.13.6) experimental; urgency=low
      dpkg (1.13.7) experimental; urgency=low
      dpkg (1.13.8) experimental; urgency=low
      dpkg (1.13.9) unstable; urgency=low
      dpkg (1.13.10) unstable; urgency=low

Stefano Canepa (2):
      commit 876d77529b9d974942d1ced3c83cc607369395dd
      Updated italian translation

Wichert Akkerman (682):
      Updated to dpkg 1.4.1.4
      Update to dpkg 1.4.1.5
      Updating to dpkg 1.4.1.7
      Updated to dpkg 1.4.1.8
      Added some missing files
      Another missing file
      Updated to dpkg 1.4.1.9, and added spanish translation
      Updated the packaging-stuff
      Updated to dpkg 1.4.1.10
      Updated to dpkg 1.4.1.11
      Update to dpkg 1.4.1.12, clean up some rejections
      Added another missing file..
      Even more missing files.. the japanese translations for manpages now.
      Update the ChangeLog
      Patch from Adam Heath for update-alternativs to handle cross-device links
      Fix bug in dpkg-buildpackage that broke signing with -sgpg
      Make dpkg-source work on empty diffs
      Fix GPL and documentation location in debian/changelog
      see ChangeLog
      Fix installation-problems
      Updates for Hurd
      Update update-rc.d to check if codenumber is below 100
      Fix dpkg-deb to be able to handle archives made with Linux ar
      Remove conffiles before removing directories when purging a package
      * check if we violate conflicts/depends/pre-depends of other packages when
      Add support for HURD to start-stop-daemon
      dselect is its own package now
      dpkg-scanpackages: don't die if we can't open a package
      fix crash in dselect on window resize
      Check if a file isn't also in the new package when upgrading
      Fix some logic errors in dependency-handling code
      Add an option to show the diff between old and new conffile
      Change oldfile-check in process_archive to prevent memory corruption
      Small fixups to prepare for 1.4.1.15 release
      Don't hardcode ENOENT in perlscripts
      Reinstate patch to not read available-filoe when doing listfiles
      Add --force options for handling changed conffiles
      Update dpkg manpage for --force-conf* options
      Use POSIX instead of Errno
      Add changes from 1.4.1.16 release. Unfortunately it's too late to tag things
      Update ChangeLog
      Update copyrights
      Add support for GNU tar extension for long filenames
      Add --assert-longfilenames
      Add .cvsignore for docs
      Add release-date to changelog
      Correct message for invalid parameter in dselect
      Add gettext-support to dselect
      translation fixups
      minor fixes for translations
      Added Czech translation for dpkg
      Translate helpmessages in dselect
      Fix typo in dpkg help
      Small configure update
      Add Polish translation
      Fix name for spanish translation
      Add proper includes to helpmsgs.pl
      Silly fixed to make it all build again
      Update ChangeLog
      Don't translate internal errors
      Release 1.4.1.19
      Adding Russian translation
      Hmm
      Fix translation mixups
      Added Enhances to a few scripts
      Added Enhances to a few scripts
      More enhances updates
      ChangeLog update
      Fix silly typo
      Correct names for build-depency names according to Bug# 49792
      Also fix dpkg-source.pl
      Rename Japanese translation
      Removed generated file
      improve searchkeys in dselect
      Useless change in uid-parsing
      Add strdup to start-stop-daemon
      Move the new buildsystem into the main branch
      More of the same
      Some more updates.. we should (almost) be there now
      More updates - we should (almost) be there now
      Update changelogs
      Oops, removed a bit too much
      Update
      Add missing semiclon in baselist::kd_search()
      Add missing semiclon in baselist::kd_search() (yes, again)
      Last updates for 1.6 release
      Correct name of source tarball in debian/rules
      Fix .so-entries for script manpages
      New polish translation
      Various updates; see ChangeLog
      Updated polish translation
      change maintainer
      Update polish translation, add manpage for cleanup-info, update
      dpkg-divert manpage added
      Make dselect build again
      Add install-sh
      Fix silly error in utils/Makefile.in
      Fixup default lispdir
      Handle new manpages in debian/rules
      Fix uid/gid changing in start-stop-daemon
      Comment new suggest/recommend behaviour in dselect - it's broken
      Small fixups
      Set date in debian/changelog
      Fix typo in release.sh
      Drop emacs byte-compiling support
      Update Czech translation
      Add Swedish translation
      Rename cvsclean to distclean
      dselect/main.cc: We need to printf programdesc as well
      Really add automake/sysinfo.m4
      fix dpkg-buildpackage -nc option
      Make it possible to not build dselect
      Add config.guess and config.sub
      Test for ptrdiff_t
      add ptrdiff_t to acconfig.h
      More autoconf updates
      Fix typo
      autogen.sh: copy gettextm4, lcmessage.m4 and progtest.m4 to automake/ systems without gettext installed
      Add optlib
      utils/start-stop-daemon.c: Fix OS-detection for sunos
      Makefile.conf.in: use @libdir@ and @admindir@
      Fix typo in swedish translation
      Fix wrong formatting of dpkg-divert manpage
      scripts/dpkg-scansoures.pl: don't use \z since that is perl5.005-specific.
      debian/dpkg-doc.postrm: Use doc-name instead of file-name
      From the ChangeLog
      * version-nr: update to 1.6.5
      add email address for Scott Barker
      Oops, forgot to add scripts/dpkg-safefilelist.{1,pl}
      Fix missing newline in dpkg-deb helpmessage
      handle 8th bit properly in packagelist-displays
      dselect/pkgtop.cc: use waddnstr instead of waddch so we don't strip the 8th bit of characters
      update spanish translation
      main/enquire.c: always use a minimum width of 80 in list1package
      install dpkg-safefilelist
      Update changelog
      Update copyright of swedish translation
      scripts/dpkg-buildpackage.sh: support debsign
      dselect/method.cc: pass admindir to dpkg
      Update changelog
      scripts/cl-debian.pl: Allow space between `#' and the bugnumber in the changelog scripts
      various text and manpage updates
      dselect/baselist.cc: don't specify SA_INTERRUPT, since it's not portable and the default behaviour
      Update Swedish translation
      Update Russian translation
      Bunch of changes to make dpkg compile on HP-UX
      Update Japanese manpages
      1.6.7 release
      fix wrong test in dselect/Makefile.in
      Switch to using objdump in dpkg-shlibdeps
      Add .gmo files
      scripts/controllib.pl: add comment with description of global variables
      configure.in: don't try to outguess what CFLAGS should be
      scripts/dpkg-buildpackage.sh: we know that dpkg-architecture is
      Merge the potato branch:
      flag two more strings as translateable
      Update doc/ja/dselect.8
      dselect/pkgsublist.cc: mark another string as translateable
      utils/Makefile.in: fix link command for start-stop-daemon
      dselect/methkeys.cc: remove old bindings for `n\' and `p\', which frees `n\' to do searchagain
      Synchronize with potato-branch again:
      Synchronize to the potato branch again
      Update TODO
      Synchronize with potato-branch again:
      configure.in: add -D_GNU_SOURCE to CFLAGS so we can get strsignal
      * TODO: updated
      doc/*: remove all references to GNU/Linux and just mention `Debian system': we just as well on other operating systems.
      dpkg-deb/build.c: remove extra closing brace
      Merge things from the potato branch:
      Updated gettext stuff
      configure.in: generate doc/sv/Makefile as well
      Add it.gmo
      scripts/dpkg-statoverride.pl:
      buildsystem update
      really add that manpage
      lib/parse.c: add Enhances to fieldinfos[]
      Small fixups
      Undo over-translation
      main/enquiry.c: modify getttywidth() to check COLUMNS environment
      scripts/dpkg-gencontrol.pl: add Origin, Submit-Bugs-To and Submit-Bugs-Style fields.
      mark another string as translateable
      Fixup packagelisting formatstring creaton
      updates from Chip Salzenberg to clean up fd handling
      check if we are outputing to a tty
      add sh architecture support
      update changelog
      configure.in: add de to ALL_LINGUAS
      scripts/dpkg-divert.pl: change $dpkglibdir to $admindir
      Small change to make testing easier
      make dpkg-shlibdeps really do what the manpage says it does
      debian/control: add dependency on binutils for dpkg-dev (needed for objdump)
      scripts/dpkg-scanpackages.pl: modify to use most recent version
      Commit proper dpkg-shlibdeps.pl
      Add hppa support
      fixup html-escaped left from a patch
      fixup html-escaped left from a patch
      Document -k option for dpkg-buildpackage
      Escape - in dpkg manpage NAME
      Add new shlibs.default and shlibs.override files
      add -S option to only upload sources
      don't print version twice on --help
      fix typo
      main/enquiry.c: fix the listpackage output logic
      main/main.c: call new myoptfile()
      Install default configuration file
      handle -opt-value style options as well for files
      and now it compiles again
      don't abort of configfile does not exist
      update changelog
      Update changelogs
      update .po files
      fix typo
      read trailing zeroes from tar output
      add galician translation
      Add Brazilian translation
      don't rename a file to itself
      fix a buffer overflow in cmdname handling
      Update formating
      remove debug statement
      Add
      Add dutch translation
      scripts/dpkg-genchanges.pl: make a missing package a warning instead of an error
      Mark readfail message parameters as translateable
      update translations
      Add missing dpkg.conffiles
      debian/rules, debian/origin: add new origin file
      add origin file
      scripts/dpkg-buildpackage.sh: fix logic error in source-only building
      scripts/dpkg-statoverride.8: fix typos
      Chop read lines in myfileopt
      Remove emacs helper scripts
      Add powerpc-linux-gnu entry to archtable
      small fixup in internals manual build
      remove emacs stuff
      Use proper name for .changes file when building source-only
      fix two memory leaks
      lib/mlib.c: fix error reporting for reading data in do_fd_copy
      properly chomp lines
      scripts/dpkg-scansources.pl: Fix getopt usage since perl5.6 complains about it.
      add new --import option to import settings from /etc/suid.conf
      Update Galish translation
      fix some stupid errors. silly perl syntax..
      Improve description of --import option
      purge a bit of leftover elisp stuff
      Fix ENOENT issues
      more dpkg-statoverride fixes
      More small fixes
      fix typo
      use do_fd_copy when extracting ar files
      include/dpkg.h.in: remove defines for cat and dpkg-safelist since they are no longer used
      fix typo
      scripts/dpkg-statoverride.pl, main/filesdb.c: merge patch from
      add s/390 support
      add support for using libz
      Fix silly errors
      fix another silly mistake
      fd copy loop generalizations
      blah
      blah^2
      More doogie-patches
      Add gettext to build-depends
      fix warning when trying to remove a non-existing statoverride
      main/archives.c: create files, fifos, devices and directories with mode 0
      fix grammer in dpkg manpage
      update Build-Depends
      More Adam stuff:
      fix syntax error
      fix syntax error
      reinstate reading of trailing zeroes
      use FHS instead of FSSTND
      show description for udebs as well
      make dselect commandline options work again
      Undo earlier changes from Adam to handle -W options for the compiler
      Add French manpages
      add doc/fr/Makefile
      update French translation
      ignore vim swapfiles
      remove --import
      Fix chown/chmod ordering
      scripts/dpkg-divert.pl: only allow absolute filenames
      scripts/dpkg-source.pl: fix error in error message
      scripts/dpkg-statoverride.pl: use -e instead of -f to test
      Add ranlib for libdpkg
      Add basic OpenBSD 2.8/i386 support
      switch to using POSIX glob instead of regexp
      scripts/dpkg-divert.pl: fix typo in usage message
      utils/start-stop-daemon.c: Add OpenBSD support
      Update German and French translation
      Update French manpages
      debian/changelog: merged additions from v1.8 branch
      Update copyright
      * ChangeLog: undo file corruption (ugh)
      Add more gcc warning flags
      French translation update
      fix disk corruption
      Change dpkg-gencontrol to fix comma-related syntax errors after processing substvars
      add debsig-verify support
      update .po files
      add --no-debsign option to dpkg
      add dpkg-checkbuilddeps
      Handle window resize in dselect main menu
      translate menu options
      Updated
      updated
      New version
      add hppa64-linux-gnu
      update to latest version from libtool
      remove some translations that gettext can not handle (on hppa)
      also allow j and k to scroll to methrough main menu
      modify install-info to take relative filesnames, and add a --remove-exactly option to only remove exact matches (Rob Browning)
      Updated Japanese translation to fix gettext problems
      Add --retry option to start-stop-daemon
      Remove useless gettext ChangeLog
      Synchronize regexps to extract Cloes
      Update changelogs
      Update list of available manpages
      Fix silly typo
      Add missing comma
      Remove some debugging code
      Fix another typo (guess nobody tested the CVS code in a while :)
      You guessed it, another typo fix
      Remove double print
      make sure we never overflow errmsgbuf
      zap old conflict indicator
      Initialize otherpriority as well
      swap order for %.*s formats
      scripts/dpkg-scanpackages.pl: fix typo in vercmp version cache
      Nothing to report - move along
      Remove yet another Linux reference
      Close another bug
      Close more bugs
      include stdlib.h to get exit declaration
      remove no longer used warning flags
      Fix weird pointer usage
      Include stdlib.h to get exit declaration
      No longer use deprecated multi-line string literal
      ChangeLog
      main/filesdb: change initialization of putat in ensure_packagefiles_available() so gcc won't warn about possible uninitialized usage
      do not read a .list or statoverride file if they are empty
      main/filesdb.c: fix putat logic we broke earlier today
      update perpackagestate comment to note dpkg and dselect use conflicting versions of it
      update dpkg manpage to note --force-overwrite is not enabled by default
      Make execbackend logic a bit more readable
      Return non-zero error code on -S and -L
      fix qsort_compareentries
      Add stamp-binary
      Add dselect configuration file
      Update changelog
      Add missing newline
      Remove Language-Team entry, debian-l10n-german does not exist
      Translation update
      Update .po files
      Use INSTALL_PROGRAM for programs
      Add new enoent utility to get ENOENT at runtime
      Add note that make will replace dpkgdlibdir
      Merge SuperH patch from YAEGASHI Takeshi
      Add note about SuperH update
      Update Italian translation
      Fix incorrect ENOENT test
      Fixup sh architecture name
      Really install French manpages
      Install enoent in the dpkg package
      Move dpkg-scansources manpage to section 8
      Fix spelling error
      Update Czech and Polish translation
      Update Japanese translation
      Add new Danish translation
      No comment
      Update Russion translation
      fix translations where both strings did not both end with \n
      Update Galician translation
      Fix formating in dpkg(8)
      Document dpkg.cfg
      Update Spanish translation
      Document dselect.cfg
      Update Danish translation
      Use libdpkg style error handling in md5sum
      dpkg-shlibdeps need not care about the dpkg --search exitcode
      Resync with v1_9
      Update section and prioriyies to match dinstall overrides
      Add 1.9.1 release date
      Remove last lisp reference
      Remove conflict indicators
      swap j and k keybindings in main menu
      Translation update
      Handle partial reads while reading a pipe
      Sligh language fixup
      split assertion
      restore previous statement to break reverse cycles
      Update French translation
      add i386-gnu0.2
      More %z format fixes
      don't include curses.h since dselect.h already does that for us
      handle interrupted getc in falliblesubprocess() prompt
      Add setcloexec function to set close-on-exec flags, and use that everywhere
      add functions to initialize and destroy the obstack, ensure obstack is initialized in try_remove_can() as well
      Correctly handle trailing spaces in versions
      Improve description of --force-confdef
      Fix dpkg.cfg location
      properly use warning-flag when running maintainer scripts
      fix pausing logic, and use $changedby as the signing ID
      spell dependency consistently
      spell dependency consistently, fix handling of spaces
      fix test for illegal packagename
      fix format args for size_t
      Use uid_t and pid_t everywhere
      Update for 1.10
      Import 1.9 releases
      Add recent changes
      Use conflicts for sysvinit, update build-depends
      Further updates
      Update Spanish translation
      really use narglist in do_script()
      Handle screen resize in main menu
      Add ru to subdirs
      Added Russion translations from Alexey Mahotkin
      Fix typo
      Add ru
      make "n" do searchagain instead
      don't pass CFLAGS to configure
      Fix layout problem
      Call dpkg-architecture instead dpkg to determine the host architecture.
      Improve documentation
      Update German translation
      Start adding German manpages
      remove emacs hints and Linux references
      Merged improvements from Joost Kooij
      Fix typo
      Do not mention the non-existing dpkg(5)
      Update changelogs
      Fix syntax error
      add manual_install prototype
      add dp_should priority
      modify kd_select() to set manual_install so we can identify user-selected packages
      modify repeatedlydisplay() to unset manual_install so we can identify user-selected packages
      modify resolvedepcon() to handle recommand and suggests better
      Merge dselect patch from Joey Hess
      Add per-user configuration file
      add dselect package and fix dpkg-doc section
      Add new files for dselect package
      replaced with dpkg.preinst
      remove dselect.cfg
      split out dselect and a few other cleanups
      Add the various new substvars files
      Document dselect split
      Give dselect same priority as dpkg
      include unistd.h which is needed to get the ioctl prototype on Solaris
      Restore missing changelog entries
      Add configurable colours to dselect
      Regenerated
      Make setheights() virtual
      add setheights() member and fix protection
      override setheights() to make list_height 1 higher then the default so we draw the list correctly
      make Q do abort so we are consistent with the pkglist
      List more dselect changes
      Fix test for nice(2) failure
      Improve some help texts and helpscreen keybindings
      Improve text
      dselect help improvements
      New verrevcmp() from Anthony Towns
      Force LC_CTYPE to C
      Remove Linux references
      add checksearch and matchsearch functions to abstract searching algorithm, add displayerror member function
      use new checkserach and matchsearch functions to do the real search/matching
      implement checksearch and matchsearch using regular expressions
      dselect can handle handle regular-expressions search for packages, both
      mark another bug as closeable
      document new search features
      Merge changes from v1_9 branch
      Update fuzzy Russian translations
      install dpkg-query as well
      Add support for configurable package listings (not complete yet)
      Fix off-by-one error
      Deal properly with empty fields
      Mark dselect window resize bug as closeable
      seems glibc has a completely non-standard return value for nice(2), so deal with that properly now so things also work on non-glibc systems
      no longer install update-rc.d, it moved to the sysvinit package
      Update sysvinit conflicts to version 2.80
      update-rc.d moved to the sysvinit package
      Remove update-rc.d files
      remove -D from usage, we don't support it
      add support for field width specification
      changed things around to dpkg-query builds more easily
      Move parsedump.h to include
      Fix typos
      Update Danish translation
      add main/query.c and main/showpkg.c
      Updated using new files
      ignore Makefile, not Makefile.in
      General cvsignore updates
      control updates
      Update German translation
      Improve help texts
      Use the colour spelling for printed text
      Removed some TODO items that are implemented now
      Fix typo
      fmt can't be const since we free it in the same function
      mention we have copyright for 2001 as well
      improve help and version texts
      use DPKG define in printversion output
      Regenerated
      Oops, properly do newlines
      Mention helptext fixes
      Add dpkg-query manpage
      Document print-avail as well
      Slight language fix
      Remove another Linux reference (will they ever end?)
      Update French translation
      Mark another bug as closeable
      Update French translation
      do not start a command if the pidfile option is used and the pid in that file is still running
      Mark another bug as closeable
      make w_booleandefno get the fieldname from the fip instead of hardcoding Essential
      don't harcode 'essential' fieldname in f_boolean convert_string call
      add flags to fwritefunction. Implement fw_printheader flag to toggle printing of field headers.
      Change to more 0s into NULLs
      Count how many control components failed to open
      Move showpkg.c to lib/ so multiple tools can use it
      Obsoleted
      Add showpkg.c prototypes
      change copyright to just GPL 2
      Add changes
      Update for moved showpkg
      Improve error message
      Add showformat changes
      add parseformat prototype
      add parseformat and show options, change layout for usage info, remove copyright from version output and refer to the dpkg --license option instead
      implement do_show
      More changelog updates
      Fix unterminated line in usage text
      Oops, remove bogus include
      Strip enoent as well
      Update Danish translation
      Update Polish translation
      Updated polish translation
      Fix translations with inconsistent printf format strings
      Remove trailing tab because emacs is silly enough to warn about it
      Add missing space in dpkg-doc description
      Remove a change we never made
      Install new Swedish manpages
      Fix syntax error
      Update license statement
      Add lib/utils.c with general utility functions. Add cisalpha() and cisdigit()
      No longer set LC_CTYPE and switch to using cisalpha and cisdigit instead
      Add all four SuperH architectures
      Don't rewrite sh[34] cpu string
      use space seperated output instead of comma seperated
      Update default ignore expression to also match *~ and *.swp in subdirs
      Handle errors properly in do_check
      Accept GNU md5sum style output
      Fix another md5 sanity check
      Use -Z option for patch and set TZ to UTC0 when calling diff. This gives us reliable timestamps in diffs.
      Fix typo in ssd help message
      create parts directory
      exit with non-zero exitcode when doing --display for a nonexiting alternative
      Slight grammer improvement
      updated
      Update French manpages
      Remove emacs crap and 2 Linux references
      Use gzip -c in install-info
      Update French translation
      HP-UX support for start-stop-daemon
      Add some ssd things
      Move setsid outside of HP-UX #ifdef
      Use setsid instead of setpgid if available
      test for setsid function
      Add Catalan translation
      Add DPKG_CHECK_DEFINE which tests for a define in an include file
      Test for TIOCNOTTY
      move tty change outside OS specific ifdef and use the new TIOCNOTTY test instead
      Update Danish translation
      Add man to subdirs
      New files
      Moved from doc/
      Oops, restore
      Remove files that moved to man/
      Remove german manpages which are in man/ now
      Remove French manpages which are in man/ now
      Remove Japanese manpages which are in man/ now
      Remove Russian manpages which are in man/ now
      Remove Swedish manpages which are in man/ now
      Remove framework for subdirectories
      Removed files that moved to man/
      Fix wrong changelog entry
      Fix typo
      Update copyright notice
      Move files over from doc/sv/
      Go away and taunt me no more!
      Go away and taunt me no more
      Restore correct file
      Added Brazilian manpage translations
      Make dpkg-gencontrol not warn about Uploaders
      Continue to read all data from a pipe, until EOF
      add changes from 1.9.18 and 1.9.19
      Mark /etc/alternatives/README as a conffile
      always allocate data for pkg->file->size so we don't overwrite other data
      Changed maintainer to debian-dpkg at lists and add Uploaders
      More imports from v1_9
      Add start of reference manual
      Update Brazilian translation
      Update French translation
      check fgetc() for EOF return so we don't spin if we can't read input
      fix logic error, alternatives are now correctly restored to auto when removing a manually selected alternative
      Fix bogosity in previous update
      copy origin and bugs info into status file
      Fix unclear wording of changelog entry
      Improve working of --config output
      Add dselect.cfg and dpkg.cfg manpages
      Update copyright
      Fix test for incorrect packagename for -p option.
      Fix test for incorrect packagename for -p option.
      treat enhances like suggests in packagelist::resolvedepcon()
      Remove commented out statements
      Add LFS support
      Fix typo in dpkg-source manpage
      Add docbook version of dpkg(8)
      add DocBook version of dselect(8)
      Add more DocBook manpages
      Add DocBook version of deb(5) manpage
      Removed unneeded id attributes
      Fixup synopsis
      Add DocBook version of deb-control(5) manpage
      Remove bogus whitespace
      Allow multiple consecutive empty lines
      Fix typo
      Add DocBook version of deb-old(5) manpage
      Add DocBook version of cleanup-info(8) manpage
      Add DocBook version of dpkg-checkbuilddeps(1) manpage
      Remove unneeded ISOdia entity
      mark another bug as closeable
      add DIFF #define
      documentation update
      Remove double line
      Add paths entity file
      use @PACKAGE@ for dpkgconfdir as well
      generate man/paths.ent
      Expand all paths before substitution
      Update Ian Jacksons' email address
      Perl sucks, fix Ian's email address
      Clarify confold and confnew handling
      Reindented and split into multiple seperate functions
      Remove install-sh
      Further cleanup
      Removed another needed file
      Fix syntax error
      And now properly fix that syntax error
      Document --force-confmiss and --force-bad-verify
      Update Danish translation
      remove compat stuff for ancient dpkg versions.
      Regenerated
      Update French manpages
      Updated Russian translation
      Add autom4te.cache
      Update Catalan translation
      Update release date
      patch from Josip Rodin to improve the move from /usr/info to /usr/share/info
      Start 1.11 work
      Install dselect methods in dselect package
      Apply (modified version of) patch from Josip Rodin to improve bits of documentation
      remove forced check for build-essential, we should not hardcode Debian policy into dpkg
      Fixup paths
      Add ~ to the list of legal characters in a package filename
      add conflict with dpkg-iasearch which intruded on our namespace and replace manpages-de which includes one of our manpages
      Start 1.10.1
      sync dpkg and dpkg-static dependencies, fix double conflict for dpkg
      Backport fixed from HEAD
      Backport fixed from HEAD
      move dpkg.cfg.5 and dselect.cfg.5 into dpkg package
      Unbackport version-nr
      Remove autom4te.cache in clean target
      cp instead of mv since we need files for both dpkg and dpkg-static (ugh)
      Fixup install path
      Mark 1.10.1 release
      check for malloc failure and actually look in /home/wichert for file instead of looking in confdir twice
      Move dselect.cfg to dselect package
      Update to 1.10.3
      Oops
      Fix typo in installation directory
      srcipts/dpkg-source.pl: allow ~ in version numbers
      Grr, properly allow ~ in version numbers
      Allow ~ in Files: field as well
      Make dselect do conflict resolution when dealing with automatically selected recommended packages

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  cec0e40   Branch dpkg 1.13.25 for etch and open trunk for 1.14.
       new  2b7a106   [l10n:ro] merged the typo fix for dpkg-divert help from trunk r624; added a new changelog entry with bad version number so is set to a correct value when necessary by the maintainers
       new  d9c04bf   Bump version to 1.13.26~
       new  4494c8f   Do not treat two symlinks to the same directory as a file conflict.
       new  a6123d4   dpkg.cfg: Reintroduce 'no-debsig' option
       new  61a1493   Release dpkg 1.13.26

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list