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

guillem pushed a change to branch master
in repository dpkg.

      from  2a9111d   Update German translation of manual pages
       new  18bfaa4   debian: Remove old trigger related Breaks/Conflicts from 
dpkg
       new  ad959d4   dpkg: Move SE Linux support into a separate file
       new  19966da   dpkg-statoverride: Set the SE Linux context on --update
       new  046ad86   Dpkg::Gettext: Use parenthesis on carp call to tell perl 
it is a function
       new  01abe8a   perl: Rework use and exporter declarations
       new  dd0f24f   scripts/t: Ignore stderr from «dpkg --compare-versions» 
if it does not fail
       new  0cf46b6   debian: Only use stackprotectorstrong when building with 
gcc >= 4.9
       new  55553c4   libdpkg: Add new pkg_array_foreach() function
       new  8f3f34c   dpkg-query: Use pkg_array_foreach() instead of ad-hoc 
traversal
       new  6b4ff83   dpkg-query: Do not fail on -W and -l when multiple 
arguments match a package
       new  670e9d6   libdpkg: Factor out new m_vasprintf() from m_asprintf()
       new  24ee92a   libdpkg: Change m_vasprintf() to assume it is more prone 
to succeed
       new  7614571   libdpkg: Add new dpkg_error_print() function
       new  e512a2c   dpkg: Use dpkg_error_print() instead of explicitly 
printing a dpkg_error
       new  2a6d927   libdpkg: Simplify namevalue parsing code
       new  a609805   Dpkg::Changelog::Parse: Say execute instead of exec in 
error message
       new  d1ca4be   dpkg-name: Say package instead of it in warning message
       new  c6d00a0   scripts: Uppercase field names in error messages
       new  4531321   Expand EOF and eof into "end of file" in error messages
       new  19d9852   Use "<enter>" instead of "return" or "enter" in input 
prompts
       new  d195b23   Say directory instead of dir in output messages
       new  c97cd95   dpkg-scanpackages: Merge the same warning messages into a 
single line
       new  d23fc91   dpkg-genchanges: Clarify changes description open error
       new  5ff29d5   Dpkg::Source::Patch: Add missing preposition in error 
message
       new  9df9fbb   dselect: Improve available state sorting order strings

