[Reproducible-commits] [dpkg] annotated tag 1.17.7 created (now 3ea9488)

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


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

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

        at  3ea9488   (tag)
   tagging  3ee521be308cd0e2fe6d9d49f38d3a78d925080e (commit)
  replaces  1.17.6
 tagged by  Guillem Jover
        on  Mon Apr 21 17:07:43 2014 +0200

- Log -----------------------------------------------------------------
Release 1.17.7
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)

iQIcBAABCAAGBQJTVTRQAAoJELlyvz6krlejGXEP/2+ifk32WfeJQsMhzUBw/qdr
eKV0GRElmv3m+HO/2+I6gxyX1WHC0aC9qd04Djjnje/k0RATRPeU1l9KXcd4GSP9
23e1N2OdDTIcRtl+07QCa5yQyLeaHykwqyCtqpN0X1b0A7s95u08YM+lLQFPzaXH
U/x0h3my1J8miXpkpRxujAfOdv52NltOaWDcwn5TbZAjRZVLSdT1z8YcIpl+rkoa
HO6HDJ8lhD9yINEqohlHDjcvH6paNX01P8R+3fpX59l6gV4Vf1XfAwFS67QbvkfQ
N3S9ha+VOOe8XSx/DReT/VVB5CRYZ1h85w5csivAE5K6kWDlcc/JAUy0cj7spdT9
+HJu4/1Y7DKljq8bCtmLShllQ1OUNtqU8LWljybVDheEAXTNhu0dN28DtzCWin1d
jCNTDhQIrwFQz0p3DmeZwoZmNA8q/MI5AKvOuWQadClJZMCApd7WekgrS5Un9N/N
d3xUt7162v/ppt+0lgDrvYE8Pab9GuCC1pKJ4jWEaeMjJXrGcc7QQX79X2qxxrMu
xedQ8uTW1grDn1y/rSy8Yjwu9S2LOTjPy1jXcOLnOmQvI1fagkyiOUpC/TWN8Hew
Yd0YlaiTM6kPohz86MiZStFD/EIKw+JPLpbdPzwzmWY6HwF3U+/kA0o/0/2wwJN2
NVwdBQ3q5jzU5WVBmrdX
=zClb
-----END PGP SIGNATURE-----

Adam Conrad (1):
      Dpkg::Vendor::Ubuntu: Update ppc64el build flags support

Andreas Beckmann (1):
      debian: Add Conflicts against obsolete packages using install-info in their prerm

Beatrice Torracca (1):
      Update Italian man page translation

Christian Svensson (1):
      Add OpenRISC or1k support to cputable

