[Reproducible-commits] [dpkg] annotated tag 1.16.0 created (now 3a3b061)
Holger Levsen
holger at layer-acht.org
Tue May 3 08:43:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a change to annotated tag 1.16.0
in repository dpkg.
at 3a3b061 (tag)
tagging d3686b5552f28a357d678b453a869b9d10f1ac4f (commit)
replaces 1.15.8.10
tagged by Guillem Jover
on Sat Apr 2 05:36:58 2011 +0200
- Log -----------------------------------------------------------------
Release 1.16.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEABECAAYFAk2WmdwACgkQuW9ciZ2SjJtnmgCeNk1yDcjnpRjpeQTp7PF/TSuY
AMkAn03xa9WV1ZsWGKj/62jcvBLn54g3
=5Y0A
-----END PGP SIGNATURE-----
Andrea Gelmini (1):
libdpkg: Remove duplicate <stdio.h> include
Chris Baines (1):
dpkg-shlibdeps: do not fail immediatly when a library is not found
Colin Watson (3):
On install for Ubuntu adjust the i386 GNU cpu name in cputable
dpkg-buildflags: use CFLAGS="-g -O3" for building ppc64 packages on Ubuntu
dpkg-source: keep file order stable when regenerating autopatches.
Cyril Brulebois (1):
build: Break if ncurses is requested but unavailable
Guillem Jover (365):
Bump version to 1.15.9
libcompat: On successful realloc assign the newlist to list
Add missing space in changelog
Merge branch 'sid' (through tag '1.15.8.2')
Merge branch 'sid' (through tag '1.15.8.3')
Move glob module to libdpkg
libdpkg: Add missing symbols to Versions script
Merge branch 'sid' (through tag '1.15.8.4')
Bump version to 1.16.0
libdpkg: Clarify fd_fd_copy error string in dpkg_ar_member_put_header
dpkg: Rename unlinkorrmdir() to secure_remove()
Clarify several archive member strings
Unify execution error strings
dpkg-deb: Coalesce similar strings
libdpkg: Remove unused stream_md5 macro
Update TODO list
libdpkg: Refactor file locking error message handling
Refactor file_stat code
dpkg-deb: Use fd instead of stream based buffered I/O
dpkg-deb: Remove unused safe_fflush function
libdpkg: Remove stream I/O support from the buffer API
libdpkg: Properly restore errno in push_cleanup
libdpkg: Do not use m_malloc in push_checkpoint
libdpkg: Include dpkg/dpkg.h in t-buffer for MD5HASHLEN
libdpkg: Move ehandle declarations to its own header file
libdpkg: Switch test.h from including dpkg/dpkg.h to dpkg/ehandle.h
Use ACTION macros instead of ad-hoc action function handling
Move action and obsolete related functionality to the myopt module
libdpkg: Rename function argument to func in ACTION macro
libdpkg: Rename voidfnp to void_func
Do not make function typedefs pointers
Add a comment for translators to 'dpkg-query -l' header string
libdpkg: Refactor default error handler into new catch_fatal_error()
libdpkg: Rename print_error_fatal() to print_fatal_error()
libdpkg: Rename print_error_cleanup() to print_cleanup_error()
libdpkg: Rename print_error_forked() to print_subproc_error()
libdpkg: Rename jmp_buf variables to jump
libdpkg: Rename struct cleanupentry to cleanup_entry
libdpkg: Rename struct errorcontext to error_context
libdpkg: Refactor error_context creation into a new function
libdpkg: Refactor error display setter into a static function
libdpkg: Make run_error_handler cope with NULL econtext gracefully
libdpkg: Use ohshite in error_context_new instead of ad-hoc code
Use setaction() instead of directly assigning to cipaction
dpkg-divert: Use DPKG_MAINTSCRIPT_PACKAGE environment variable
Use thisname variable instead of hard-coded 'dpkg' string
dpkg-query: Fix --search not found string to be more meaningful
libdpkg: Add error context function handler support
Move error context display handler reset to error_unwind()
libdpkg: Create a new error context in subproc_fork
libdpkg: Remove set_error_display()
libdpkg: Add new push_error_context() function
Use push_error_context() instead of ad-hoc code
dselect: Use a function instead of a jump error handler
libdpkg: Rename error_unwind() to pop_error_context()
libdpkg: Use push_error_context_jump() instead of push_error_handler()
libdpkg: Namespace package database functions with pkg_db_ prefix
dpkg-trigger: Remove duplicate command name from error messages
libdpkg: Rename illegal_triggername to trig_name_is_illegal
libdpkg: Rename illegal_packagename to pkg_name_is_illegal
libdpkg: Rename informative to pkg_is_informative
libdpkg: Rename package blank functions to pkg_blank and pkg_perfile_blank
libdpkg: Move namevalue declarations to its own header file
libdpkg: Add new namevalue_find_by_name function
Use new namevalue_find_by_name function instead of ad-hoc code
libdpkg: Reorded convert_string arguments
libdpkg: Always print parse warnings on stderr
man: Use FHS mount point for /media/cdrom
build: Add missing m4 quotes to sed regex
build: Add missing m4 quotes around AM_CONDITIONAL argument
build: Unify and fix AC_ARG_ENABLE usage
build: Refactor --with/out options into DPKG_WITH_PROG and DPKG_WITH_DIR
build: Change the strictness from gnu to foreign
build: Use AC_REQUIRE for AC_CANONICAL_HOST in DPKG_FUNC_ASYNC_SYNC
dselect: Remove shadowing variable definitions from pkgtop
libdpkg: Add PURE, MALLOC, NONNULL and REQRET compiler attributes
libdpkg: Add new warningv() function and make warning() use it
libdpkg: Change switch into if/else in path_quote_filename
libdpkg: Refactor string termination in path_quote_filename
libdpkg: Make str_escape_fmt buffer overflow safe
s-s-d: Refactor sched_timeout code out into new do_stop_timeout()
Cleanup and improve source code comments
Add doxygen comments to several functions
Cleanup white spaces
libdpkg: Rename path_rtrim_slash_slashdot to path_trim_slash_slashdot
libdpkg: Rename nameLength to name_len in tar_extractor()
libdpkg: Rename and lower-case TarHeader members
libdpkg: Rename TarInfo to tar_header
libdpkg: Rename TarChecksumOffset to checksum_offset
libdpkg: Rename DecodeTarHeader to tar_header_decode
libdpkg: Refactor tar_header_checksum() out from tar_header_decode()
libdpkg: Move checksum_offset into tar_header_checksum()
libdpkg: Switch tar_header_decode() to take a struct tar_header
libdpkg: Refactor tar_gnu_long() out from tar_extractor()
libdpkg: Switch order macro into a function
libdpkg: Slightly optimize order() checks
libdpkg: Improve version strict check unit test
libdpkg: Fix version_strict_check() to not allow '-' in revision
libdpkg: Disallow versions starting with non-digits
libdpkg: Rewrite get_prefix_name() to be more efficient
Use new enum for trigdef_update_start() return values
Use new enum for dependency check result values
Use new enum for dependency found status
dpkg-deb: Use m_realloc instead of m_malloc when the pointer is NULL
man: Remove comment about newlines in status-fd error entries
Refactor setpipe() into statusfd_add() to stop exposing status_pipes
libdpkg: Add new command_shell() to execute a shell instance
dpkg: Use command_shell() instead of ad-hoc code to execute shells
dpkg: Add new --status-logger option
u-a: Refactor common code into new alternative_commit_operations_free
u-a: Change alternative_save() to take care of atomic file write
u-a: Create new xvasprintf() and use it instead of ad-hoc code
u-a: Refactor duplicate code into new checked_rm_args()
u-a: Simplify an unify string in alternative_display_query()
u-a: Avoid unneeded string allocations
u-a: Reduce scope of current pointer in main()
u-a: Add missing space in --set-selections output
u-a: Use PROGNAME as format argument instead of concatenated to literals
u-a: Unify similar strings
u-a: Add missing options to --help output
Merge branch 'sid' (through tag '1.15.8.6')
Merge branch 'sid' (through tag '1.15.8.7')
s-s-d: Refactor finish code into new finish_stop_schedule()
s-s-d: Make only sched_goto use goto instead of the other enum values
s-s-d: Remove static function declarations
s-s-d: Rename check() to pid_check()
s-s-d: Rename push() to pid_list_push()
s-s-d: Rename clear() to pid_list_free()
s-s-d: Rename do_help() to usage()
dpkg-query: Refactor --list format creation into new list_format_init()
dpkg-query: Refactor --list header printing into list_format_print_header()
libdpkg: Install header file ehandle.h
dpkg-deb: Reduce scope of variables in do_build()
Rename directory variables to just dir
dpkg-deb: Use a varbuf instead of a fixed size buffer in do_build()
dpkg-deb: Rename checkedinfo to pkg in do_build()
dpkg-deb: Refactor check_file_perms() out from do_build()
dpkg-deb: Refactor check_conffiles() out from do_build()
dpkg-deb: Remove redundant debar check and reduce code scope
dpkg-deb: Rename add_to_filist() arguments to head/tail
dpkg-deb: Rename add_to_filist() to file_info_list_append()
dpkg-deb: Rename free_filist() to file_info_list_free()
dpkg-deb: Rename getfi() into file_info_get()
dpkg-deb: Count one missing warning() for the total amount reported
dpkg-deb: Use varbuf to generate package file name in do_build()
dpkg-deb: Move known_arbitrary_field() closer to do_build()
dpkg-deb: Move setcompresstype() before cmdinfos
Add gettext context infrastructure support
Make short strings unique by using gettext context support
libdpkg: Unmark debug message for translation
Clarify and simplify strings to help translators
man: Quote dashes for correct output
Changelog police
libdpkg: Always prefix "error" to fatal error message output
libdpkg: Use warningv() in parse_warn() instead of open coding it
libdpkg: Refactor common code into parse_error_msg()
libdpkg: Add new dpkg_ar_member_get_size()
Use dpkg_ar_member_get_size() instead of duplicated code
dpkg-split: Reduce variable scope in do_split()
dpkg-split: Use number of parts to track split process
libdpkg: Change dpkg_ar_member_put_file() to accept a size limit
dpkg-split: Mark strings for translation
dpkg-split: Do not pass partsize to mksplit() and compute it internally
libdpkg: Use bool values for copy_dependency_links() call
dpkg-split: Do not slurp the entire part into memory when splitting
dpkg: Do not check for presence of update-rc.d
build: Refactor common linker objects into LDADD
libdpkg: Add new DPKG_GCC_VERSION macro and use it
libdpkg: Move buffer_copy_TYPE() and instantiations after buffer_copy()
libdpkg: Make all internal buffer functions static
libdpkg: Remove buffer_copy_PtrPtr and buffer_copy_PtrInt functions
libdpkg: Call buffer_init() and buffer_done() from buffer_copy()
libdpkg: Initialize buffer_data variables on declaration in buffer_copy_TYPE
libdpkg: Merge errmsgbuf and errmsg
libdpkg: Add new fdio API
Use fd_read() instead of fd_buf_copy()
libdpkg: Remove unused fd_buf_copy()
Use fdio instead of ad-hoc code to handle interrupted I/O
Use fdio functions instead of raw read()/write() calls
dpkg-deb: Use varbuf in file_info_get() instead of ad-hoc code
Centralize warn counting in warningv()
dpkg-deb: Handle missing arch in varbufprintf() call inside do_build()
dpkg-deb: Refactor check_new_pkg() out from do_build()
dpkg-deb: Refactor out pkg_get_pathname() from do_build()
Remove unneeded <errno.h> include
dpkg-deb: Fix corrupt archive header magic error string
dpkg-split: Reduce scope of variables
build: Fail configure if curses is needed but no headers are present
u-a: Removed unused ret variable from altdb_parse_error()
dpkg: Fix -GEO options on multiple versions of the same package
libdpkg: Add missing command_shell to version script
libdpkg: Rename varbufinit() to varbuf_init()
libdpkg: Rename varbufreset() to varbuf_reset()
libdpkg: Rename varbufsubstc() to varbuf_map_char()
libdpkg: Rename varbufdupc() to varbuf_dup_char()
libdpkg: Rename varbufaddc() to varbuf_add_char()
libdpkg: Rename varbufaddstr() to varbuf_add_str()
libdpkg: Rename varbufaddbuf() to varbuf_add_buf()
libdpkg: Rename varbufprintf() to varbuf_printf()
libdpkg: Rename varbufvprintf() to varbuf_vprintf()
libdpkg: Add new m_asprintf() function
libdpkg: Call va_end() just after vsnprintf() in parse_db_version()
Use m_asprintf() instead of m_malloc() and string operations
Use m_asprintf() instead of nfmalloc() and string operations
Use m_asprintf() instead of building the strings piece by piece
Use m_asprintf() instead varbuf_printf() for one-off strings
dpkg: Refactor reassembling a split package into deb_reassemble()
dpkg: Refactor package authentication into deb_verify()
dselect: Remove i2info() declaration w/o matching definition
Rename struct pkginfoperfile to struct pkgbin
Update TODO list
libdpkg: Refactor pkg_parse_verify() out from parsedb()
libdpkg: Reduce variable scope in parsedb()
libdpkg: Refactor pkg_parse_copy() out from parsedb()
libdpkg: Refactor pkg_parse_field() out from parsedb()
libdpkg: Move field matching into for (;;) bodies in pkg_parse_field()
libdpkg: Use a varbuf for the field_state value
Add spelling fix for jfs at debian.org to .mailmap
dpkg: Always say why in wanttoinstall()
dpkg: Fix wanttoinstall() to use the new version from pkg->available
dpkg: Change wanttoinstall() return type from int to bool
build: Do not set MKSPLITSCRIPT CPP macro
Use string literals instead of macros for environment variable names
Propagate --admindir to programs run from maintainer scripts
dpkg: Do not fail when trying to remove the root directory
dpkg-query: Use ohshit() for not installed package in --control-path
Update usertags
libdpkg: Refactor error output into a function variable in subproc_check()
libdpkg: Warn too on unknown status in subproc_check() if PROCWARN
libdpkg: Improve subprocess signal handling in subproc_check()
dselect: Use subproc_check in falliblesubprocess instead of ad-hoc code
Use pid instead of c1 for variable name
Rename architecture variables to arch
libdpkg: Rename pigp/pifp to db_pkg/db_pkgbin in parsedb()
libdpkg: Rename newpig/newpifp to new_pkg/new_pkgbin in parsedb()
libdpkg: Change new_pkg to be a pointer in parsedb()
Merge branch 'squeeze' (through tag '1.15.8.10')
libdpkg: Add type documentation to struct pkginfo
dpkg: Rename arch variable to native_arch
libdpkg: Ensure parsed packages have a usable arch member
libdpkg: Do not print bogus warnings when parsing status files
Revert "Fix installation of packages without architecture field"
dpkg: Document packages w/o Architecture field need --force-architecture
libcompat: Define gettext context functions when NLS is disabled
dpkg: Do not segfault on “dpkg -i --no-act”
libdpkg: Refactor varbuf_pkgadminfile() out from pkgadminfile()
dpkg: Use varbuf_pkgadminfile() instead of manually building the path
dpkg: Refactor out pkg_has_postrm_script() from removal_bulk()
dpkg: Always call pkg_has_postrm_script() in removal_bulk()
Move and generalize debug API from dpkg to libdpkg
dselect: Switch to use libdpkg debug support
dpkg: Remove temporary variable admindirlen in process_archive()
dpkg: Remove useless cidirbuf variable in process_archive()
dpkg: Use m_realloc() instead of free()+m_malloc() on process_archive()
dpkg: Refactor conflictor addition to a new push_conflictor() function
dpkg: Automate debug help output printing
dpkg: Capitalize debug help output table titles
dpkg: Fix typo in debug help output
dpkg: Handle --force-all as any other force option
dpkg: Reduce the scope of a if/else in setforce()
dpkg: Automate force help output printing
libdpkg: Rename function type from tar_func to tar_make_func
libdpkg: Rename cmdinfo arg members
dpkg-architecture: Set DEB_HOST_ARCH and DEB_HOST_GNU_TYPE only once
dpkg: Use pkgadminfile() instead of varbuf_pkgadminfile()
Revert "libdpkg: Refactor varbuf_pkgadminfile() out from pkgadminfile()"
dpkg: Move varbuf related calls close together in setselections()
libdpkg: Do not add a NUL char after varbuf_printf() calls
dpkg: Reduce local variable scope in archivefiles()
dpkg: Only copy already counted output lines from find
libdpkg: Add new varbuf_end_str()
Use varbuf_end_str() instead of ad-hoc varbuf_add_char() calls
libdpkg: Use format precision instead of strnlen() in convert_string()
libdpkg: Add support for fallback namevalues
libdpkg: Switch pri_other to be a fallback namevalue
libdpkg: Refactor convert_string into parse_nv_next and parse_nv_last
Rename namevalue variables to nv and nv_head
libdpkg: Rename string variables to str_start and str_end in parse_nv_next
Fix dpkg maintainer scripts to honour DPKG_ADMINDIR if present
s-s-d: Do not unneedingly fsync() the pid file
dpkg: Sync and print the correct info database directory
libdpkg: Make dir_sync() private
dpkg: Refactor infodb file existence check into new pkg_infodb_has_file()
dpkg: Switch the rename_list logic to match_node
dpkg: Refactor match_node deallocation into new match_node_free()
dpkg: Refactor match_node allocation into new match_node_new()
dpkg: Refactor specific infodb traversal logic into their own functions
dpkg: Refactor infodb directory traversal into new pkg_infodb_foreach()
dpkg: Refactor infodb update on unpack into new pkg_infodb_update()
dpkg-divert: Honour --local when DPKG_MAINTSCRIPT_PACKAGE is present
dpkg: Pass correct DPKG_ADMINDIR to maintainer scripts with --root
dpkg-query: Document that --list and --show arguments are optional
man: Add missing quotes and escaping
dpkg: Call gettext() on force option description printing
Switch the logic from msdbrw_noavail to msdbrw_available
Do not read the available file unnecessarily
Do not write the available file unnecessarily
u-a: Fix memory leaks due to scandir() return value
Make modstatdb available file options explicit
dselect: Use m_asprintf() instead of ad-hoc string construction
libdpkg: Do not leak triggersdir
libdpkg: Change file_unlock() to act directly on its new arguments
libdpkg: Move blankversion() to new version module
libdpkg: Move non pkg_db related functions to the pkg module
libdpkg: Rename hashreport() to pkg_db_report()
libdpkg: Rename database module to pkg-db
libdpkg: Rename modstatdb_init() to modstatdb_open()
libdpkg: Refactor modstatdb init/done sequence into new functions
Make modstatdb locking functions not take an admindir argument
libdpkg: Reset dblockfd on modstatdb_unlock()
libdpkg: Handle EACCES as a permission error in modstatdb_lock()
libdpkg: Refactor modstatdb_can_lock() out from modstatdb_lock()
dselect: Use modstatdb_can_lock() in refreshmenu() instead of ad-hoc code
libdpkg: Add new dbdir module
Use dpkg_db_get_path() instead of ad-hoc building the string with varbuf
Use dpkg_db_get_path() instead of using m_asprintf() and admindir
Use dpkg_db_set_dir() instead of pkgadmindir_init()
libdpkg: Use dpkg_db_get_path() instead of trig_get_triggersdir()
Do not pass admindir to database initialization functions
Make admindir file local everywhere
Move pkgadmindir() and pkgadminfile() to the filesdb module
dpkg: Add comment about why writeback code ignores return values
dselect: Use a format string in printf() instead of only a variable
build: Add -Wformat-security and -Wpointer-arith to default warnings
dpkg-query: Return a valid width even if opening /dev/tty failed
u-a: Do not unneedingly initialize variables to NULL
libdpkg: Add missing <errno.h> needed by fd_null_copy()
dpkg-split: Do not slurp into memory the whole package parts
dpkg-deb: Use fdio instead of stdio
Inline werr() into its only current call site
Inline rerr() into its only current call site
dpkg-split: Use a constant expression to declare an array
build: Check for %j and %z format modifiers support
dpkg-split: Replace unsignedlong() with parse_intmax()
dpkg-split: Make decompose_filename() and setpartsize() use strtoimax()
libdpkg: Replace OtoL() with OtoM() converting to intmax_t
Use size_t and %zu to handle memory sizes and offsets
Use off_t and %jd or %jx to handle file sizes and offsets
Add armhf support to ostable and triplettable
libdpkg: Do not lose reverse dependencies when parsing control data
dpkg: Pass default return value to reportbroken_retexitstatus()
Make all command line action functions return int
Use new action_func typedef instead of ad-hoc function casts
Rename struct cmdinfo member arg_func to action and call it directly
libdpkg: Update MD5 implementation with the one from OpenBSD
dpkg: Fix typo in comment ‘cheched’ → ‘checked’
dpkg: Move newtarobject_utime() call out of newtarobject_allmodes()
dpkg: Factor out newtarobject_allmodes() call
dpkg: Rename newtarobject_utime() to tarobject_set_mtime()
dpkg: Rename newtarobject_allmodes() to tarobject_set_perms()
dpkg: Move conditionals to tarobject_set_*() functions
dpkg: Use utimes(2) instead of obsolete utime(2)
libdpkg: Move mtime from file_stat back to tar_info
dpkg: Move lchown() call from tarobject() to tarobject_set_perms()
dpkg: Set the modification time for unpacked symlinks if possible
libdpkg: Make buffer_init() and buffer_done() take only one argument
dpkg-genchanges: Do not warn when adding files w/o matching architecture
Revert "dpkg-divert: fix minor file descriptor leak found by cppcheck"
dpkg-divert: Change file_copy() and rename_mv() to ohshite() on error
dpkg-divert: Move atomic rename logic from rename_mv() to file_copy()
dpkg-divert: Inline rename_mv() into file_rename()
dpkg-divert: Unlink the source file when moving across filesystems
Regenerate .pot files and merge .po files with them
Correct and clarify changelog entries
Release 1.16.0
Helge Kreutzmann (13):
Update German scripts translation
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
Update German translation of manual pages
Update German translation of manual pages
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
Ivan Gagis (1):
dpkg-name: Fix typo in --overwrite argument parsing
Javier Fernandez-Sanguino (8):
Include changes introduced to Spanish translation
Updated Spanish translation for dselect
Review translation and fix some typos. Also added PO4spell check headers.
Typo fix
Fix typos in translation format strings
Fix typo
Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg
Fix typos in PO file
Javier Fernandez-Sanguino Pen~a (1):
Updated Spanish translation
Jonathan Nieder (3):
Remove --enable-sync-sync codepath
dpkg-maintscript-helper(1): dpkg only has to be unpacked for it to be usable
dpkg-source: use server-side clock for patched file timestamp on NFS
Mark Hymers (1):
dpkg-gencontrol: add support for Built-Using field
Martin Dorey (1):
Fix OtoL() to accumulate data in a long instead of an int
Miguel Figueiredo (1):
Update Portuguese translation of program
Oxan van Leeuwen (1):
New manual page deb-src-control(5) documenting debian/control
Peter Krefting (3):
Update Swedish translation.
Merge branch 'sid' to avoid breakage when merging PO files.
Merge branch 'cherry-pick-german' to avoid breakage when merging PO files.
Raphaël Hertzog (34):
Merge branch 'sid'
Revert "Russian translation update of scripts: 511f2u"
Merge commit '1.15.8.5'
dpkg-source: fail properly when debian/source/format is empty
dpkg-buildflags: fix incorrect name in comment
dpkg-shlibdeps: print the error note about missing libraries only once
Dpkg::Source::Package::V1.pm: correctly detect debian files
Merge commit '1.15.8.8'
Update triggers documentation to match reality
Merge commit '1.15.8.9'
Fix installation of packages without architecture field
Add missing changelog entry
Dpkg::Path::get_control_path(): wrapper around dpkg-query --control-path
dpkg-shlibdeps: use get_control_path()
dpkg-shlibdeps: improve parsing of output of dpkg --search
Fix english mistake catched by lintian
Do not print warnings resulting from the autopatch analysis
dpkg-source: remove quilt's .pc directory when --unapply-patches is in use
Regenerate .pot files and merge .po files with them
dpkg-source: be a bit less strict when parsing patches
dpkg-split: fix a gcc warning
pkg_parse_copy(): fix references to variables in a comment
dpkg-divert: fix return value of rename_mv
dpkg: use the correct mtime when installing a file with statoverrides
Dpkg::Control::Fields: define the place of the Built-Using field
dpkg-source: add new Package-List field to .dsc files
Fix two typos in changelog
dpkg(1): remove a duplicate word in the german translation
dpkg-source: strip spaces around newlines in Uploaders
Dpkg::Changelog::Debian::Entry: ignore whitespaces after options in header
Dpkg::Source::Patch: don't choke on empty patches
dpkg-source: extend the Package-List field based on the feedback received
dpkg-divert: fix minor file descriptor leak found by cppcheck
dpkg-source: temporarily drop Package-List field generation
Robert Millan (1):
libcompat: Add missing semicolon to vsnprintf() declaration
Roger Leigh (1):
Dpkg::Control::Hash: accept PGP signature as end of block
Steve Langasek (1):
Add new variables, DEB_HOST_MULTIARCH and DEB_BUILD_MULTIARCH
Sven Joachim (5):
German dpkg translation update
dpkg-split: Fix typo
build: Update po/POTFILES.in for new/renamed source files
German dpkg translation update
Fix minor error in German dpkg translation
Yuri Kozlov (1):
Russian translation update of scripts: 511f2u
-----------------------------------------------------------------------
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