[Reproducible-commits] [dpkg] annotated tag 1.15.4 created (now 9bb396f)

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


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

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

        at  9bb396f   (tag)
   tagging  9eb319a57bffa28f77ec6b7eef7ff5c68e2304e5 (commit)
  replaces  1.15.3.1
 tagged by  Guillem Jover
        on  Sun Sep 6 09:46:58 2009 +0200

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

iEYEABECAAYFAkqjaP0ACgkQuW9ciZ2SjJslhgCgv0pHIyxn1bufXZNQGwxsF2va
2owAmQF1najb5eSEbbwVGn8Y6tr1jWBN
=C6cO
-----END PGP SIGNATURE-----

Branden Robinson (1):
      Fix typo in macro argument

Christian Perrier (8):
      French translation update
      Updated French translation
      Regenerate POT file and resync PO files
      Drop accidentally added file
      Recomplete French translation
      Completed French translation for scripts
      Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg
      Merged changes

Guillem Jover (113):
      Bump version to 1.15.4~
      dpkg-name: Call _g instead of g_
      dpkg-name: Fix inverted logic when deciding to assume the architecture
      dpkg-name: Do not handle Revision and Package_Revision fields
      dpkg-scansources: Switch to use Dpkg::Cdata
      dpkg-scansources: Reduce variable scope in process_dsc
      dpkg-scanpackages: Do not remap obsolete fields
      dpkg-scanpackages: Do not handle the Revision field
      Add dpkg-vendor to .gitignore
      libdpkg: Initialize parse lno to 0 to avoid decrementing it on rcall
      libdpkg: Refactor parsedb_state into a new structure
      Use autoconf AC_ARG_PROGRAM support to rename install-info
      install-info: Add missing stdlib.h
      install-info: Generalize by using macros for paths
      install-info: Use macros for warn and error output
      install-info: Print buggy maintainer script package in warning
      install-info: Improve a bit the warning messages
      Merge branch 'sid' (through tag '1.15.3.1')
      libdpkg: Use isblank instead of ad-hoc comparisons
      dpkg: Properly mark packages being purged for disappearance
      Obsolete --forget-old-unavail
      dpkg: Coalesce similar “takes no arguments” strings
      Reschedule roadmap and feature removals in relation to versions
      Update TODO list
      man: Document “hold” as package selection state instead of flag
      Remove unused assert.h includes
      dpkg-deb: Remove trailing ‘/’ and ‘/.’ from the directory name on -b
      dpkg-split: Properly check error condition on open when splitting
      dpkg: Remove unused cfom_main enum value
      dpkg: Make conffoptcells static
      Inline CONFFOPTCELLS into conffoptcells definition
      Fix typo in comment
      Move filesdbinit declaration to filesdb.h
      Remove obsolete ‘hold’ and ‘hold-reinstreq’ internal status flags
      Cleanup eflag value names
      Add fakeroot to dpkg-dev Recommends
      Remove TODO item
      dselect: Fix typo in package deselection condition
      Move libraries to subdirectories under lib/
      libdpkg: Change PRINTFFORMAT to take only one argument
      libdpkg: Rename and namespace compiler attributes
      libdpkg: Move C language definition macros to macros.h
      Remove unused dpkg-priv.h header includes
      s-s-d: Use sizeof_array instead of ad-hoc calculation
      libdpkg: Rename dpkg-i18n.h to i18n.h
      libdpkg: Rename dpkg-test.h to test.h
      Disable default automake preprocessor include paths
      libdpkg: Split dpkg-priv.h into smaller pieces
      libdpkg: Move subproc related declarations to subproc.h
      dselect: Add builddir to the quoted include search path
      man: Fix typo in French translation breaking the build
      po: Change path for libdpkg files in POTFILES to lib/dpkg/
      Add uClibc Linux support to ostable and triplettable
      Bump install-info related versioned Breaks for konqueror
      Fix typo in Swedish manual translation
      dpkg: On file conflicts print the version of the conflicted package
      Add forgotten bug closure
      Remove double slash in database path creation
      Use MD5HASHLEN instead of literals
      dpkg-architecture: Add support for bits and endianness variables
      Use AM_CPPFLAGS instead of deprecated INCLUDES in Makefile.am files
      Do not directly use AC_CANONICAL_SYSTEM from configure.ac
      Use AC_CANONICAL_TARGET instead of deprecated AC_CANONICAL_SYSTEM
      Check for host system instead of target at build time
      Use AC_USE_SYSTEM_EXTENSIONS instead of deprecated AC_GNU_SOURCE
      Do not match sparc architecture with sparc64-*-* triplet
      Use AC_*_IFELSE instead of obsolete AC_TRY_* macros
      Set action_todo as volatile to avoid possible clobbering on longjmp
      Cast field width function arguments to int
      Use backticks instead of non-portable make $(shell ...) function
      dselect: Use top_builddir instead of top_srcdir to create curkeys.h
      libdpkg: Use ohshit instead of ohshite on config parsing errors
      Add support for config.d style directory fragment loading
      Fix typo in German man page
      Pass ‘struct pkginfo’ instead of pkg name to maint script functions
      Pass ‘struct pkginfoperfile’ from maint script functions to do_script
      Set DPKG_MAINTSCRIPT_ARCH env var with the .deb architecture
      man: Document DPKG_MAINTSCRIPT_PACKAGE environment variable
      Change dpkg specific m4 macros prefix from SJR_ to DPKG_
      Remove redundant extern storage class specifier in functions
      libdpkg: Move varbuf declarations to varbuf.h
      Add missing files in EXTRA_DIST
      libdpkg: Rename dpkg-test.h to test.h in libdpkg_a_SOURCES
      Use double instead of single quotes to allow backticks to expand
      man: Always run po4a from source dir regardless of out or in-tree builds
      man: Refactor common po4a options into common variables
      man: Use po4a “--previous” support when updating the man pages
      libdpkg: Refactor config error printing into a new function
      libdpkg: On configuration error print file name and line number
      libdpkg: Add new str_strip_quotes function
      libdpkg: Allow quoting values in configuration file options
      dpkg: Add new invoke hooks support
      libdpkg: Move buffer I/O declarations to buffer.h
      libdpkg: Refactor md5 buffer initialization and destruction
      libdpkg: Refactor buffer initalizaion and destruction
      libdpkg: Remove unused proc member from buffer_data
      libdpkg: Fold buffer_copy_setup back into buffer_copy_setup_TYPE functions
      libdpkg: Rename buffer_copy_setup_dual to buffer_copy_TYPE
      libdpkg: Remove _setup from buffer_copy_setup_TYPE function names
      dpkg: Sort and group ‘enum action’ values
      dpkg: Remove unused act_compareversions
      Do not check for fprintf return code when going to ohshit anyway
      dpkg: Check stdout for errors instead of stderr in audit()
      dpkg-deb: Use warning() instead of ad-hoc printing
      libdpkg: New m_output function
      Use m_output instead of fflush, ferror and werr
      Use m_output instead of checking printing functions return code
      Unify and mark strings for translation
      dpkg-query: Add installed package control path query support
      man: Document DPKG_RUNNING_VERSION environment variable
      dpkg: Use ohshit on bad version syntax in --compare-versions
      Regenerate .pot files and merge .po files with them
      Release 1.15.4

