[Reproducible-commits] [dpkg] annotated tag 1.16.3 created (now 4ada715)

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


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

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

        at  4ada715   (tag)
   tagging  b9a009d61792c711dbd440b7cc3004d1b02569ed (commit)
  replaces  1.16.2
 tagged by  Guillem Jover
        on  Fri Apr 27 10:11:02 2012 +0200

- Log -----------------------------------------------------------------
Release 1.16.3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEABECAAYFAk+aVJgACgkQuW9ciZ2SjJvmfQCggnVWAJ5m1bW9dP2RUOl7K6vN
whMAnRhJMJW5wxS2LZcUSWf3LrBQtHNZ
=Di07
-----END PGP SIGNATURE-----

Ben Harris (1):
      Dpkg::Control: Fix memory leak due to objects not being garbage-collected

Christian PERRIER (7):
      Update French translation of program messages
      French translation update for scripts
      French translation update for dselect
      French translation update
      Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg
      French translation update for manual pages
      French manpages translation update

Colin Watson (1):
      dpkg-divert: Add test case for ignored rename request from diverting package

Guillem Jover (98):
      Bump version to 1.16.3
      Clarify internerr() messages
      Do not use `' quote pairs for non-translatable strings
      doc: Use Unicode box drawing characters instead of ASCII art
      Mark enum and struct member comments as doxygen descriptions
      dpkg: Rename <foo> to «pathname» in comments to not confuse doxygen
      dpkg: Move comment and assignment just before its related code block
      dpkg: Refactor code into new clear_deconfigure_queue() function
      dselect: Move gap_width from derived classes to baselist
      dselect: Move total_width initialization from derived classes to baselist
      dselect: Use max() to compute total_width
      dselect: Use a new attribute array instead of separate attribute variables
      dpkg-deb: Do not look for newline beyond the buffer in read_line()
      libdpkg: Refactor ar member check into new dpkg_ar_member_is_illegal()
      u-a: Check name and link arguments for all commands
      Fix coding-style
      u-a: Rename alternative_can_replace_path to alternative_path_can_remove
      libdpkg: Rename pkgiterator variables from i to iter
      dpkg: Pass filenamenode to pkg_files_add_file() instead of string and flags
      Rename blankversion() to dpkg_version_blank()
      Rename informativeversion() to dpkg_version_is_informative()
      dpkg-query: Use literal format in printf call to allow compiler checks
      Rename iterfiles*() functions to files_db_iter_*()
      Rename file iterator variables to iter
      dpkg-divert: Only check for --divert being absolute when setting it
      dpkg-divert: Use call_divert_badusage() to test for single arguments
      dpkg-divert: Check all dpkg-divert filename arguments
      Use cmp() == 0 instead of !cmp()
      Rename pigp variables to pkg
      Rename pif variables to pkgbin
      libdpkg: Fix typo and punctuation in comment
      libdpkg: Name pkgset variables in pkg_db_find_set() as setp and new_set
      libdpkg: Move compression command name macros from header to C file
      libdpkg: Add JavaDoc module definitions
      doc: Use the C file as source instead of the lex file
      Change pkgadmindir() to initialize infodir itself
      Rename pkgadmin*() to pkg_infodb_get_*()
      Move pkg_infodb_get_dir() and pkg_infodb_get_file() to infodb-format.c
      Print errors while reading file list files on a new line
      man: Remove author sections and comments
      dpkg-source(1): Document that patches are expected to apply w/o any fuzz
      dpkg-buildflags: Remove redundant -Wformat-security from default flags
      dpkg-query(1): Document multiple paragraph command output order
      Update usertags
      Use submitter email address
      s-s-d: Make all pid_is_exec() implementations get a struct stat
      s-s-d: Make pid_is_cmd() on the Hurd match on both argv[0] and argv[1]
      libdpkg: New deb format version module
      Switch deb format version handling to use the new deb-version module
      Use a dot or ellipsis where appropriate instead of ..
      libdpkg: Define a __func__ fallback for old C++ modes
      Use implicit __func__ in internerr() instead of explicit literal strings
      dselect: Print unknown value in internerr() message
      dpkg-deb: Always build new format by default
      dpkg-split: Ignore minor format version number changes
      dpkg-deb: Add epoch when needed to built package names
      dpkg-deb: Do not arch-qualify package name on output
      build: Switch from --without- to --disable- for programs to be built
      u-a: Refactor get selections into alternative_get_selections()
      u-a: Move alt_map_obj setup logic into alternative_set_selections()
      u-a: Refactor mode selection into alternative_select_mode()
      u-a: Refactor alternative update logic into alternative_update()
      u-a: Move alternative loading logic before handling any action
      dpkg-name(1): Change example to use dpkg-deb --build instead of dpkg --build
      Revert "dpkg-deb: Add epoch when needed to built package names"
      u-a: Use current_choice instead of retrieving it again
      u-a: Do not use alternative_has_current_link() in alternative_is_broken()
      u-a: Fold alternative_has_current_link() into alternative_get_current()
      u-a: Do not use strlen() to check for non-empty string in fileset_has_slave()
      u-a: Do not use trinary boolean operators with explicit bool result values
      u-a: Merge display action handling into previous if/else block
      u-a: Rename altdb_interrupt_parsing() to altdb_parse_stop()
      u-a: Move alternative_parse_fileset() modified argument to struct altdb_context
      u-a: Switch must_not_die boolean arguments to flags variables
      u-a: Rename config_all() to alternative_config_all()
      u-a: Move config_all() function near action handling code
      u-a: Rename filter_altdir() to altdb_filter_namelist()
      u-a: Move altdb directory access functions near altdb code
      libdpkg: Rename compressor_get() accessor to compressor()
      libdpkg: Use compressor() accessor instead of intermediate variables
      libdpkg: Use pdb_lax_version_parser instead of pdb_lax_parser in parse_db_version()
      libdpkg: Simplify f_booleandefno() and f_multiarch() implementations
      build: Line wrap dpkg_buildflags variable setting
      Dpkg::Arch: Add support for arch ABI attribute overrides
      Add x32 support to ostable, abitable and triplettable
      s-s-d: Refactor path concatenation into newpath()
      s-s-d: Fix --exec to work with relative arguments and --chdir
      dpkg-divert: Do not rename files owned by the diverting package
      libdpkg: Namespace and uppercase enum pkg_format_type values
      libdpkg: Add new functions str_is_set() and str_is_unset()
      Use new str_is_set()/str_is_unset() instead of ad-hoc checks
      dpkg-gensymbols(1): Clarify that arch-wildcards are supported
      libdpkg: Do not return from 0 sized buffer_copy() w/o doing filtering
      dpkg: Generate md5sums info files if none were present in the binary package
      dpkg: Switch struct badstatinfo value member to an union of int and char *
      dpkg: Add missing list and md5sums database file checks to --audit
      Regenerate .pot files and merge .po files with them
      Release 1.16.3

Helge Kreutzmann (9):
      Fix a typo in man/dpkg-buildflags.1.
      Update German translation of manual pages and update/correct
      Update German translation of manual pages
      Update German translation of manual pages
      Correct spacing around … where necessary
      Fix ordering of languages
      Update German translation of manual pages
      Fix build failure by balancing <>
      Fix build failure by balancing <>

Peter Krefting (2):
      Update Swedish translation.
      Fix typo: "same syntax than" → "same syntax as".

Raphaël Hertzog (4):
      libdpkg: fix some typos in comments
      Fix format string in French translation causing a build failure
      man: improve French translation (partial review only)
      dpkg-source(1): improve section about fuzz being forbidden

Sven Joachim (4):
      German dpkg translation update
      German dselect translation update
      German dselect translation update
      German dpkg translation update

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

No new revisions were added by this update.

-- 
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