[Reproducible-commits] [dpkg] annotated tag 1.14.17 created (now c585af2)

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


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

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

        at  c585af2   (tag)
   tagging  47d2e9c479d6650e4980231606cd43c744e3c0c9 (commit)
  replaces  1.14.16.6
 tagged by  Guillem Jover
        on  Sun Mar 30 13:00:17 2008 +0300

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

iD8DBQBH72S6uW9ciZ2SjJsRAmouAJ9P5JhRyTEtDf4xIqK8jWkXUt3VrgCeNl/Q
vgH/rlXgJEzGPfVu4GcOVTE=
=Beyt
-----END PGP SIGNATURE-----

Andreas Påhlsson (1):
      s-s-d: Use system timersub and fix timeval normalization in multiplication

Changwoo Ryu (1):
      Updated Korean translation

Christian Perrier (8):
      Basque translation update
      Add bug closure fo the Basque update to dselect
      Give Eddy back his cedilla which was eaten by my bloody emacs
      Updated Thai translation. Closes: #468916
      Restore eddyp's cedilla again
      Updated Slovak translation
      Completed Slovak
      Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg

Colin Watson (2):
      dselect: New key to set all selections back to what's currently installed
      Add bzr-based source package format

Eddy Petrișor (1):
      Updated Romanian translations for dpkg and dselect

Erast Benson (2):
      s-s-d: Use __sun instead of __sparc__ to define OSsunos
      s-s-d: Move 'return' inside preprocessor conditionals

Frank Lichtenheld (36):
      Merge branch 'stable'
      Add a missing significant space in a translated string
      dpkg-buildpackage: Warn about unsatisfied build-depends during -S
      Fix copy & paste error in a bug number in the 1.14.16 changelog entry
      Add a changelog entry for fc06cadfade105bb192bc89b4e6ffe4fa0552691
      Merge commit 'origin/master' into v3
      Fix return value of loadvcs
      Fix sourcev3 code to work with current dpkg-dev
      Dpkg::Source::VCS::git: simplify read_git_config
      Dpkg::Source::VCS::git: Call git ls-files with -z
      Dpkg::Checksums: New module for checksum handling in .dsc and .changes files
      Use new Dpkg::Checksums module
      Dpkg::IPC: avoid surprising execution via the shell
      Dpkg::IPC: Add wait_child option to fork_and_exec
      Dpkg::IPC: New {to,from}_string options for fork_and_exec
      Dpkg::IPC: Add POD documentation
      Dpkg::IPC: Add testsuite
      Dpkg::IPC: Add a sanitiy_check for options of fork_and_exec
      Fix some whitespace oddities in the new modules
      man/po: Regenerate .pot files and merge .po files with them
      dpkg-buildpackage: Set a set of compiler flags for a build
      man/po: Regenerate .pot file and merge .po files with it
      dpkg-architecture.1: Document needed data files
      Allow overriding $pkgdatadir in Dpkg
      Add changelog entries for Dpkg::Checksums
      Merge commit 'origin/master' into sourcev3
      dpkg-source.1: Fix description of -sk and -sp
      Link dselect against libncursesw
      ChangeLog whitespace police
      Dpkg::Changelog::Debian: Fix regression in header parsing
      Dpkg::Source::Package: Fix some errors in error messages
      Add support for v3.0 (git) package
      Dpkg::Errorhandling: Add info function
      Use the new Dpkg::ErrorHandling::info() function
      Add the ::Package modules
      Actually close the bug

Guillem Jover (45):
      Bump version to 1.14.17~
      Replace strdup plus error checking usage with a new m_strdup function
      Use m_malloc instead of malloc
      Check for 'stddef.h' in AC_CHECK_HEADERS
      Use offsetof() instead of ad-hoc calculations
      libdpkg: Remove dead verrevcmp function
      dpkg-deb: Refactor fflush and its buggy fpos handling to safe_fflush()
      Merge branch 'stable'
      Merge branch 'stable'
      Merge branch 'stable'
      Fix ChangeLog history ordering
      Rename getopt to libcompat
      Update Uploaders
      libcompat: Remove unused files
      Use functions from libcompat when those are not provided by the system
      TODO: Update
      libcompat: Do not pass unused arguments to the compiler
      dpkg-gencontrol: Do not output the Homepage field on udeb
      dpkg.cfg: Reintroduce 'no-debsig' option
      Move GNU C attribute definitions to lib/dpkg-def.h
      Move and replace showcopyright prototype from showcright.c to dpkg.h
      Move command line common option utilities to lib/myopt-util.c
      Fix minor errors in manpages
      Allow compilation with --disable-nls on systems without libintl.h
      Move duplicate cleanup close functions to lib/cleanup.c
      dpkg-deb: Change return type for safe_fflush from int to void
      Remove duplicate cu_parsedb function and use cu_closefd instead
      Move test suite invokation to a new check target in debian/rules
      Add support for nocheck DEB_BUILD_OPTIONS in debian/rules
      libcompat: Add strnlen
      Add bug closure for applications missing obstack on Solaris
      libdpkg: Refactor the database locking into a general file locking
      libdpkg: Remove unused argument from unlockdatabase
      Move duplicate ensure_package_clientdata functions to src/filesdb.c
      Refactor package queue handling into generic queue functions
      libdpkg: Move log_message to lib/log.c
      Refactor status-fd duplicate output code into a new function
      Fix typos
      Refactor post postinst script tasks into a new function
      Refactor postinst maintainer script handling
      Fix distcheck
      Regenerate .pot files and merge .po files with them
      dselect: Use ncursesw header files
      ChangeLog police!
      Release 1.14.17

