[Reproducible-commits] [dpkg] annotated tag 1.17.2 created (now 3f9ccd7)

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


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

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

        at  3f9ccd7   (tag)
   tagging  55c90333c5e7faecb4c1f9b726a39ac8f5bb58b7 (commit)
  replaces  1.17.1
 tagged by  Guillem Jover
        on  Thu Dec 5 04:57:45 2013 +0100

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

iEYEABECAAYFAlKf+bsACgkQuW9ciZ2SjJsl6ACg7eG6TUIZluNpDLY3u7fs8guI
2VsAn3TwetfGr1TjDysWZUyihJbplCjB
=kFx4
-----END PGP SIGNATURE-----

Christian PERRIER (1):
      French (Christian Perrier): fix incorrectly translated sentence, thanks to Fabien Givors.

Guillem Jover (155):
      Bump version to 1.17.2
      Dpkg::Arch: Make debwildcard_to_debtriplet() more robust
      s-s-d: Remove space between function name and '('
      debian: Add manpages-it Replaces to dselect and dpkg-dev
      debian: Fix typo and clarify text in 1.17.0 changelog entry
      debian: Version manpages-it in Replaces with (<< 2.80-4)
      dpkg: Automatically prepend needed spaces for continuation force-help lines
      dpkg-deb: Be more precise on deb member errors
      dpkg-deb: Do not accept deb packages with data and control members swapped
      dpkg-deb: Use badusage() instead of ohshit() for usage errors
      dpkg-deb: Inline controlextractvextract() into call sites
      dpkg-deb: Clarify --extract bad usage error message on missing arguments
      deb(5): Clarify the insertion order of _ members
      u-a: Fix use after free in alternative_parse_fileset()
      libdpkg: Fix use after free in dpkg_arch_load_list()
      libdpkg: Refactor fieldname dumping into a new varbuf_add_fieldname()
      libdpkg: Fix theoretical stack buffer overflow in w_dependency()
      dpkg: Remove extra newline from path filter debug output
      Dpkg::Compression::FileHandle: Fix typo in POD string
      scripts: Use a variable instead of a literal string for the lock file
      dpkg-gencontrol: Use -c argument as a fallback lock file
      dpkg: Pass the package reference count to maintainer scripts
      dpkg: Add a debug line when hashing on-disk files on refcounting
      libdpkg: Fix field names on error messages
      libdpkg: Move field names from parse errors to arguments
      debian: Add bug closure for package refcount fix
      Decapitalize error and warning messages
      dpkg: Use enum dep_check type and values instead of int and literals
      dpkg: When ignoring invalid remove requests consider that progress
      dpkg: Use an enum for the saidread variable
      build: Use AC_MSG_ERROR instead of obsolete AC_ERROR
      build: Do not assume make supports nested variables
      dpkg: Activate all path components for file triggers on removal
      dpkg: Activate file triggers on disappearance more accurately
      dpkg-query: Do not hardcode summary width in list_format_print_header()
      dpkg-query: Fix output when using multibyte character strings
      dpkg-split: Remove redundant call to setvbuf()
      libdpkg: Refactor report output buffering setup into a new function
      libdpkg: Use fully buffered output on non-tty
      libdpkg: Add dpkg-based program startup and shutdown functions
      libdpkg: Rename and namespace option parsing and loading functions
      Remove unused sys header inclusions
      Use <termios.h> instead of deprecated <sys/termios.h>
      libdpkg: Remove unused header inclusions from tarfn.h
      libdpkg: Rename pkg_format_node variables from cur to node
      libdpkg: Use node instead of head when walking a pkg_format_node list
      doc: Update Doxygen configuration from version 1.8.4
      s-s-d: Recognize -C as documented
      u-a: Refactor alternative_evolve_slave() out of alternative_evolve()
      u-a: Refactor alternative_has_broken_slave() out from alternative_is_broken()
      u-a: Refactor alternative_copy_slave() out from alternative_evolve()
      u-a: When changing slave links do not warn that the link group is broken
      u-a: Add new function to return a descriptive alternative status string
      u-a: Rename DPKG_TMP_EXT to ALT_TMP_EXT
      u-a: Compute unchanging select choice variables just once
      u-a: Refactor out choice printing into its own function
      u-a: Unify idx handling in alternative_select_choice()
      u-a: Change mark to be a character instead of a string
      dpkg: Add md5sums control file parsing support
      dpkg: Add new --verify command
      dpkg: Improve “Preparing to replace” and “Unpacking” messages
      dpkg: Print the package version on main progress messages
      libdpkg: Do not store timestamps in gzip headers when using the command
      libdpkg: Reset environment variables for all compressors in the filter
      dpkg-deb: Do not leak the data member file descriptor
      dpkg-deb: Be explicit when handling deb format 2 code branches
      dpkg-deb: Refactor file_treewalk_feed() out from do_build()
      libdpkg: Change find_field_info() to return NULL on not-found
      dpkg: Use a simple list to track packages owning a file
      dpkg-buildpackage: Honor new DEB_SIGN_KEYID environment variable
      dpkg-genchanges: Slighly improve note on no substvar expansion
      Dpkg::Source::Package: Check subprocess exit codes
      dpkg-buildpackage(1): Do not mark square brackets in italic
      dpkg-buildflags: Add pie and stack-protector options to FFLAGS
      scripts: Do not prefix paths with ./ before calling open
      scripts: Improve and unify -O option handling and man page wording
      doc: Write hyphen instead of dash when we mean the ‘-’ character
      libcompat: Do not NULL-terminate the list in scandir()
      libdpkg: Unify scandir() list element free()ing
      dpkg, libdpkg: Remove unused variable assignments
      dpkg: Use line instead of desc to make use of the strtok() assignment
      build: Remove -Wno-unused-value from default CXXFLAGS
      build: Add -Wc++11-compat and -Wlogical-op to the dafault warnings
      dpkg: Only allocate STATOVERRIDEFILE and DIVERSIONSFILE paths once
      dpkg: Give more meaningful names to database stat variables
      dpkg: Always return from ensure_statoverrides() if file is NULL
      dpkg: Only keep previous database stat info instead of open files
      dpkg-maintscript-helper: Generalize ensure_package_owns_conffile()
      dpkg-maintscript-helper: Accept multiple arguments in error and warning
      dpkg-maintscript-helper(1): Refactor common parameters into a new section
      dpkg-maintscript-helper: Add new symlink_to_dir command
      dpkg-maintscript-helper: Add new dir_to_symlink command
      man: Fix wording for ambiguous constructs
      build: Ignore ~ backup files
      libdpkg: Refactor integer parsing into new dpkg_options_parse_arg_int()
      libdpkg: Move error_context printer members into a struct
      libdpkg: Suffix error handling function typedef with _func
      libdpkg: Improve error handler and printer function argument names
      libdpkg: Change error printer argument from const char * to const void *
      dpkg: Refactor enqueue_error_report() out from print_error_perpackage()
      dpkg: Distinguish error reports between archives and packages
      dpkg: Refactor out run_logger() from run_status_loggers()
      libdpkg: New dpkg_locales_init()
      libdpkg: Fix crashes on Mac OS X when using first gettext() after fork()
      dpkg-deb: Do not set LC_NUMERIC to POSIX
      dpkg: Rename and unify maintscript function names
      dpkg: Use modstatdb_get_status() instead of hardcoding msdbrw_write
      dpkg: Get rid of post_postinst_tasks_core()
      dpkg: Split post_script_tasks() debug message
      dpkg: Set verify_output_rpm() as the default verify output formatter
      dpkg: Do not lose track of packages owning a file
      libdpkg: Use fp instead of stdout on isatty() in dpkg_set_report_buffer()
      build: Set DEFAULT_TEXT_DOMAIN to @PACKAGE@ for libdpkg
      libdpkg: Rename pdb_deb_control to pdb_single_stanza
      perl: Do not allow hard tabs anywhere other than leading position
      Dpkg::Compression: Deprecate default compression variables
      Dpkg::Compression: Add new compression_get_file_extension_regex() function
      Dpkg::Exit: Expose proper functions instead of variables
      Dpkg::Deps: Move _arch_* private functions to Dpkg::Deps::Simple
      Dpkg::Shlibs: Deprecate @librarypaths package variable
      Dpkg::Deps: Make %relation_ordering package variable private
      Dpkg::Vars: Deprecate $sourcepackage package variable
      dselect: Make $ftp variable file global in ftp install method
      Dselect::Ftp: Uppercase public %config package variable
      Consistently use regex instead of regexp when possible
      dpkg-source: Do not modify $diff_ignore_default_regexp package variable
      Dpkg::Source::Package: Deprecate public package variables
      scripts: Fix POD headings and item lists
      Dpkg::Changelog::Debian: Remove unused $options variable
      Dpkg::Changelog::Entry::Debian: Deprecate regex package variables
      Dpkg::Changelog: Fix parse_error() POD prototype
      Dpkg::ErrorHandling: Move syntaxerr to Dpkg::Control::HashCore::parse_error
      perl: Always check open() return value
      perl: Try to avoid boolean operators after predicates on error checks
      perl: Switch to use low precedence boolean operators for error checks
      perl: Use croak instead of die on programming errors in modules
      scripts: Use croak instead of internerr on programming errors in modules
      dselect: Use warn instead of print STDERR in method scripts
      scripts: Remove redundant STDOUT from print calls
      perl: Surround FileHandles with braces in print calls
      dpkg-buildpackage: Avoid unnecessary removal of empty arguments in withecho
      Dpkg::Arch: Move argument unpacking to the beginning of functions
      scripts: Add GnuPG 2.x support
      dpkg: Switch conflictor tracking from a fixed-size array to a queue
      libdpkg: Fallback to use ASCII method for multibyte strings on error
      libdpkg: Do not accept empty field names
      Do not accept an initial hyphen in field names
      Add experimental build profiles support
      debian: Bump Standards-Version to 3.9.5
      Dpkg::Source::Package: Make $diff_ignore_default_regexp a true alias
      Dpkg::Source::Package: Add new set_default_diff_ignore_regex() function
      dpkg-source: Update default diff ignore regex on --extend-diff-ignore
      dpkg-source(1): Document interaction of --extend-diff-ignore and -i
      Regenerate .pot files and merge .po files with them
      Release 1.17.2

Helge Kreutzmann (11):
      Update German scripts translation
      Update German translation of manual pages
      Update German translation of manual pages
      Update German scripts translation
      Update German translation of manual pages
      Update German scripts translation
      Update German translation of manual pages
      Update German translation of manual pages
      Update German translation of manual pages
      Update German translation of manual pages
      Update German scripts translation

Jeff Bailey (1):
      Add ppc64el support to cputable

Kenshi Muto (1):
      [l10n] update Japanese program translation

Raphaël Hertzog (1):
      Fix build failure due to POD syntax error

Salvatore Bonaccorso (1):
      dpkg-deb(1): Document default compressor change to xz

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

Trần Ngọc Quân (2):
      Update Vietnamese programs translations
      Update Vietnamese programs translation

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

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