[Reproducible-commits] [dpkg] annotated tag 1.18.0 created (now 5dcb868)

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


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

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

        at  5dcb868   (tag)
   tagging  d1ee0ce8b6c72b15bca23227434cd2fe9d82a476 (commit)
  replaces  1.17.23
 tagged by  Guillem Jover
        on  Mon May 18 15:29:56 2015 +0200

- Log -----------------------------------------------------------------
Release 1.18.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAABCAAGBQJVWelVAAoJELlyvz6krlej5mEP/jRopHl8RSaHicW39zxUP0nK
CUYnmuoSUIFvWS9X5cvOSBCczs1OCfVtF9nT3IiIudx43ROcLu1TlRHvxocTNi2g
j90Numa8hHPpZwz7fhp3mlZoko2t5XSaf/Q3M/94dktJICL88z/7lMz87PrMDQp6
lNac6jyJrMLJ2stsD0Qz7BLDRqfTuz7gY4VpAPsMJQ3oHw22lRLKjBLZfBNA80EK
mlPutbX1EwLvyAX1Xq6I82HFcZQl1n5sqj4YXfy7c5TgYDa3CKuaPCuJtDHww8hz
GennWCgYsoP2wIE5m1a/zxMt1yIyoXwfBVaNfASZr9XRvRkxty8tTGvW7YlQtxfP
IhkQpxNFRmy1IsbKNcEX63nHE08SL9EE80cECzTcup8fUqI1tRHVveHAaJyEaOla
z9z8hc/fG75OA5NphxcX6Mom7S/h6o7qCaIKHT3z5tmglu6/m0+zvrjmc+CzC3y8
cpqyELlh+BzFu1N/07i9N569rva5NOILrkmBvBVGRypiYwSLFfVxthOXnAGg0cZB
nPQn5rmUv649IWOkHxZRAdjfDTfMB3kg+UROlHiw3vMtFDZFTt9TXkQCTl7rDueu
G0MTXCoImUSSieo3ARYiLv8bRtXgTiPwN2id4gWCtDN2M98mLLwf0mNtvBcQM3/j
8tyXFvaDiUQQhq4QLUwS
=sTtb
-----END PGP SIGNATURE-----