Helge Kreutzmann (6):
      Update, unfuzzy and correct German scripts translation
      Re-Complete and unfuzzy German man page translation (except dselect)
      Continued work on German scripts translation
      Start updated of German man page translation
      Complete German man page translation (except dselect) and update add file
      Continue German scripts translation and fix minor errors noticed

Ian Jackson (18):
      Correct broken dselect logic for self-conflicting packages
      Implement 'Breaks' properly in dselect
      Fix erroneous description of Breaks in dselect
      Refactor fgets checking code into fgets_must and fgets_checked functions
      Fix crash when a .deb file becomes unreadable while dpkg is starting
      Rename checkpoint function to modstatdb_checkpoint and make it global
      Move duplicate pkgadminfile functions to lib/dbmodify.c
      Add new cisspace function
      Few file descriptor cleanup and error handling fixes
      Sort entries in enum pkgstatus
      Replace function pointer declarations with new error_printer type
      Improve log and status-fd output
      libdpkg: Add new modstatdb_note_ifwrite function
      Improve Breaks status message
      Cleanup on maintainer script failures
      Improve depisok error message when the package involved is installed
      Refactor returning code in deppossi_ok_found
      Implement triggers support

Joey Hess (73):
      initial support for .git.tar.gz
      initial pass at a git module
      pluggable VCS backends implemented, all git-specific info moved out of dpkg-source
      updates, ignore more flags which don't make sense for vcs
      update man page
      firmed up todo items tnx madduck
      add check for uncommitted files in git repo
      install Dpkg::Source modules
      bigfixes to the vcs support
      git support now fully working
      comment improvements
      suppress part of the git-status output
      make uncommitted changes in the WC be an error, not a warning.
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg
      ignore GIT_ environment variables
      sanitise .git/config.
      remove the index file
      error out on repos that use git submodules
      fix a typo
      allow core.logallrefupdates in config
      improve detection and error for non-git-repo detection
      support dpkg-source -i for overriding git WC cleanliness check
      robustness fixes
      add a check for symlinks in .git to outside the source package
      move tardir creation into the prep_tar function
      first pass of changes based on Frank Lichtenheld's review
      delete the reflog
      fix all commands that spawn a subshell
      import the VCS module so it can check if the VCS is available
      git-config --filename only needs a full path if not run from a git WC
      use git-config --null
      improve an error message
      typo
      fix .gir.tar.gz generation when called from outside build dir
      remove .git/gitweb
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      manually merge error handling changes
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      use git foo instead of git-foo
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3
      fix previous merge
      Merge branch 'master' of git://git.debian.org/git/dpkg/dpkg into sourcev3

Justin Pryzby (1):
      s-s-d: Documentation improvements

Peter Karlsson (3):
      Updated Swedish translation.
      Updated Swedish translations.
      Recoded Swedish PO files to UTF-8.