Guillem Jover (78):
      Bump version to 1.17.7
      Dpkg::Compression::FileHandle: Use croak instead of error on programming errors
      deb-symbols(5): Document that the main-dependency-template is always used
      deb-control(5): Clarify Multi-Arch: no field omission
      dpkg-buildpackage(1): Add missing "hook" after postclean description
      dpkg-buildpackage(1): Clarify --check-option description
      dpkg-query(1): Document the --control-path life expectancy
      dpkg-source(1): Fix indentation of "Extract options (with -x)" title
      dpkg-maintscript-helper(1): Improve symlink<->directory switch information
      scripts: Localize $_ in functions with while (<$fh>) style loops
      scripts: Add a space after flow control statements
      scripts: Add a space after comma
      scripts: Use // operator instead of defined and ternary operator
      build: Use Test::Harness instead of ExtUtils::Command::MM
      build: Enable colors for Test::Harness
      build: Rename Makecheck.am to just check.am
      test: Remove sequence number prefixes from test case filenames
      dpkg-parsechangelog: Do not generate perl warnings on nonexistent fields
      dpkg-checkbuilddeps: Fix bogus message on dependency parse errors
      dpkg-checkbuilddeps: Move deps_parse() error checking just after the calls
      dpkg-checkbuilddeps: Split check_line into build_depends and build_conflicts
      Dpkg::Control::HashCore: Document is_pgp_signed as a public option
      Dpkg::Deps: Do not generate perl warnings on undef versions in deps_compare()
      Dpkg::Dist::Files: New perl module
      dpkg-gencontrol: Move setting of fallback $forcefilename before locking
      dpkg-gencontrol: Split substvars pass from actual printing
      dpkg-genchanges: Remove unnecessary %pa2f variable
      dpkg-gencontrol: Remove unused %p2ver variable
      dpkg-genchanges: Only track attributes for distributed files
      scripts: Use new Dpkg::Dist::Files module instead of ad-hoc code
      dpkg-genchanges: Clarify error message on binary builds w/o binaries
      dpkg-source: Add a new extraction --ignore-bad-version option
      dpkg-source: Add arch and profile information to Package-List field
      dpkg-buildpackage: Do not interpret the dsc filename as a regex
      Dpkg::Vendor: Cache vendor info Control::Hash objects
      Dpkg::Vendor: Try to load Vendor modules from the parent vendors
      dpkg-buildflags(1): Add missing flags affected by hardening options
      dpkg-buildflags: Add support for FCFLAGS, OBJCFLAGS and OBJCXXFLAGS
      s-s-d: Refactor Linux comm retrieval and switch to use /proc/PID/status
      s-s-d: Use symbolic names for option codes
      s-s-d: Remove unnecessary pointer reference and dereference dance
      s-s-d: Add a generic KVM implementation for do_procinit()
      s-s-d: Fix FreeBSD KVM code to use current kinfo_proc layout
      s-s-d: Add a native FreeBSD pid_is_exec() method
      s-s-d: Fix OpenBSD KVM code to use current kinfo_proc layout
      s-s-d: Move Hurd specific headers after all standard headers
      s-s-d: Detect system specific headers at configure time
      s-s-d: Add a new --ppid matching option
      build: Do not link s-s-d against libihash and libshouldbeinlibc on GNU/Hurd
      build: Set TAR variable at build time instead of hardcoding it
      build: Test for required compound literals
      libdpkg, dpkg-deb: Fix compound literal usage with C99 compilers
      libdpkg: Do not unnecessarily shut up stdout in t-subproc
      libdpkg: Test command_exec() exit code
      libdpkg: Add new test_bail() macro
      libdpkg: Use new test_alloc() macro to test memory allocations
      libdpkg: Switch test suite to use TAP
      libdpkg: Add new struct dpkg_ar_member to handle in-core ar headers
      libdpkg: Add new str_match_end() function
      dpkg-split, dpkg: Use new str_match_end() function instead of ad-hoc code
      libdpkg: Allocate parsedb_state on the heap
      libdpkg: Move parser fd into parsedb_state
      libdpkg: Rename parse_open() to parsedb_open()
      libdpkg: Rename parse_close() to parsedb_close()
      libdpkg: Refactor parsedb_new() out from parsedb_open()
      libdpkg: Move parsedb descriptor closure to parsedb_close()
      libdpkg: Refactor parsedb_parse() out from parsedb()
      libdpkg: Refactor parsedb_load() out from parsedb_open()
      libdpkg: Allow loading deb822 package stanzas from a pipe
      libdpkg: Add support for interpreting filename '-' as stdin
      dpkg: Add support for loading Packages-files from pipes or stdin
      dpkg: On --verify error out on not-installed packages
      dpkg-deb: Deprecate compressing .deb files with bzip2
      dpkg-deb: Use --no-unquote when using -T to avoid mangling filenames
      debian: Backup all databases with user percolated data
      debian: Be verbose on make check errors by printing the test suite log
      Regenerate .pot files and merge .po files with them
      Release 1.17.7

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

Moritz Muehlenhoff (1):
      dpkg-source: Improve warning message when ignoring file removals

Peter Krefting (1):
      Update Swedish translation

Raphaël Hertzog (2):
      dpkg-buildpackage(1): Drop duplicate word “calls”
      Fix build failure due bad syntax in German's man page translation

Richard Levitte (1):
      dpkg-maintscript-helper: Use exit instead of return to exit a subshell

Sven Joachim (1):
      German dpkg translation update

Theppitak Karoonboonyanan (1):
      Update Thai program translation

Trần Ngọc Quân (1):
      Update and review Vietnamese program translation

Игорь Пашев (1):
      Typo in Swedish 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