Guillem Jover (263):
      Bump version to 1.18.0
      man: Document arch-qualifiers for dependency fields
      man: Document versioned Provides
      man: Add the version when dpkg-deb --raw-extract was added
      man: Update dpkg --log documentation
      man: Improve dpkg-maintscript-helper pkgname argument documentation
      man: Fix and update Arch substvar description in deb-substvars(5)
      man: Document that current feature areas only work on Debian and derivatives
      man: Use “wildcard characters” instead of “wildchars” in dpkg-query(1)
      dpkg-query: Only trim trailing "/" and "/." from pathnames in --search
      man: Document dpkg-query --search behavior
      debian: Document the postinst triggered invocation in the comment header
      libdpkg: Change m_calloc() signature to take also a nmemb argument
      libdpkg: Add missing symbols to the version script
      Remove unused <ctype.h> includes
      libdpkg: Add new pure ASCII C locale character type functions
      Switch code to use the new C locale character type functions
      libdpkg: Remove now unused cistype() functions
      Dpkg::Arch: Add new debarch_is_concerned()
      Dpkg::Shlibs::Symbol: Use new debarch_is_concerned() instead of Dpkg::Deps
      dpkg-gensymbols: Add support for arch-bits and arch-endian tags
      scripts: Rename and deprecate _g function with g_
      Remove trailing newline from string literal in warning calls
      build: Rename perl scripts to have a .pl extension
      test: Fix perlcritic errors in t-tar.t
      test: Rename TAP test directories from test to t
      test: Add new common Test::Dpkg module
      test: Check perl code compilation, warnings and strictness
      test: Move use strict and warnings as the first directives
      Dpkg::Arch: Assume abitable is always present
      Dpkg::Arch: Refactor table loading into a common function
      Dpkg: Use shift instead of @_ on single argument unpacking
      test: Remove unused @save_paths variable
      Dpkg::Shlibs: Rename reset_library_paths() to blank_library_paths()
      Dpkg::Shlibs: Move @librarypaths setup into new setup_library_paths() function
      Dpkg::Shlibs: Remove support for GCC_TARGET environment variable
      Dpkg::Shlibs: Detangle deprecated multilib paths into their own variables
      Dpkg::Shlibs: Do not use an intermediate library path variable
      Dpkg::Shlibs: Split multiarch cross-compilation libraries from toolchain ones
      perl: Switch from legacy File::Path functions to new ones
      Dpkg::Source::Patch: Enable sub-second timestamps with Time::HiRes
      Dpkg::Source::Package::V2: Use TMPDIR instead of manually setting DIR
      Dpkg::Util: Update comment to mention new implementations from List::Util
      Dpkg::IPC: Document function signatures
      dpkg-scansources: Fix perl uninitialized value usage on missing Binary field
      dpkg-shlibdeps: Use dpkg-query instead of dpkg for --search
      scripts: Remove unused «use Dpkg»
      build: Bump gettext version to 0.19
      build: Wrap file references in man page PO files
      Dpkg::Checksums: Switch from using programs to Digest modules
      dpkg-gencontrol: Rework Installed-Size field default value computation
      build: Always pass -f to rm calls
      build: Use mv instead of «cp -p»
      build: Rework DPKG_C_C99 macro to define HAVE_C_C99 just once
      build: When cross-building assume a working snprintf on SUS >= v3
      build: Make va_copy check cross-compilable
      build: Check for -Wformat-security with -Wformat
      build: Add new gcc 5 warnings
      libdpkg: Remove useless trailing ‘;’ in for (;;) block
      libdpkg: Remove unneeded braces in if statement
      libcompat: Remove dangling blank line
      dpkg: Fix indentation
      dpkg-genchanges: Use strftime() instead of unportable «date -R»
      libdpkg: Mark functions as DPKG_ATTR_NORET
      libdpkg: Make virtinfos a static variable
      debian: Fix changelog formatting
      dpkg: Warn on obsolete '<' and '>' operators in --compare-versions
      man: Move man pages from section 8 to 1
      dpkg: Add comment describing pkg_istobe values
      libdpkg: Trim whitespace from the end of config file lines
      libdpkg: Do not silently eat a standalone ‘-’ in the command-line parser
      dpkg-deb: Move destination pathname generation into a new function
      dpkg-deb: Rename pkg_get_pathname() to gen_dest_pathname_from_pkg()
      dpkg-deb, libdpkg: Fix short-lived memory leaks
      dpkg-deb: Rename check_new_pkg() to check_control_area()
      dpkg-deb: Factor out check_control_file() from check_control_area()
      dpkg-deb: Handle properly missing and empty architecture fields
      libdpkg: Clarify that pkg_spec error messages should print empty architectures
      dpkg: Fix --audit to report missing and empty architecture fields
      dpkg-deb: Avoid an intermediate variable for the version string
      dpkg-deb: Fix compressor subprocess name
      dpkg-deb: Add support for reading the archive from standard input
      Dpkg::Source::Package: Add ‘.mailmap’ to the default ignore lists
      Dpkg::BuildOptions: Fix typo
      build: Use tr instead of sed to map _ to ~
      build: Map % back to :
      doc: Bump DOT_GRAPH_MAX_NODES from 50 to 100
      debian: Remove old trigger related Breaks/Conflicts from dpkg
      dpkg: Move SE Linux support into a separate file
      dpkg-statoverride: Set the SE Linux context on --update
      Dpkg::Gettext: Use parenthesis on carp call to tell perl it is a function
      perl: Rework use and exporter declarations
      scripts/t: Ignore stderr from «dpkg --compare-versions» if it does not fail
      debian: Only use stackprotectorstrong when building with gcc >= 4.9
      libdpkg: Add new pkg_array_foreach() function
      dpkg-query: Use pkg_array_foreach() instead of ad-hoc traversal
      dpkg-query: Do not fail on -W and -l when multiple arguments match a package
      libdpkg: Factor out new m_vasprintf() from m_asprintf()
      libdpkg: Change m_vasprintf() to assume it is more prone to succeed
      libdpkg: Add new dpkg_error_print() function
      dpkg: Use dpkg_error_print() instead of explicitly printing a dpkg_error
      libdpkg: Simplify namevalue parsing code
      Dpkg::Changelog::Parse: Say execute instead of exec in error message
      dpkg-name: Say package instead of it in warning message
      scripts: Uppercase field names in error messages
      Expand EOF and eof into "end of file" in error messages
      Use "<enter>" instead of "return" or "enter" in input prompts
      Say directory instead of dir in output messages
      dpkg-scanpackages: Merge the same warning messages into a single line
      dpkg-genchanges: Clarify changes description open error
      Dpkg::Source::Patch: Add missing preposition in error message
      dselect: Improve available state sorting order strings
      libdpkg: Rename struct symlinkList to tar_symlink_entry
      libdpkg: Duplicate trig_activating_name just once in trig_activate_start()
      libdpkg: Fix trig_activate_start() calling sequence comment
      libdpkg: Rename ensure_pathname_nonexisting() to path_remove_tree()
      libdpkg: Move path removal functions to path-remove module
      dpkg-deb: Use path_remove_tree() instead of direcly calling «rm -rf»
      libdpkg: Export parsedb functions in the map file
      dpkg-split: Parse deb control file directly from stdin
      dpkg: Rework oldconffsetflags() into pkg_conffiles_mark_old()
      dpkg-maintscript-helper: Handle symlinks and pathnames ending in slash
      Dpkg::Gettext: Add support for $DEFAULT_TEXT_DOMAIN
      Dpkg::Gettext: Add support for context functions
      Dpkg::Vendor::Debian: Add sanitize feature area
      dpkg-statoverride: Do not accept unknown user or group names on --add
      libcompat: Check that HAVE_DECL_SYS_SIGLIST is 0 instead of undefined
      build: Remove unused AC_CHECK_DECLS for strnlen
      debian: Fix typo in changelog
      dpkg-parsechangelog: Normalize command-line parsing
      dpkg-parsechangelog: Rename changelogfile argument to changelog-file
      dselect: Say command instead of action
      dselect: Improve commands listing in --help output
      dselect: Improve color-spec --help output
      dselect: Document -? option
      man: Capitalize dpkg-parsechangelog option dscriptions
      man: Move description of --all option as the first range option
      man: Mark --format values in bold
      man: Place short options before long ones
      man: Properly terminate a bold marking in dpkg(1)
      man: Document version when new features were introduced
      man: Document that timestamps are reset for format 3.0 (quilt) too
      dpkg: Add --ctrl-tarfile forwarding command for dpkg-deb
      dpkg-buildpackage: Disable dependency checks on -S -nc
      dpkg-buildpackage: Make dependency checks fatal for -S
      scripts: Move "(default)" annotations in --help output after option description
      man: Document that dpkg-source is sometimes better than dpkg-buildpackage -S
      libdpkg: Add path-remove.c to POTFILES
      debian: Group changelog entries per type of change
      man: Document in dpkg-buildflags(1) that DEB_VENDOR influences the execution
      man: Document that dpkg performs sanity checks on PATH
      man: Mark some words and commands as non-hyphenable
      man: Separate multi-line hanging tag paragraphs with .TQ
      man: Mark field names in bold
      man: Use various groff escape sequences for quoting characters
      Regenerate .pot files and merge .po files with them
      Consistently use proper quotation marks all over the place
      po: Unfuzzy translations
      man: Lowercase warning and note admonitions in s-s-d(8)
      man: Mark dselect(1) color attributes in bold
      man: Add missing period to a sentence in dselect(1)
      man: Say output instead of display for dpkg-deb tar-file option
      man: Say archive instead of filename for dpkg-deb option in dpkg(1)
      man: Say control-field-name instead of control-file-field in dpkg-deb(1)
      man: Fix option values and pathname markup in dpkg-deb(1)
      man: Use .IP and .br instead of .PP and .in +5
      man: Use .TQ to separate different but related options in dpkg(1)
      dpkg-maintscript-helper: Fix logic in symlink argument check
      dpkg-scansources: Use proper constants instead of constant subs
      dpkg-scanpackages: Factor out deb processing into a new process_deb() function
      dpkg-scanpackages: Rework error handling on missing Package field
      Dpkg::Shlibs::Cppfilt: Remove unused IO::Handle
      dpkg-scanpackages: Remove unused IO::File
      dpkg-scanpackages: Use a scalar variable instead of an IO::Handle
      dpkg-scansources: Use syserr() instead of close_msg()
      scripts: Change version() functions to never exit
      scripts: Pass a list to open() for commands instead of a string
      dpkg-shlibdeps: Say substvars instead of varlist in error messages
      dpkg-scanpackages: Create the dpkg-deb pipe using open instead of Dpkg::IPC
      dpkg-scansources: Handle parsed source control data just once
      dpkg-scansources: Move main() into outer scope
      dpkg-name: Use Dpkg::Version instead of manually stripping the epoch
      po: Remove useless language and maintainer names from LINGUAS files
      debian: Switch to debhelper compatibility level 9
      debian: Name each public-domain license with a different name
      debian: Add missing public modules to dpkg-dev package description
      debian: Update my copyright years
      debian: Get rid of backward compatibility pseudo-tags from bug reports
      debian: Rework installed documentation
      man: Clarify that dpkg-buildpackage -jN forces parallel builds
      man: Remove unneeded u-a references from options descriptions
      man: Document that apt might expect Packages.xz too
      man: Clarify implicit arch-qualifiers in Provides field
      man: Clarify interaction between arch-qualifiers and Multi-Arch:foreign
      Update amd64 GNU cpu regex in cputable to match amd64 too
      scripts/t: Fix typo
      src/t: Fix dpkg-divert.t to work on BSD userland
      src/t: Fix dpkg-divert.t to work even w/o /dev/full
      scripts/t: Do not use system() string form
      dpkg: Use badusage() instead of ohshit() for command-line errors
      libdpkg: Remove unused LIST_CHECKNODE_PART and LIST_CHECKNODE macros
      scripts: Move each statement into its own line
      dpkg-gensymbols: Use the original template symbols file when diffing
      dpkg-gensymbols: Use an intermediate variable to keep the file label
      src/t: Fix dpkg-divert.t when skipping test due to missing /dev/full
      s-s-d: Do not leak kvm descriptors
      s-s-d: Switch to use timespec instead of timeval
      s-s-d: Switch to use a monotonic clock if available
      s-s-d: Cleanup timespec_mul()
      scripts/t: Skip test cases when there is no c++filt available
      Dpkg::Control::HashCore: Fix OpenPGP Armor Header Line parsing
      Dpkg::Source::Patch: Pass PATCH_GET envvar instead of -g0 to patch
      Dpkg::Control::Info: Allow not loading the file in the constuctor
      build: Use single suffix rules instead of non-portable %-pattern rules
      build: Pass CC to the test suite
      build: Call AM_PROG_AR
      build: Pass -Wall to automake in AM_INIT_AUTOMAKE
      build: Allow running scripts from outside the source tree
      dpkg-statoverride: Fix error messages on invalid uid/git/mode syntax errors
      Dpkg::Dist::Files: Always sort the files list on output
      Dpkg::Dist::Files: Factor file parsing into a new member function
      Dpkg::Dist::Files: Parse filename on add_file() to initialize files values
      dpkg-source: Remove stray whitespace in shebang
      dpkg-genchanges: Fix perl warning when parsing BY-HAND file entries
      dpkg-genchanges: Fix error message on empty dsc file
      dpkg-genchanges: Use the checksums files list when building the Files field
      dpkg-genchanges: Skip files based on the architecture from the filename
      dpkg-genchanges: Merge two loops traversing the same keys
      dpkg-genchanges: Allow binary packages not found in debian/control
      dpkg-genchanges: Annotate any non-deb binaries with their package type
      dpkg-genchanges: Remove intermediate @f variable
      man: Fix spelling error
      Dpkg::Control::HashCore: Use proper quotes
      scripts/t: Add test cases for Dpkg::Conf
      scripts/t: Remove note that Dpkg_Getopt.t needs actual test cases
      scripts/t: Add test cases for Dpkg::Checksums
      Dpkg::Conf: Improve filter function
      Dpkg::Dist::Files: Add new reset() method
      Dpkg::Dist::Files: Add new filter() method
      Dpkg::Substvars: Add new filter() method
      dpkg-shlibdeps: Use Dpkg::Substvars instead of ad-hoc parsing the file
      libdpkg: Add missing dpkg_error functions to the map file
      libdpkg: Handle libtool executables in progname unit test
      libdpkg: Rename filter symbols to digest
      libdpkg: Rename parse_EOF() to parse_at_eof()
      libdpkg: Mention (^Z) instead of char for the MSDOS end of file character
      dselect: Remove outdated local copy of the Debian README.mirrors.txt file
      Dpkg::IPC: Kill the process when reaching timeout in wait_child()
      scripts/t: Do not use a timeout when testing cat I/O
      scripts/t: Reduce timeout from 5 to 1 in test case
      scripts: Say METHODS instead of FUNCTIONS or OBJECT FOO in POD section titles
      Dpkg::Dist::Files: Allow ~ in added filenames
      scripts: Document dpkg version when module versions got bumped
      scripts/t: Swap is_deeply() got and expected arguments
      scripts/t: Remove unused use Data::Dumper
      Dpkg::Shlibs: Fix add_library_dir to initialize the library paths if needed
      Dpkg::Shlibs: Do not add cross-root directories to default search list
      Dpkg::Shlibs: Remove ancient multilib paths
      Dpkg::Shlibs: Reorder library directories
      dpkg: When upgrading, copy over the cached arch-qualified package name
      libdpkg: Consider foreign packages ambiguous in need of arch-qualifier
      po: Regenerate .pot files and merge .po files with them
      Release 1.18.0

Helge Kreutzmann (14):
      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
      Fix typo (missing space)
      Update German translation of manual pages
      Update German translation of manual pages
      Update German translation of manual pages
      po: Update German man pages translation
      Update German scripts translation
      Update German translation of manual pages
      Update German translation of manual pages

Helmut Grohne (1):
      Dpkg::Shlibs: Prefer multiarch paths to multilib ones

Mathias Behrle (1):
      dpkg-maintscript-helper: Support moving a conffile not being shipped

Mert Dirik (1):
      po: Update Turkish programs translation

Niels Thykier (2):
      Remove some unnecessary includes of assert.h
      libdpkg: Fix typo in Doxygen documentation

Peter Krefting (1):
      Remove references to my @debian.org email address

Raphaël Hertzog (1):
      debian: drop myself from Uploaders

Roderich Schupp (1):
      Dpkg::Control::Info: Do not print on undef filehandle in output()

Tomas Pospisek (1):
      man: Document the obsolete dpkg --compare-versions operators in dpkg(1)

Trần Ngọc Quân (1):
      po: Update Vietnamese programs translation

Zhou Mo (1):
      po: Update Simplified Chinese 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