The 25 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog                         |  16 ++++
 debian/control                           |  42 +---------
 debian/dpkg.lintian-overrides            |   2 -
 debian/rules                             |   6 ++
 dselect/methods/Dselect/Ftp.pm           |  17 +++-
 dselect/methods/ftp/setup.pl             |   2 +-
 dselect/methods/multicd/setup            |   4 +-
 dselect/methparse.cc                     |  15 ++--
 dselect/pkgdisplay.cc                    |  13 ++-
 lib/dpkg/dpkg.h                          |   2 +
 lib/dpkg/error.c                         |  18 ++++
 lib/dpkg/error.h                         |   3 +
 lib/dpkg/fields.c                        |  87 +++++++++++--------
 lib/dpkg/libdpkg.map                     |   3 +
 lib/dpkg/mlib.c                          |  20 +++--
 lib/dpkg/namevalue.c                     |   8 +-
 lib/dpkg/namevalue.h                     |   2 -
 lib/dpkg/parse.c                         |  16 ++--
 lib/dpkg/pkg-array.c                     |  25 +++++-
 lib/dpkg/pkg-array.h                     |   6 +-
 lib/dpkg/pkg-namevalue.c                 |   1 -
 lib/dpkg/utils.c                         |   2 +-
 po/POTFILES.in                           |   1 +
 scripts/Dpkg.pm                          |  17 +++-
 scripts/Dpkg/Arch.pm                     |  32 ++++---
 scripts/Dpkg/BuildProfiles.pm            |   8 +-
 scripts/Dpkg/Changelog/Debian.pm         |  10 ++-
 scripts/Dpkg/Changelog/Entry/Debian.pm   |  15 ++--
 scripts/Dpkg/Changelog/Parse.pm          |  10 ++-
 scripts/Dpkg/Checksums.pm                |  10 ++-
 scripts/Dpkg/Compression.pm              |  25 +++---
 scripts/Dpkg/Compression/FileHandle.pm   |   6 +-
 scripts/Dpkg/Control.pm                  |  21 +++--
 scripts/Dpkg/Control/Changelog.pm        |   1 +
 scripts/Dpkg/Control/Fields.pm           |   3 +-
 scripts/Dpkg/Control/FieldsCore.pm       |  29 +++++--
 scripts/Dpkg/Control/HashCore.pm         |   2 +-
 scripts/Dpkg/Control/Info.pm             |   2 +-
 scripts/Dpkg/Control/Types.pm            |  16 +++-
 scripts/Dpkg/Deps.pm                     |  13 ++-
 scripts/Dpkg/Dist/Files.pm               |   4 +-
 scripts/Dpkg/ErrorHandling.pm            |  20 +++--
 scripts/Dpkg/Exit.pm                     |   7 +-
 scripts/Dpkg/File.pm                     |   9 +-
 scripts/Dpkg/Getopt.pm                   |   4 +-
 scripts/Dpkg/Gettext.pm                  |  10 ++-
 scripts/Dpkg/IPC.pm                      |  11 ++-
 scripts/Dpkg/Package.pm                  |   8 +-
 scripts/Dpkg/Path.pm                     |  16 ++--
 scripts/Dpkg/Shlibs.pm                   |  10 ++-
 scripts/Dpkg/Shlibs/Cppfilt.pm           |  11 ++-
 scripts/Dpkg/Shlibs/Objdump.pm           |   4 +-
 scripts/Dpkg/Shlibs/Symbol.pm            |   3 +-
 scripts/Dpkg/Source/Archive.pm           |  10 +--
 scripts/Dpkg/Source/Functions.pm         |  12 ++-
 scripts/Dpkg/Source/Package.pm           |  22 ++---
 scripts/Dpkg/Source/Package/V1.pm        |  16 ++--
 scripts/Dpkg/Source/Package/V2.pm        |  20 ++---
 scripts/Dpkg/Source/Package/V3/Bzr.pm    |   4 +-
 scripts/Dpkg/Source/Package/V3/Custom.pm |   4 +-
 scripts/Dpkg/Source/Package/V3/Git.pm    |   4 +-
 scripts/Dpkg/Source/Package/V3/Native.pm |   8 +-
 scripts/Dpkg/Source/Package/V3/Quilt.pm  |   8 +-
 scripts/Dpkg/Source/Patch.pm             |  13 +--
 scripts/Dpkg/Source/Quilt.pm             |  12 +--
 scripts/Dpkg/Substvars.pm                |   6 +-
 scripts/Dpkg/Util.pm                     |   9 +-
 scripts/Dpkg/Vars.pm                     |   9 +-
 scripts/Dpkg/Vendor.pm                   |  14 +++-
 scripts/Dpkg/Vendor/Debian.pm            |   4 +-
 scripts/Dpkg/Version.pm                  |  26 ++++--
 scripts/Test/Dpkg.pm                     |   4 +-
 scripts/dpkg-buildpackage.pl             |   2 +-
 scripts/dpkg-distaddfile.pl              |   1 +
 scripts/dpkg-genchanges.pl               |   3 +-
 scripts/dpkg-gencontrol.pl               |   2 +-
 scripts/dpkg-gensymbols.pl               |   2 +-
 scripts/dpkg-mergechangelogs.pl          |   6 +-
 scripts/dpkg-name.pl                     |   6 +-
 scripts/dpkg-scanpackages.pl             |  17 ++--
 scripts/dpkg-source.pl                   |   8 +-
 scripts/t/Dpkg_Control.t                 |   1 +
 scripts/t/Dpkg_Shlibs.t                  |   1 +
 scripts/t/Dpkg_Version.t                 |   9 +-
 src/Makefile.am                          |   6 ++
 src/archives.c                           |  99 +---------------------
 src/configure.c                          |   2 +-
 src/enquiry.c                            |  10 +--
 src/main.c                               |   3 +-
 src/main.h                               |   6 ++
 src/querycmd.c                           |  49 +++++------
 src/remove.c                             |   2 +-
 src/select.c                             |   6 +-
 src/selinux.c                            | 139 +++++++++++++++++++++++++++++++
 src/statcmd.c                            |   4 +
 src/t/dpkg_divert.t                      |   6 +-
 utils/update-alternatives.c              |   2 +-
 97 files changed, 765 insertions(+), 480 deletions(-)
 create mode 100644 src/selinux.c

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/dpkg/dpkg.git


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to