Helge Kreutzmann (17):
      Update german translation of manual pages
      Fix minor translation error in scripts/po/de.po
      Update German scripts translation
      Update german translation of manual pages
      Update german translation of manual pages
      Update german scripts translation
      Fix errors in a paragraph in the German man page translation.
      Add missing full stop
      Update german scripts translation
      Sort language updates by alphabet.
      Update german translation of manual pages
      Update german translation of manual pages
      Update german scripts translation
      Update german translation of manual pages
      Update german translation of manual pages, including a fix from Felix Zielcke
      Update german translation of manual pages
      Update German translation of manual pages and fix French debian/changelog entry

Holger Wansing (1):
      Fix poor wording in German dpkg translation

Ian Jackson (1):
      dpkg: change behaviour of --merge-avail

Ivan Masár (2):
      Slovak translation update
      Slovak translation update

Jens Seidel (1):
      Proofreading

Jiri Palecek (1):
      Dpkg::Shlibs::SymbolFile: cache the minimum version for a particular soname

Julien Cristau (1):
      dpkg-gensymbols(1): add kfreebsd-amd64 to the "64bit arches" symbol example

Marcos Alvarez Costales (1):
      Asturian translation update

Milo Casagrande (1):
      Italian translation updated

Modestas Vainius (2):
      dpkg-gensymbols: improve diff label again.
      Replace local with my in SymbolFile::load() and use strict.

Peter Krefting (2):
      Update Swedish translation.
      Update Swedish translation.

Raphael Hertzog (14):
      Replace install-info by a simple wrapper (or no-op command)
      Add breaks against all info-browsers that do not depend on install-info
      Breaks: xemacs21-support instead instead of all xemacs21-*
      Add changelog entry for the install-info transition
      Fix dpkg's preinst when alternatives dir contains unexpected subdirs
      Update Standards-Version to 3.8.2
      Add new test case for symbols file parsing
      deb-substvars(5): list fields where substvars do not work
      Dpkg::Shlibs::SymbolFile::load(): use a single object reference everywhere
      Fix preinst to not fail on read on broken alternatives status files
      Dpkg::Changelog: fix heuristic to identify correct start entry
      Fix apply_patches() funtion of 3.0 (quilt) format to properly skip auto patch
      update-alternatives: fix a warning message
      dpkg-source/dpkg-genchanges: split long Binary: field values

Raphaël Hertzog (9):
      dpkg-scanpackages: add support for extra override file
      dpkg-scanpackages(1): correctly refer to the deb-overrides manual page
      Add a dpkg cron.daily script to backup the status file
      dpkg-architecture: finish support of DEB_{HOST,BUILD}_ARCH_{BITS,ENDIAN}
      dpkg-scanpackages: rename --extraoverride into --extra-override
      dpkg-scansources: implement --extra-override
      deb-extra-override(5): new manual page
      dpkg-source(1): small improvement
      Fix translation error in german manpage of dpkg-buildpackage

Simon Richter (1):
      Add uClinux support to ostable and triplettable

Steve Langasek (1):
      Add Multi-Arch to the list of known binary package fields for dpkg-dev

Steve Petruzzello (1):
      man: Fix typo, wrong space

Sven Joachim (5):
      German dpkg translation update
      Fix typo (unexecpted -> unexpected)
      update-alternatives: add a missing mark for translation
      Tightening the Breaks for the install-info transition
      German dpkg translation update

Yuri Kozlov (1):
      Updated Russian translations

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

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