Raphael Hertzog (97):
      dpkg-parsechangelog(1): fix two typos
      Merge branch 'stable'
      dpkg-genchanges: add a new warning
      dpkg-checkbuilddeps: add -d and -c options to override build-depends/conflicts
      Merge branch 'stable'
      dpkg-gensymbols: be more explicit in warning about new/lost libraries
      Avoid fuzzy translations on a cosmetic string change.
      Deprecate support of substvars in dpkg-source and dpkg-genchanges
      Custom changelog parsers must be updated for lenny+1
      Deprecate support of PGP
      dpkg-buildpackage: add a new -R option and allow parameters in -r
      dpkg-genchanges: always list all binary packages in the Description field
      dpkg-shlibdeps: some accuracy improvements for warnings about unused libraries
      Dpkg::Version: Import Dpkg::Gettext
      Dpkg::IPC: new module to handle common IPC
      Dpkg::Source::Compressor: handle on-the-fly compression
      dpkg-source: use Dpkg::Source::Compressor
      dpkg-source: removes some unused code
      Dpkg::IPC: extend fork_and_exec() to create pipes on request
      Simplify Dpkg::Source::Compressor by using the extended fork_and_exec()
      Dpkg::IPC: Add chdir option
      Dpkg::Compression: add get_compression_from_filename()
      Dpkg::Sourse::Compressor: add copyright notice
      Dpkg::Source::Archiver: new module to work with tar archives
      Handling of compression level in dpkg-source
      Dpkg::IPC: Modify fork_and_exec() to handle environment variables
      Dpkg::Source: don't handle the compression level explicitely
      Create Dpkg::Source::CompressedFile as spinoff of Dpkg::Source::Compressor
      Adjust Dpkg::Changelog::parse_changelog() search list of parser
      Merge branch 'master' into sourcev3
      Dpkg::IPC: Add nocheck option to wait_child()
      dpkg-source: more cleanup
      Dpkg::Source::Patch: New module to generate and apply patches
      Fix make check to work on systems without dpkg in the standard PATH
      * man/po/po4a.cfg: Also translate deb-symbols.5
      * debian/*.lintian-overrides: Add some new overrides, drop unused ones
      Fix usage of hyphens in some manual pages
      Fix groff in some manual pages
      Cleanup of some maintainer scripts
      Dpkg::Source::Archiver/Patch: Rename close() methods into finish()
      Dpkg::Source::Patch gains last features from dpkg-source
      Rename Dpkg::Source::Archiver to Dpkg::Source::Archive
      Dpkg::IPC: new option to clean the environment
      Dpkg::Source::Archive/Patch: small tweaks
      Dpkg::Exit and Dpkg::Source::Functions: two new modules
      Always include everything below /usr/share/perl5/Dpkg into dpkg-dev
      Dpkg::Source::Package and Dpkg::Source::Package:V1_0: new modules
      dpkg-source: use the new Dpkg::Source::Package object
      Merge branch 'master' into sourcev3
      * scripts/Dpkg/Source/Package/V1_0.pm: Cleanup and removal of unused code
      Dpkg::Source::Archive/Package: misc fixes and changes
      Dpkg::Source::Package: Fix extract() and build() to clean up by default
      * scripts/dpkg-source.pl: remove trailing slash on user-supplied directories
      Add support of wig&pen source package
      Dpkg::Source::Package::V2_0: removes conflicting subdirectories
      dpkg-source: use a list of possible format for building a source package
      Create Dpkg::Source::Package::V1_0::native
      Miscellaneous fixes
      Preserve the order of dependencies and build-dependencies
      Rename DSP::V1_0::native to DSP::V3_0::native
      Dpkg::Fields::Object: Import Dpkg::Gettext
      * scripts/Dpkg/Source/Patch.pm: Bugfix: use return instead of next in function.
      Dpkg::Source::Package::V2_0: Misc changes in preparation of a quilt subclass
      Dpkg::Source::Package::V3_0::quilt: New source package variant using quilt.
      * scripts/Dpkg/Source/Package/V2_0.pm: Fix info message about unpacking of debian tarball.
      Dpkg::Changelog::Debian: Allow capitals in distribution/package names
      Merge branch 'master' into sourcev3
      Dpkg::Source::Package::V3_0::quilt: Add fallback when quilt is not available
      Misc bugfixes
      Add intl/ and getopt/ directories to .gitignore
      Revert "Add intl/ and getopt/ directories to .gitignore"
      Remove debian/dpkg.prerm
      Allow deletion of files by patches in Format: 3.0 (quilt)
      Each source package format can have its own command line options
      dpkg-source: factorize logic of copy of original tarballs
      Use default ignore rules for source package with format >> 1.0
      New source package format "3.0 (custom)"
      * man/dpkg-source.1: Updated manual page with all changes of the branch
      Uniformize @argv parsing in source package formats
      Update indentation and coding style to be coherent with the other modules
      dpkg-shlibdeps: accounts usage of symbols of libraries without SONAME
      Allow patches in wig&pen format to remove files
      Allow in-place extraction of a tar archive
      Allow inclusion of binary files outside of the debian subdirectory
      Avoid extracting files through symlinks
      * scripts/Dpkg/Source/Package/V3_0/native.pm: Import missing function and bugfix.
      dpkg-source: keep the old output for tools that parse the directory
      Dpkg::Source::Patch: change an error into a warning
      * scripts/t/200_Dpkg_Shlibs.t: Fix test suite to not barf on "objid" field.
      dpkg-shlibdeps: new warning about useless libraries, new --warnings option
      Merge branch 'sourcev3'
      Add changelog entries for changes merged through the sourcev3 branch
      Credit people for their work and update copyright file.
      dpkg-shlibdeps: add cross-compilation support
      * man/dpkg-source.1: Move paragraph about --include-binaries.
      dpkg-buildpackage: change default value of LDFLAGS
      Ease cross-compilation by giving a default value to PKG_CONFIG_LIBDIR

Robert Luberda (3):
      Updated Polish translation.
      Updated Polish translation of man pages.
      Update Polish translations and fix po4a errors in other languages' translations

Sean Finney (1):
      Fix small memory leaks

Zack Weinberg (1):
      deb-shlibs.5: Be a little more elaborate and helpful

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

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