Changelogs from build 20131115 to 20131118


  dpkg (1.17.1ubuntu1) trusty; urgency=low
 .
   * Merge from Debian unstable.  Remaining changes:
     - Change the multiarch downgrade version checks in prerm/postrm
       from 1.16.2 to 1.16.0~ to reflect when multiarch landed in Ubuntu.
     - Migrate dpkg multiarch conffile (and other multi-arch-related
       conf settings) to the new DB with dpkg --add-architecture, but
       keep a copy of the old conffile if it was modified.
     - Out of paranoia, keep an option handler for foreign-architecture
       that informs people that they need to scrub their config files
       and upgrade, on the off chance that the above migration fails
       for some reason (this mitigates the chances of leaving users with
       a dpkg that fails to run due to a broken config).
     - Add DPKG_UNTRANSLATED_MESSAGES environment check so that higher-level
       tools can get untranslated dpkg terminal log messages while at the
       same time having translated debconf prompts.  This is useful for tools
       that hide the dpkg terminal by default and use apport for bug
       reporting with the untranslated error message.
     - Apply patch from Steve McIntyre to special-case armhf/armel ELF
       objects in Shlibs/Objdump.pm, so we don't get incorrect deps.
     - lib/dpkg/pkg-spec.c: map unqualified package names of multiarch-same
       packages to the native arch instead of throwing an error, so that we
       don't break on upgrade when there are unqualified names stored in
       dpkg's own trigger database.
     - Add logic to the postinst to `dpkg --add-architecture i386' on new
       installs on amd64, and to also do so on upgrades from pre-conffile
       Ubuntu versions, mimicking our previous behaviour with the conffile.
     - Apply a workaround from mvo to consider RC packages as multiarch,
       during the dpkg consistency checks. (see LP: 1015567 and 1057367).
     - Add ppc64el/powerpc64le support to cputable (backported from 1.17.2).
   * Forward-port manpages-it dpkg/dpkg-dev/dselect Replaces from 1.16.12.
 .
 dpkg (1.17.1) unstable; urgency=low
 .
   * Man pages cleanup:
     - Make explicit that dpkg-shlibdeps -e can be used multiple times.
     - Improve documentation on how to update the available database before
       setting package selections. Suggested by Klaus Ita .
   * Add manpages-it Replaces to dpkg due to new translated man pages.
     Reported by Alessio Gaeta . Closes: #717983
   * Reword libdpkg-perl description and only list public modules.
   * Remove space before value in dpkg-parsechangelog -S option on pkg-info.mk.
     Closes: #718014
   * Make the build system install start-stop-daemon directly under /sbin,
     instead of moving it around in debian/rules.
 .
 dpkg (1.17.0) unstable; urgency=low
 .
   [ Guillem Jover ]
   * Switch update-alternatives back to a fatal error on out of range priority
     on --install.
   * Document dpkg-deb --debug in --help output.
   * Bump Standards-Version to 3.9.4 (no changes needed).
   * Use the new canonical dpkg git Vcs URLs.
   * Remove ancient version from zlibg1-dev Build-Depends.
   * Add compression development packages to libdpkg-dev Depends.
   * Man pages cleanup:
     - Disable justification and hyphenation in SEE ALSO sections.
     - Remove unneeded double quotes in .SH headings.
     - Do not use “header” when “format” or “field” is meant.
     - Move dangers of installing via dpkg-deb from BUGS to a NOTES section.
     - Remove BUGS sections containing obvious or misplaced information.
     - Move BUGS sections before EXAMPLES and SEE ALSO sections.
     - Place ENVIRONMENT and FILES sections contiguously.
     - Move EXIT STATUS section before ENVIRONMENT.
     - Rename CAVEATS sections to NOTES.
     - Fold BACKWARD COMPATIBILITY section into other sections.
     - Document since when DEB_*_MULTIARCH variables are supported.
     - Move compiler flags subsection from ENVIRONMENT to NOTES.
     - Unify WARNING and ERROR sections into DIAGNOSTICS.
     - Unify command-line options into a single OPTIONS section.
     - Mark programs, variables, fields and command-line options in bold.
     - Fold dpkg-architecture(1) DEBIAN/RULES section into EXAMPLES.
     - Fix dpkg-architecture(1) debian/rules usage documentation.
     - Move dpkg-buildflags(1) HARDENING into a new FEATURE AREAS subsection.
     - Improve dpkg-buildflags(1) usage documentation.
       Thanks to Matthijs Kooijman . Closes: #657627
     - Clarify that DPKG_MAINTSCRIPT_PACKAGE is not arch-qualified.
     - Add triggers to the list of binary control information files.
       Thanks to Charles Plessy .
   * Use colon instead of dot for user:group in dpkg debug output.
   * Remove support for obsolete DM-Upload-Allowed from Dpkg::Vendor::Debian.
   * Fix update-alternatives to use the current alternative link as the first
     best value, to avoid flip-flops of alternatives with equal priority.
     Closes: #699807
   * Fix clang warnings due to change of alignment requirements.
   * Change copyright file to point to GPL-2 instead of GPL.
   * Do not pass -e in shell script shebangs, set it in the body.
   * Add new dpkg-parsechangelog --show-field option to print a field value.
     Closes: #284664
   * Add new dpkg-buildpackage --force-sign option.
   * By default do not sign builds for UNRELEASED uploads on dpkg-buildpackage.
     Closes: #635117
   * Also check Build-Depends-Arch for minimal versions in dpkg-shlibdeps.
     Closes: #681470
   * Document dpkg-buildflags export mode usage in man page. Closes: #691449
     Thanks to Jonathan Nieder .
   * Rename dpkg-buildflags configure exporter to cmdline, but preserve
     configure as a legacy alias.
   * Mask fortify hardening option from dpkg-buildflags output on noopt.
     New glibc 2.16 and later, issue a warning on this condition.
     Closes: #691745
   * Refer to path instead of file on dpkg-statoverride.
   * Always print a descriptive architecture column, even for empty or missing
     architectures on «dpkg-query --list».
   * Rework SELinux code on unpack to reload the label database if it has
     changed, for example while upgrading the SELinux policy package.
   * Execute maintainer scripts in a new execution context, based on the
     current one and the specific maintainer script filename, and if it's
     not different to the current one, use "dpkg_script_t" as a fallback.
   * Do not unnecessarily create a dpkg update log record on remove or purge.
   * Always reset want status when removing or purging a package; so this
     now resets holds among others. Closes: #163763
   * Always reset want status when installing a package; so this now resets
     holds among others. Closes: #162541
   * Defer cleanup of .dpkg-new and .dpkg-tmp paths on removal to the point
     when we are definitely removing the main path.
   * Activate file triggers on removal more accurately, only when we know
     we are inevitably removing things.
   * Change dir to / before executing maintainer scripts. Closes: #686782
   * Add new dpkg-deb --deb-format option and base --new and --old on it,
     as the latter are not future-proof, and neither can be guaranteed to
     produce a reliable output file format.
   * Drop archtable. It serves no purpose, it's Debian specific, it's
     usually outdated, and everyone should be using dpkg-architecture anyway.
   * Add musl-linux support to ostable and triplettable.
     Requested-by Kevin Bortis .
   * Remove update-alternatives, dpkg-divert and dpkg-statoverride
     compatibility symlinks under /usr/sbin/.
   * Remove install-info wrapper.
   * Only ignore older packages if the existing version is informative. This
     allows any program using libdpkg to parse the available file to see again
     packages with versions lesser than 0-0 (like 0~0-0). Closes: #676664
   * Fix Dpkg::Control::Hash set_options() to take a hash as argument instead
     of two scalars.
   * Add a new Dpkg::Vendor get_vendor_dir() function.
   * Print correct path to vendor directory on error message in dpkg-vendor.
   * Do not hardcode the dpkg system configuration directory in perl scripts,
     respect build time setting.
   * Deprecate Dpkg lowercase and exported by default variables, replaced by
     new unified uppercase non-exported by default ones.
   * Do not set -fstack-protector in the default build flags on arm64 (it's
     not yet supported). Thanks to Matthias Klose .
     Closes: #711936
   * Add GCJFLAGS support to dpkg-buildflags. Closes: #708375
   * Clarify that dpkg --set-selections needs an up-to-date available db,
     by documenting it on the dpkg(1) man page, and warning whenever dpkg
     finds unknown packages while setting the selections. Closes: #703092
   * Print nicer error messages in perl scripts using Getopt::Long by trapping
     $SIG{__WARN__} to call usageerr() on option parse errors.
   * Move the exit call out from usage() in dpkg-scansources so that usageerr()
     gives a correct exit code. Thanks to Bernhard R. Link .
   * Print correct error message on unknown dpkg-name options before --.
   * Require at least one filename on dpkg-name after --.
   * Switch program usage errors to not print entire --help output.
     Closes: #681371
   * Document that «dpkg-parsechangelog -l-» can be used to read from stdin.
   * Support parsing compressed changelog files transparently. Closes: #684196
   * Sort files inside new diffs generated by dpkg-source lexicographically.
     Closes: #689193
   * Add support for a build_arch option in Dpkg::Deps deps_parse().
     Thanks to Colin Watson . Closes: #697297
   * Move epoch-less or revision-less output logic to Dpkg::Version.
     Based on a patch by Bernhard R. Link .
   * Catch mismatches between version strings and format versions in
     dpkg-source. Ensure that a 3.0 (quilt) package has a non-native version
     and that a 3.0 (native) package has a native version. Closes: #700177
     Thanks to Bernhard R. Link .
   * Add support for mipsn32(el) and mips64(el) to arch tables.
     Thanks to YunQiang Su . Closes: #685096, #707323
   * Document --file and --label parser options in dpkg-parsechangelog(1).
   * Add a new configure --with-dpkg-deb-compressor option to allow selecting
     the default dpkg-deb compressor, mainly for downstreams.
   * Switch dpkg-deb default compressor from gzip to xz. Build dpkg.deb using
     gzip to make debootstrap life easier on non-Debian based systems.
   * Add support for gzip compression strategies to dpkg-deb. The new
     strategies are: filtered, huffman, rle and fixed.
   * Change dpkg and dpkg-deb help output to recommend apt instead of dselect
     as a user-friendly frontend.
   * Remove temporary file on error during «dpkg-divert --rename».
   * Fix value caching in Dpkg::Arch by not shadowing the variables.
   * Fix chmod() arguments order in Dpkg::Source::Quilt. Closes: #710265
     Thanks to Pablo Oliveira .
   * Add new dpkg-shlibdeps -l option to add private shared library directories.
     This should be used instead of abusing LD_LIBRARY_PATH to pass the paths,
     which might be problematic when cross-compiling. Closes: #698881
   * Only apply empy line and comma cleanups when doing substvar replacements
     on fields where those are relevant. Closes: #659814
   * Do not scan control files twice for PGP signature presence.
 .
   [ Raphaël Hertzog ]
   * Fix dpkg-maintscript-helper rm_conffile and mv_conffile to do nothing
     when the conffile is no longer owned by the current (or named) package.
     Thanks to Steve Langasek for the patch. Closes: #716948
   * Improve dpkg-maintscript-helper behaviour in “Multi-Arch: same” packages
     by arch-qualifying package names read from the environment. Also add
     a warning about this potential problem in the manual page.
   * Fix usage of non-existent _() function in multiple places of the Perl
     code. Thanks to Lincoln Myers  for the patch.
     Closes: #708607
 .
   [ Updated programs translations ]
   * Fix typo in Spanish translation of update-alternatives.
     Thanks to Javier Fernandez-Sanguino . Closes: #713020
 .
   [ Updated programs translations ]
   * Vietnamese (Trần Ngọc Quân). Closes: #715334
 .
   [ Added man page translations ]
   * Italian (Beatrice Torracca). Closes: #711647
 .
   [ Updated man page translations ]
   * Fix wrong translation of "fortify" in French dpkg-buildflags(1) man page.
     Thanks to Christian Perrier . Closes: #712976
   * Fix typo in dpkg-source(1) man page French translation.
     Thanks to Cédric Boutillier . Closes: #708292
   * Japanese (TAKAHASHI Motonobu). Closes: #704240


  gnome-icon-theme (3.10.0-0ubuntu1) trusty; urgency=low
 .
   * New upstream release.


  gst-plugins-bad1.0 (1.2.1-1ubuntu1) trusty; urgency=low
 .
   * Merge from Debian unstable.  Remaining changes:
     + Stop installing camerabin2 basecamerabin jpegformat - plugins which have
     moved to -good.
     + Provide gstreamer-plugins-bad-1.0.pc with Requires on
       gstreamer-plugins-good-1.0 - the package we've moved the referenced
       library to. This maintains compatibility with upstream software and
       other distributions.
     + debian/patches/adding-mirsink-and-android-media-over-hybris-support.patch:
       - Adding mirsink and Android media over hybris support, for hardware
         accelerated decode using libstagefright and the hybris compat layer.
     + debian/control.in:
       - Making the hybris plugin as part of a separated package, and i386 and
         armhf only (can only work with android compatible archs)
     + debian/build-deps.in:
       - Adding mirsink/android decoder specific build dependencies for i386 and
         armhf (libplatform-api1-dev and libmedia-dev)
 .
 gst-plugins-bad1.0 (1.2.1-1) unstable; urgency=low
 .
   [ Fabian Greffrath ]
   * Team upload.
   * Update Vcs-Browser field in debian/control{,.in}.
   * Turn versioned Conflicts into Breaks to simplify lockstep upgrades.
 .
   [ Sebastian Dröge ]
   * New upstream bugfix release:
     + debian/patches/0001-bluez-Fix-compilation-on-big-endian-systems.patch:
       - Dropped, merged upstream.
 .
 gst-plugins-bad1.0 (1.2.0-4) unstable; urgency=low
 .
   * debian/rules,
     debian/build-deps.in,
     debian/gstreamer-plugins-bad.install:
     + Only enable sbc plugin on Linux, it's not available elsewhere.


  gst-plugins-base1.0 (1.2.1-2ubuntu1) trusty; urgency=low
 .
   * Merge from Debian unstable.  Remaining changes:
     + debian/patches/aarch64_fail_neon_check.patch: Disable NEON
       on arm64, as the assembly is ARMv7-specific.
   * Fix "Description: Description:" in control. Thanks, lintian.
 .
 gst-plugins-base1.0 (1.2.1-2) unstable; urgency=low
 .
   * debian/gstreamer-plugins-base-apps.install:
     + Include new gst-play-1.0 tool.
   * debian/gstreamer-plugins-base-apps.manpages:
     + Ship the manpages for gst-discoverer-1.0 and gst-play-1.0.
 .
 gst-plugins-base1.0 (1.2.1-1) unstable; urgency=low
 .
   [ Fabian Greffrath ]
   * Fix gst_version variable generation.
   * Add Vcs-* fields to debian/control{,.in}, update Homepage field.
   * Turn versioned Conflicts into Breaks, remove trailing comma.
 .
   [ Sebastian Dröge ]
   * New upstream bugfix release:
     + debian/libgstreamer-plugins-base.symbols:
       - Add new 1.2.1 API additions.


  gst-plugins-good1.0 (1.2.1-1ubuntu1) trusty; urgency=low
 .
   * Merge with Debian unstable. Remaining changes:
     + Import plugins from -bad that are needed for main applications.
       - jpegformat
       - camerabin2 (+ basecamerabinsrc + photography)
     + Break and Replace -bad versions which contained these plugins.
     + Add a library package containing the shared library and a -dev package for
       compiling against it. Add Breaks and Replaces against the plugins packages
       which formerly contained files shipped here.
 .
 gst-plugins-good1.0 (1.2.1-1) unstable; urgency=low
 .
   [ Fabian Greffrath ]
   * Team upload.
   * Add Vcs-* and Homepage fields to debian/control[,.in}.
   * Turn versioned Conflicts into Breaks to simplify lockstep upgrades.
 .
   [ Sebastian Dröge ]
   * New upstream bugfix release:
     + debian/build-deps.in:
       - Build-depend on gst-plugins-base >= 1.2.1.


 gstreamer1.0-hybris

  Changesfile not available.

  krb5 (1.11.3+dfsg-3ubuntu2) trusty; urgency=low
 .
   * Add alternate dependency on libverto-libevent1 as that's the package
     ABI name in ubuntu.

 krb5 (1.11.3+dfsg-3ubuntu1) trusty; urgency=low
 .
   * Add build dependency on python-lxml. Closes: #725596.
 .
 krb5 (1.11.3+dfsg-3) unstable; urgency=low
 .
   [ Benjamin Kaduk ]
   * Update config.sub and config.guess, patch from upstream, Closes: #717840
   * Update Brazillian Portugese Translation, thanks Fernando Ike,
     Closes: #719726
   * Bump the version of the gssrpc_clnt_create symbol.  The routine itself
     was changed in a backwards-compatible way, but callers from the kadm5
     libraries were changed to rely on the new behavior, Closes: #718275
   * Add symbols files for the kadm5 libraries.  The KADM5 API version number
     was increased for the 1.11 release but the corresponding library sonames
     were not, so we must indicate the behavior change ourself, Closes: #716772
 .
   [ Sam Hartman ]
   * krb5-kdc depends on libverto-libev1, work around for #652699
   * Remove krb5-kdc conflict since it's more than one release cycle old
   * Add Benjamin Kaduk to uploaders
 .
 krb5 (1.11.3+dfsg-2) experimental; urgency=low
 .
   * Run autoreconf to update configure based on aclocal patch
 .
 krb5 (1.11.3+dfsg-1) experimental; urgency=low
 .
   *  New upstream version
       - Turns out 1.11.2+dfsg didn't include the pingpong fix, but this
     does , Closes: #
 .
 krb5 (1.11.2+dfsg-2) experimental; urgency=low
 .
   * Import upstream's patch to not warn or error on variadic macros,
     Closes: #709824
 .
 krb5 (1.11.2+dfsg-1) experimental; urgency=low
 .
   * New upstream version, Closes: #697662
       - By not depending on texinfo, we avoid FTBFSing from its changes,
       Closes: #708711
   * Fix "usage of keytabs gives "Generic preauthentication failure while
     getting initial credentials"" via upstream change to prefer keys in
     the keytab
     (Closes: #698534)
   * Fixed upstream "kerberos password policy attributes missing from
     kerberos.schema"  (Closes:
     #655381)
   * Remove arch-dep and arch-indep dependency in rules  (Closes: #708973)


  lxc (1.0.0~alpha3-0ubuntu1) trusty; urgency=low
 .
   * New upstream release (1.0.0~alpha3).
   * Removed patches:
     - 0001-debian-template-set-hwaddr
     - 0002-lxc-start-if-we-pass-in-a-config-file-then-don-t-use.patch
     - get_rid_of_lxcpath_anon_idea.patch


  lxc-android-config (0.121) trusty; urgency=low
 .
   * Switch to new lxc-info syntax to extract PID.
   * Add versioned dependency on LXC >= 1.0.0~alpha3.


 nss

  Changesfile not available.

 openssh

  Changesfile not available.

  python2.7 (2.7.5-8ubuntu4) trusty; urgency=low
 .
   * Build-depend on libdb-dev, instead of libdb5.1-dev.


  upstart (1.11-0ubuntu1) trusty; urgency=low
 .
   [ Dmitrijs Ledkovs ]
   * Run as much test-suites as possible, before exiting with failure.
 .
   [ James Hunt ]
   * New upstream release.
     - the global environment is now serialized on re-exec. LP: #1238078.
     - fixes support for upstart-file-bridge detecting directory creation.
       LP: #1221466.
     - Fixes upstart user session to not override the user's configured
       umask.  LP: #1240686.
     - Makes the session init available on the session dbus.
       LP: #1203595, #1235649.
 .
   [ Steve Langasek ]
   * Document the authoritative Vcs branch in debian/control.
   * Update Standards-Version to 3.9.5, no changes required.