[Reproducible-commits] [dpkg] annotated tag 1.18.5 created (now 5b70aa1)

Mattia Rizzolo mattia at debian.org
Mon May 9 09:03:12 UTC 2016


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

mattia pushed a change to annotated tag 1.18.5
in repository dpkg.

        at  5b70aa1   (tag)
   tagging  050aedfa419c307d3dd77208dcc87f73ddc695f5 (commit)
  replaces  1.18.4
 tagged by  Guillem Jover
        on  Mon May 2 04:27:05 2016 +0200

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

iQIcBAABCgAGBQJXJrr6AAoJELlyvz6krlejn30P/RMuT024cJ89F7stHtekHBd7
xNccyDSa20P929ufefZbDySsDVo684Yu6U2fJbXcaZ4aZMq5o3g5vCL25BnkvITK
VrAElf+zC8n62rQpg8X8mrw6P/9ToJiPeYLUce+0taKJWRLIxikxmT0yuaTR0zZ7
AnhId0RkzEqLKFbygXBACv5uQGUP3My7U1A1LmpWT+IIpeL2AWMb4wIAoOE90SxL
6m1vu1Xj2nOEteNtBc8Mc3yg3cFc0FupTOnEXwK6rPMPcn8q7icbc5kUDPDlFJ8O
Th/Uq+k3MKFIVz0lzL96gTMDXn/Fjz7AXU/YnIXrfKwrgQFzdkvdCCvbufOGB4d1
D/9gphc8ua3jabTPTtJ8ckUrYwG/r5Z7OvUuz3Oa+qesLeH3T3ba3qG+0Ky2413M
T8griuy/0UKZELYCa5si8NwRy2uK9Ro+2WcvxLScQBAhAk8A6JWheo5uIi4Su5wp
/H/rKGsn4h/2nPUj+2GPVeOduPdGdm7MaoFW2INQOCCd7S932a26/BSPXjjNhnla
6l332SysAhexd4rHH8e9n838aMU9LlzrtdqTTQmnaQpQC87RDxS/dnoz66jVq4YX
vUEvDB3UD/xXoVnDqOF8Kl8TfsgBuDiH9wmVCmJKzztIcoh269H4t2hjHoeEqLcA
OM/PDFKlDYp1KgkYFKUS
=iN3C
-----END PGP SIGNATURE-----

Carsten Hey (4):
      dpkg-maintscript-helper: Use fixed string matching for pathnames
      dpkg-maintscript-helper: Quote shell variables
      dpkg-maintscript-helper: Anchor pathnames in sed and grep regexes
      dpkg-maintscript-helper: Allow broken versions starting with a dash

Daniel Kahn Gillmor (1):
      Dpkg::Vendor::Debian: Add fixdebugpath to reproducible feature

Frans Spiesschaert (1):
      po: Update Dutch translations

Guillem Jover (151):
      Bump version to 1.18.5
      man: Say value instead of option in deb-control(5)
      man: Mark debian changelog format in bold
      man: Add references to man pages describing file formats
      man: Document missing fields
      man: Add new dsc(5), deb-changelog(5) and deb-changes(5) man pages
      doc, man: Remove Debian specific policy references
      man: Remove superfluous SEE ALSO references from dpkg-source(1)
      man: Fix --remove and --purge summary formatting in dpkg(1)
      man: Move --audit description just after --verify in dpkg(1)
      man: Mark Maintainer field as bold in deb-src-control(5)
      man: Fix reference to --record-avail instead of inexistent --avail
      man: Add missing quotes
      man: Document Source field version in deb-control(5)
      man: Add new deb822(5) man page
      man: Document and improve C/C++ programs exit codes
      libdpkg: Print correct integer parse error for short-only options
      scripts: Do not abort when traversing symlinks to directories
      dselect: Implement delete operator with size argument
      dselect: Use EACCES instead of EWOULDBLOCK for fcntl(2) F_SETLK
      dselect: Use EOF instead of ERR for fgetc() errors
      Dpkg::Control: Add new CTRL_REPO_RELEASE control block type
      Dpkg::Control: Add new CTRL_COPYRIGHT control block types
      Dpkg::Control::Types: Move constant comments into their own line
      Dpkg: Fix typos in documentation
      Dpkg::Source: Make patching a file multiple times fatal for first quilt patch
      Dpkg::Source::Patch: Only warn once when a diff patches a file multiple times
      dpkg: Print the archive filename when it cannot be accessed
      dpkg: Check that all passed archive filenames exist before queueing them
      dpkg: Use ohshit() instead of internerr() for unhandled dpkg-split exit codes
      dpkg: Detect non-regular file archive arguments earlier
      Use https:// URLs instead of http:// or git:// when possible (round three)
      debian: Clarify where to find the GPL-2 license
      Update mailmap
      doc: Update coding style
      man: Clarify pathname filters behavior
      man: Packages are automatically forgotten only if they contain no user data
      Dpkg::Vendor::Debian: Do not enable stack-protector on nios2
      Dpkg::Build::Types: Add new module
      scripts: Use new Dpkg::Build::Types module instead of ad-hoc code
      Dpkg::BuildEnv: Rename to Dpkg::Build::Env
      dpkg-genchanges: Check first for build type to short-circuit boolean expressions
      dpkg-source: Add backend-specific --help options support
      test: Add a unit test to compile perl code with warnings
      man: Fix documentation for package flags
      u-a: Generalize admindir environment variable handling
      u-a: Move alternative temporary extension to the build system
      u-a: Move check for new slave inside alternative_evolve_slave()
      u-a: Remove useless alternative_has_slave() before alternative_get_slave()
      build: Add new gcc-6 warnings
      build: Use AC_SUBST instead of AC_DEFINE for BUILD_DEVEL_DOCS
      man: Clarify that deb-symbols(5) documents the binary format subset
      dpkg: Use a node instead the head pointer to traverse the namenode list
      dpkg: Add a new struct invoke_list to store invoke hooks
      dpkg: Encapsulate obstack usage inside new tar_pool functions
      dpkg: Fix memory leak when unpacking conffiles
      dpkg: Rename filenamenode_queu_push() to tar_filenamenode_queue_push()
      dpkg: Switch tarcontext newfilesp member into a filenamenode_queue
      dpkg: Switch remove_file_from_list() to tar_filenamenode_queue_pop()
      dpkg: Switch addfiletolist() to tar_filenamenode_queue_push()
      dpkg: Refactor pkg_remove_files_from_others()
      dpkg: Refactor pkg_remove_backup_files()
      dpkg: Refactor pkg_disappear_others()
      dpkg: Refactor pkg_update_fields()
      dpkg: Refactor pkg_remove_old_files()
      libdpkg, dpkg: Rename iterators from ‘it’ to ‘iter’
      dpkg: Refactor pkg_deconfigure_others()
      dpkg: Refactor pkg_check_depcon()
      dpkg: Update unpack.c header comment
      Dpkg::Index: Check existence of search criteria
      libdpkg: New treewalk module
      dpkg-deb: Use the treewalk module to build the .deb data member
      dpkg-deb: Use the treewalk module to build the .deb control member
      dpkg: Remove FIND usage, use treewalk instead
      s-s-d: Unify --help output with the rest of the tools
      s-s-d: Switch kFreeBSD to use sysctl(3)
      man: Update field requirements of control file formats to match dpkg reality
      man, Dpkg::Vendor: Document the format of the origin filename
      man, scripts: Fix typos in documentation
      man: Fix grammar in dpkg-deb(1) man page
      man: Add list of flags set by bug feature area
      man: Switch output encoding to UTF-8
      Dpkg::Changelog::Debian: Move SEE ALSO section to the end
      dpkg: Factor find_command() out from checkpath()
      dpkg: Search for debsig-verify in PATH instead of using an absolute path
      dpkg: Do not error out when failing to open the SE label db on permissive mode
      libdpkg: Add a unit test for the trigger deferred parser
      libdpkg: Rewrite the trigger deferred file parser from flex to manual
      libdpkg: Namespace tar function names
      libdpkg: Move gettext.h header inclusions outside extern blocks
      dpkg-query: Be more strict when parsing the COLUMNS environment variable
      dpkg-query: Refactor pkg_array_match_pattenr()
      build: Remove unused UA_LIBS variable
      build: Split libps and libkvm detection into their own macros and variables
      build: Make it possible to build without system libmd
      build: Set have_libfoo for required libraries detected
      build: Add a configuration summary to configure output
      build: Make git log invocation immune to local configuration
      build: Do not require passing the perl interpreter to run-script
      dpkg-deb, scripts: Make the Architecture field mandatory on package builds
      Dpkg::Arch: Add new functions to validate and parse architecture names
      scripts: Use new Dpkg::Arch functions to validate and parse architectures
      Dpkg::Deps: Make the dependency parser more strict
      scripts/t: Use is() instead of ok() to test for undef
      Dpkg::Checksums: Add strong digest marking support
      Dpkg::Source::Package: Error out on sources w/o any strong digest
      Dpkg::Control::HashCore: Remove unused Dpkg::Checksums import
      Dpkg::Conf: Switch implementation to be hash based
      Dpkg::Changelog::Entry::Debian: Do not parse entry multiple times
      debian: Enable all hardening flags
      debian: Fix typos in changelog
      man: Document that i386 does not suffer performance loss due to PIE anymore
      man: Document in deb822(5) that deb-origin(5) also supports comments
      man: Clarify what characters constitute the deb822(5) syntax
      man: Remove wrong mention that deb-control(5) support comments
      man: Make explicit that deb-control(5) documents the binary control file
      man: Add missing value for Standards-Version field in dsc(5)
      build: Add t.tmp to libdpkg .gitignore file
      build: Use spaces instead of tabs to separate pod2man options
      build: Quote dirname argument
      build: Use a single po4a opt argument instead of the same per language
      Rename new R6 O32 MIPS architectures to remove the 32 suffix
      dpkg-maintscript-helper: Do safe matching of directories containing conffiles
      dpkg-maintscript-helper: Decouple local declaration from command assignment
      Dpkg::Source::Package: Use GnuPG instead of gpg to refer to the software
      dpkg: Pass <new-version> to maintscript actions that cannot get it otherwise
      perl: Fix various perl critic regressions
      dpkg-source: Use context gettext functions for "<none>" string
      dselect: Remove intermediate pkgbin info variable
      dselect: Rename info variable into depinfo
      dselect: Rename info screenpart to info_body
      libdpkg: Add new info() reporting function
      dpkg-deb: Use info() instead of plain printf()
      dpkg-deb: Promote a print to a warning for missing control files
      scripts: Switch raw information output to use info()
      Dpkg::ErrorHandling: Add new notice() reporting function
      scripts: Refactor command printing into new printcmd() function
      libdpkg, scripts: Add very basic color support
      Dpkg::Build::Types: Remove BUILD_SOURCE composite constants
      Dpkg::Build::Types: Add new build_has_any function
      Dpkg::Build::Types: Clarify build type functions
      Dpkg::Build::Types: Allow disabling the checks in set_build_type()
      scripts: Add support for new --build option to define build type
      Dpkg::Changelog: Handle undef versions
      Dpkg::Source::Package::V1: Allow detached upstream orig tarball signatures
      Dpkg::Source::Package: Include upstream orig tarball signatures
      dpkg-shlibdeps: Add new -I option to ignore package build directories
      dpkg-genchanges: Add new -O option
      scripts: Remove -s option argument parsing that does not match
      po: Regenerate .pot files and merge .po files with them
      Release 1.18.5

Helge Kreutzmann (13):
      Update German scripts translation
      Updated German scripts translation
      Update German translation of manual pages
      Fix typo
      Update German translation of manual pages
      Update German translation of manual pages
      Update German translation of manual pages
      Various translation fixes
      Update German scripts translation
      Update German translation of manual pages
      Update German translation of manual pages
      Update German translation of manual pages
      Review and removal of FIXMEs for stable translation

Helmut Grohne (2):
      dpkg: Export variable DPKG_ROOT in maintainer scripts
      dpkg: Add new --force-script-chrootless option

Sven Joachim (1):
      German dpkg translation update

Takuma Yamada (1):
      po: Update Japanese programs translations

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

YunQiang Su (1):
      Add MIPS R6 architectures to arch tables

Zhou Mo (1):
      po: Update Simplified Chinese programs translation

elmig (1):
      updated Portuguese 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