[ubuntu/trusty-proposed] kubuntu-driver-manager 14.04ubuntu10 (Accepted)

2014-05-12 Thread Harald Sitter
kubuntu-driver-manager (14.04ubuntu10) trusty; urgency=medium

  * Fix debug output typo s/beause/because/
  * Implement QApt transaction prompt signals
   + This adds three new qslots to drivermanager:
 - provideMedium
 - untrustedPrompt
 - configFileConflict
+ All three are copied from libmuon's ApplicationBackend and
  adjusted in the least invasive manner
+ All three trigger a KMessageBox to query the user for a decision on
  the respective apt/dpkg-level issues
+ The KMessageBoxes anchor to qApp::activeWindow as DriverManager is
  supposed to not contain UI logic and as such has no explicit method
  to get the master window id
+ These slots add new strings that were previously not available for
  translations, but should eventually get picked up by launchpad.
+ Module.cpp manually adds 'libmuon' as a translation catalog to draw
  translations from, while we have no translations of our own. This is
  to prevent the newly introduced strings from going untranslated.
  This relationship is not refelected on a packaging level since in due
  time our own language-packages should contain translation, plus the
  prompts are incredibly hard to trigger so even in an untranslated state
  99.9% of users will not ever see them. If we can get the translations
  from libmuon it's nice, if not we'll likely not care given the impact.
LP: #1315670

Date: Mon, 12 May 2014 13:16:26 +0200
Changed-By: Harald Sitter apachelog...@kubuntu.org
Maintainer: Rohan Garg rohang...@kubuntu.org
https://launchpad.net/ubuntu/trusty/+source/kubuntu-driver-manager/14.04ubuntu10
Format: 1.8
Date: Mon, 12 May 2014 13:16:26 +0200
Source: kubuntu-driver-manager
Binary: kubuntu-driver-manager kubuntu-driver-manager-dbg
Architecture: source
Version: 14.04ubuntu10
Distribution: trusty
Urgency: medium
Maintainer: Rohan Garg rohang...@kubuntu.org
Changed-By: Harald Sitter apachelog...@kubuntu.org
Description: 
 kubuntu-driver-manager - Driver Manager for Kubuntu
 kubuntu-driver-manager-dbg - Driver Manager for Kubuntu -- debug symbols
Launchpad-Bugs-Fixed: 1315670
Changes: 
 kubuntu-driver-manager (14.04ubuntu10) trusty; urgency=medium
 .
   * Fix debug output typo s/beause/because/
   * Implement QApt transaction prompt signals
+ This adds three new qslots to drivermanager:
  - provideMedium
  - untrustedPrompt
  - configFileConflict
 + All three are copied from libmuon's ApplicationBackend and
   adjusted in the least invasive manner
 + All three trigger a KMessageBox to query the user for a decision on
   the respective apt/dpkg-level issues
 + The KMessageBoxes anchor to qApp::activeWindow as DriverManager is
   supposed to not contain UI logic and as such has no explicit method
   to get the master window id
 + These slots add new strings that were previously not available for
   translations, but should eventually get picked up by launchpad.
 + Module.cpp manually adds 'libmuon' as a translation catalog to draw
   translations from, while we have no translations of our own. This is
   to prevent the newly introduced strings from going untranslated.
   This relationship is not refelected on a packaging level since in due
   time our own language-packages should contain translation, plus the
   prompts are incredibly hard to trigger so even in an untranslated state
   99.9% of users will not ever see them. If we can get the translations
   from libmuon it's nice, if not we'll likely not care given the impact.
 LP: #1315670
Checksums-Sha1: 
 c0cc3c8e9485be5f8c917714641598eb4149e3dd 1079 
kubuntu-driver-manager_14.04ubuntu10.dsc
 4e737533c60dfe43d03509ce1e94df0a9a3b674a 32656 
kubuntu-driver-manager_14.04ubuntu10.tar.xz
Checksums-Sha256: 
 a45a71a3d4b62fd666c86ac7aa861f8a711bf9ab839454bbc53002e72df7 1079 
kubuntu-driver-manager_14.04ubuntu10.dsc
 95b611788cae73b9829398614e7750eb34375a6a6aedddeb1c5653513ca126ce 32656 
kubuntu-driver-manager_14.04ubuntu10.tar.xz
Files: 
 4a64a13861f1b86a499bda9f5bfc6820 1079 kde optional 
kubuntu-driver-manager_14.04ubuntu10.dsc
 fc7942babab60240d882c70eaa66b05a 32656 kde optional 
kubuntu-driver-manager_14.04ubuntu10.tar.xz
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] apport 2.14.1-0ubuntu3.1 (Accepted)

2014-05-12 Thread Martin Pitt
apport (2.14.1-0ubuntu3.1) trusty-proposed; urgency=medium

  * Move error handling for invalid .crash files into collect_info(), so that
it also applies when using the Show Details... button in the UI.
Otherwise the UI just hangs eternally at this point when encountering
broken core dumps. Cherry-picked from trunk r2789. (LP: #1282349)
  * Add kernel package version to the various kernel-related hooks. Thanks
Brian Murray. Cherry-picked from trunk r2799. (LP: #1316845)
  * Add a duplicate signature to suspend resume failures. Thanks Brian Murray.
Cherry-picked from trunk r2800. (LP: #1316841)

Date: Mon, 12 May 2014 16:28:57 +0200
Changed-By: Martin Pitt martin.p...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/apport/2.14.1-0ubuntu3.1
Format: 1.8
Date: Mon, 12 May 2014 16:28:57 +0200
Source: apport
Binary: apport python-problem-report python3-problem-report python-apport 
python3-apport apport-retrace apport-valgrind apport-gtk apport-kde dh-apport 
apport-noui
Architecture: source
Version: 2.14.1-0ubuntu3.1
Distribution: trusty-proposed
Urgency: medium
Maintainer: Martin Pitt martin.p...@ubuntu.com
Changed-By: Martin Pitt martin.p...@ubuntu.com
Description: 
 apport - automatically generate crash reports for debugging
 apport-gtk - GTK+ frontend for the apport crash report system
 apport-kde - KDE frontend for the apport crash report system
 apport-noui - tools for automatically reporting Apport crash reports
 apport-retrace - tools for reprocessing Apport crash reports
 apport-valgrind - valgrind wrapper that first downloads debug symbols
 dh-apport  - debhelper extension for the apport crash report system
 python-apport - Python library for Apport crash report handling
 python-problem-report - Python library to handle problem reports
 python3-apport - Python 3 library for Apport crash report handling
 python3-problem-report - Python 3 library to handle problem reports
Launchpad-Bugs-Fixed: 1282349 1316841 1316845
Changes: 
 apport (2.14.1-0ubuntu3.1) trusty-proposed; urgency=medium
 .
   * Move error handling for invalid .crash files into collect_info(), so that
 it also applies when using the Show Details... button in the UI.
 Otherwise the UI just hangs eternally at this point when encountering
 broken core dumps. Cherry-picked from trunk r2789. (LP: #1282349)
   * Add kernel package version to the various kernel-related hooks. Thanks
 Brian Murray. Cherry-picked from trunk r2799. (LP: #1316845)
   * Add a duplicate signature to suspend resume failures. Thanks Brian Murray.
 Cherry-picked from trunk r2800. (LP: #1316841)
Checksums-Sha1: 
 98b41c5706a0e6e6f2a507c9a2ee26bd0fd5a95b 2921 apport_2.14.1-0ubuntu3.1.dsc
 dd4caaaf8b1ba23e443a1a991d818ea641a2 139149 
apport_2.14.1-0ubuntu3.1.diff.gz
Checksums-Sha256: 
 78ce0b4bd14a528ee1f58f2e0916f7673a5756149322bc0504329a42a05edb04 2921 
apport_2.14.1-0ubuntu3.1.dsc
 7a772c9c453d4f386d42e8ba84ad16ee97e2688667bdb5fc3663bcd77a52d0ee 139149 
apport_2.14.1-0ubuntu3.1.diff.gz
Files: 
 5c41777bfe3814102948ff5691cb8dff 2921 utils optional 
apport_2.14.1-0ubuntu3.1.dsc
 1d04516d1e8e02b97f379e2363f45da0 139149 utils optional 
apport_2.14.1-0ubuntu3.1.diff.gz
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] vdpau-video 0.7.3-2ubuntu1.1 (Accepted)

2014-05-12 Thread Trevino
vdpau-video (0.7.3-2ubuntu1.1) trusty-proposed; urgency=medium

  * Added patch-set from upstream to fix crash when using
gstreamer-vaapi (LP: #1222790)

Date: Tue, 06 May 2014 23:15:53 +0200
Changed-By: Marco Trevisan (Treviño) ma...@ubuntu.com
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Signed-By: Martin Pitt martin.p...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/vdpau-video/0.7.3-2ubuntu1.1
Format: 1.8
Date: Tue, 06 May 2014 23:15:53 +0200
Source: vdpau-video
Binary: vdpau-va-driver
Architecture: source
Version: 0.7.3-2ubuntu1.1
Distribution: trusty-proposed
Urgency: medium
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Changed-By: Marco Trevisan (Treviño) ma...@ubuntu.com
Description: 
 vdpau-va-driver - VDPAU-based backend for VA API
Launchpad-Bugs-Fixed: 1222790
Changes: 
 vdpau-video (0.7.3-2ubuntu1.1) trusty-proposed; urgency=medium
 .
   * Added patch-set from upstream to fix crash when using
 gstreamer-vaapi (LP: #1222790)
Checksums-Sha1: 
 cc9c1b84f2a48fd733f79060c6524d1240065afb 2209 vdpau-video_0.7.3-2ubuntu1.1.dsc
 a61e3394421a0a9d39a494cfb29a763ef700b198 277056 
vdpau-video_0.7.3-2ubuntu1.1.debian.tar.xz
Checksums-Sha256: 
 a18cd1c947bed922eb85effbaa233d775187e24050c5df4089b11aafa49d009c 2209 
vdpau-video_0.7.3-2ubuntu1.1.dsc
 233979608dbada71b63a90d74a3e49885c7f134075732f629d3b169a27110bb0 277056 
vdpau-video_0.7.3-2ubuntu1.1.debian.tar.xz
Files: 
 bb77eeab4112ff6b11029856f9c97690 2209 x11 optional 
vdpau-video_0.7.3-2ubuntu1.1.dsc
 b1b7ed7740da211f4bce976c1e07b364 277056 x11 optional 
vdpau-video_0.7.3-2ubuntu1.1.debian.tar.xz
Original-Maintainer: Debian multimedia packages maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] gdebi 0.9.5.3ubuntu2 (Accepted)

2014-05-12 Thread Brian Murray
gdebi (0.9.5.3ubuntu2) trusty-proposed; urgency=medium

  [ Michael Werle ]
  * gdebi-kde, GDebi/GDebiKDE.py:
- Fix python3 internatlization bugs (Closes: #743756) (LP: #1304143).

Date: Thu, 01 May 2014 09:08:06 -0700
Changed-By: Brian Murray br...@ubuntu.com
Maintainer: Ubuntu Developers ubuntu-dev-t...@lists.alioth.debian.org
https://launchpad.net/ubuntu/trusty/+source/gdebi/0.9.5.3ubuntu2
Format: 1.8
Date: Thu, 01 May 2014 09:08:06 -0700
Source: gdebi
Binary: gdebi-core gdebi gdebi-kde
Architecture: source
Version: 0.9.5.3ubuntu2
Distribution: trusty-proposed
Urgency: medium
Maintainer: Ubuntu Developers ubuntu-dev-t...@lists.alioth.debian.org
Changed-By: Brian Murray br...@ubuntu.com
Description: 
 gdebi  - simple tool to install deb files - GNOME GUI
 gdebi-core - simple tool to install deb files
 gdebi-kde  - simple tool to install deb files - KDE GUI
Closes: 743756
Launchpad-Bugs-Fixed: 1304143
Changes: 
 gdebi (0.9.5.3ubuntu2) trusty-proposed; urgency=medium
 .
   [ Michael Werle ]
   * gdebi-kde, GDebi/GDebiKDE.py:
 - Fix python3 internatlization bugs (Closes: #743756) (LP: #1304143).
Checksums-Sha1: 
 49fe949ba435b8ee9689c54189fb101d7376500d 1169 gdebi_0.9.5.3ubuntu2.dsc
 8b973b2f1b7e5bb09c890ad1368a6dfa008f3e9f 242612 gdebi_0.9.5.3ubuntu2.tar.gz
Checksums-Sha256: 
 7f55fdaa84519f56cf34c246dbe6fd7604115364cf5ad68f51d50616edb7b522 1169 
gdebi_0.9.5.3ubuntu2.dsc
 302591b39fae9eea197ce19b20c294f72629ae8a77bf20e95fd504510e1fd38b 242612 
gdebi_0.9.5.3ubuntu2.tar.gz
Files: 
 76e027d053de1a413cf0d4c62eaa628a 1169 admin optional gdebi_0.9.5.3ubuntu2.dsc
 4a9e41b9ecf9fbb0d5b4847b29b0f742 242612 admin optional 
gdebi_0.9.5.3ubuntu2.tar.gz
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] nautilus 1:3.10.1-0ubuntu9.1 (Accepted)

2014-05-12 Thread Robert Ancell
nautilus (1:3.10.1-0ubuntu9.1) trusty; urgency=medium

  * debian/patches/git_crash_network_reconnect.patch:
- Fix crash reconnecting to network file servers (LP: #1202159)

Date: Fri, 02 May 2014 10:41:50 +1200
Changed-By: Robert Ancell robert.anc...@canonical.com
Maintainer: Ubuntu Desktop Team ubuntu-desk...@lists.ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/nautilus/1:3.10.1-0ubuntu9.1
Format: 1.8
Date: Fri, 02 May 2014 10:41:50 +1200
Source: nautilus
Binary: nautilus nautilus-dbg libnautilus-extension1a libnautilus-extension-dev 
gir1.2-nautilus-3.0 nautilus-data
Architecture: source
Version: 1:3.10.1-0ubuntu9.1
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Desktop Team ubuntu-desk...@lists.ubuntu.com
Changed-By: Robert Ancell robert.anc...@canonical.com
Description: 
 gir1.2-nautilus-3.0 - libraries for nautilus components - gir bindings
 libnautilus-extension-dev - libraries for nautilus components - development 
version
 libnautilus-extension1a - libraries for nautilus components - runtime version
 nautilus   - file manager and graphical shell for GNOME
 nautilus-data - data files for nautilus
 nautilus-dbg - file manager and graphical shell for GNOME - debugging version
Launchpad-Bugs-Fixed: 1202159
Changes: 
 nautilus (1:3.10.1-0ubuntu9.1) trusty; urgency=medium
 .
   * debian/patches/git_crash_network_reconnect.patch:
 - Fix crash reconnecting to network file servers (LP: #1202159)
Checksums-Sha1: 
 68322479d2f4e1a87f9e38d99f9b6c6fe83a1daf 2278 nautilus_3.10.1-0ubuntu9.1.dsc
 f4f357be6da43627001851adbc1f25ecd790340e 92163 
nautilus_3.10.1-0ubuntu9.1.debian.tar.gz
Checksums-Sha256: 
 65212ebaf1bb61f7a1eb6cb3434ebf1af9686d96737bf37aac7bde404f563f53 2278 
nautilus_3.10.1-0ubuntu9.1.dsc
 460db40fe56147ac7e5f3e031492ee5f4ddeca13042ce180df08c717ba27f55d 92163 
nautilus_3.10.1-0ubuntu9.1.debian.tar.gz
Files: 
 0703b8453c66f77d51660937df50b4d5 2278 gnome optional 
nautilus_3.10.1-0ubuntu9.1.dsc
 05bf706549555235b31e29eb3d06ff9b 92163 gnome optional 
nautilus_3.10.1-0ubuntu9.1.debian.tar.gz
Original-Maintainer: Josselin Mouette j...@debian.org
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] phpldapadmin 1.2.2-5ubuntu1.1 (Accepted)

2014-05-12 Thread Andrew Starr-Bochicchio
phpldapadmin (1.2.2-5ubuntu1.1) trusty-proposed; urgency=medium

  * Adjust installation of conf file for Apache 2.4 (LP: #1246170).
   - Thanks to Geliy Sokolov!
  * Cherrypick patch from upstream bug tracker fixing compatibility
with php 5.5 (LP: #1241425).

Date: Thu, 01 May 2014 20:45:25 -0400
Changed-By: Andrew Starr-Bochicchio a.star...@gmail.com
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/phpldapadmin/1.2.2-5ubuntu1.1
Format: 1.8
Date: Thu, 01 May 2014 20:45:25 -0400
Source: phpldapadmin
Binary: phpldapadmin
Architecture: source
Version: 1.2.2-5ubuntu1.1
Distribution: trusty-proposed
Urgency: medium
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Changed-By: Andrew Starr-Bochicchio a.star...@gmail.com
Description: 
 phpldapadmin - web based interface for administering LDAP servers
Launchpad-Bugs-Fixed: 1241425 1246170
Changes: 
 phpldapadmin (1.2.2-5ubuntu1.1) trusty-proposed; urgency=medium
 .
   * Adjust installation of conf file for Apache 2.4 (LP: #1246170).
- Thanks to Geliy Sokolov!
   * Cherrypick patch from upstream bug tracker fixing compatibility
 with php 5.5 (LP: #1241425).
Checksums-Sha1: 
 c099e7b6d81ddef97554adcf753d39ea0be4dea9 1883 phpldapadmin_1.2.2-5ubuntu1.1.dsc
 c1fd56d6a4769a2439379c23bb3b08a78bb04bdb 36038 
phpldapadmin_1.2.2-5ubuntu1.1.debian.tar.gz
Checksums-Sha256: 
 8908a168f4a774a3fb2822a9ae45e1c7968726250abbba238639fa0b82d578f3 1883 
phpldapadmin_1.2.2-5ubuntu1.1.dsc
 2d8346b1e997a3543dee3be4e5d34c0ccdacd5c7af5d82343c27110ce5d38d40 36038 
phpldapadmin_1.2.2-5ubuntu1.1.debian.tar.gz
Files: 
 c264a5440b35852c248a9e33fe17c895 1883 admin extra 
phpldapadmin_1.2.2-5ubuntu1.1.dsc
 dced71ae9e76b91ca8162b2d02f64d64 36038 admin extra 
phpldapadmin_1.2.2-5ubuntu1.1.debian.tar.gz
Original-Maintainer: Fabio Tranchitella kob...@debian.org
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] ubiquity-slideshow-ubuntu 83.1 (Accepted)

2014-05-12 Thread Dimitri John Ledkov
ubiquity-slideshow-ubuntu (83.1) trusty; urgency=medium

  [ Jackson Doak ]
  * Update screenshots for ubuntu-gnome (LP: #1300464)

  [ Tim Lunn ]
  * Minor formatting fix for ubuntu-gnome media.html slide

Date: Fri, 02 May 2014 15:18:02 +0100
Changed-By: Dimitri John Ledkov x...@ubuntu.com
Maintainer: Ubiquity Slideshow Team ubiquity-slides...@lists.launchpad.net
https://launchpad.net/ubuntu/trusty/+source/ubiquity-slideshow-ubuntu/83.1
Format: 1.8
Date: Fri, 02 May 2014 15:18:02 +0100
Source: ubiquity-slideshow-ubuntu
Binary: ubiquity-slideshow-ubuntu ubiquity-slideshow-kubuntu 
ubiquity-slideshow-xubuntu ubiquity-slideshow-lubuntu 
ubiquity-slideshow-edubuntu ubiquity-slideshow-ubuntustudio 
ubiquity-slideshow-ubuntu-gnome oem-config-slideshow-ubuntu
Architecture: source
Version: 83.1
Distribution: trusty
Urgency: medium
Maintainer: Ubiquity Slideshow Team ubiquity-slides...@lists.launchpad.net
Changed-By: Dimitri John Ledkov x...@ubuntu.com
Description: 
 oem-config-slideshow-ubuntu - OEM slideshow for Ubuntu
 ubiquity-slideshow-edubuntu - Ubiquity slideshow for Edubuntu
 ubiquity-slideshow-kubuntu - Ubiquity slideshow for Kubuntu
 ubiquity-slideshow-lubuntu - Ubiquity slideshow for Lubuntu
 ubiquity-slideshow-ubuntu - Ubiquity slideshow for Ubuntu
 ubiquity-slideshow-ubuntu-gnome - Ubiquity slideshow for Ubuntu GNOME
 ubiquity-slideshow-ubuntustudio - Ubiquity slideshow for Ubuntu Studio
 ubiquity-slideshow-xubuntu - Ubiquity slideshow for Xubuntu
Launchpad-Bugs-Fixed: 1300464
Changes: 
 ubiquity-slideshow-ubuntu (83.1) trusty; urgency=medium
 .
   [ Jackson Doak ]
   * Update screenshots for ubuntu-gnome (LP: #1300464)
 .
   [ Tim Lunn ]
   * Minor formatting fix for ubuntu-gnome media.html slide
Checksums-Sha1: 
 9174f733eb3672bc5d81c6949054e3debdcf7f22 2319 
ubiquity-slideshow-ubuntu_83.1.dsc
 3a5c378abf2a5272ed9147c1a104ef182b7602e8 7158236 
ubiquity-slideshow-ubuntu_83.1.tar.bz2
Checksums-Sha256: 
 239c6a45b40ee2cb2e63f160533fe9136f8231c99a94398f2db8d9be3f72773e 2319 
ubiquity-slideshow-ubuntu_83.1.dsc
 02cc18c3169d1a9add71e0f44e0da7f86cf28f8f5268940c29800eaef7b01e2a 7158236 
ubiquity-slideshow-ubuntu_83.1.tar.bz2
Files: 
 67841b647280d53e6b91d8ed85d15d2c 2319 x11 optional 
ubiquity-slideshow-ubuntu_83.1.dsc
 2c8b9e09d6c1992580cf4a4e9c5b959e 7158236 x11 optional 
ubiquity-slideshow-ubuntu_83.1.tar.bz2
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] ifupdown 0.7.47.2ubuntu4.1 (Accepted)

2014-05-12 Thread Benjamin Drung
ifupdown (0.7.47.2ubuntu4.1) trusty-proposed; urgency=medium

  * Fix network-interface upstart job to bring up allow-hotplug devices.
(LP: #1307429)

Date: Thu, 08 May 2014 16:41:11 +0200
Changed-By: Benjamin Drung benjamin.dr...@profitbricks.com
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Signed-By: Benjamin Drung bdr...@posteo.de
https://launchpad.net/ubuntu/trusty/+source/ifupdown/0.7.47.2ubuntu4.1
Format: 1.8
Date: Thu, 08 May 2014 16:41:11 +0200
Source: ifupdown
Binary: ifupdown
Architecture: source
Version: 0.7.47.2ubuntu4.1
Distribution: trusty-proposed
Urgency: medium
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Changed-By: Benjamin Drung benjamin.dr...@profitbricks.com
Description: 
 ifupdown   - high level tools to configure network interfaces
Launchpad-Bugs-Fixed: 1307429
Changes: 
 ifupdown (0.7.47.2ubuntu4.1) trusty-proposed; urgency=medium
 .
   * Fix network-interface upstart job to bring up allow-hotplug devices.
 (LP: #1307429)
Checksums-Sha1: 
 be673d3eb08a037ba3c580eea4cb528adea19573 1643 ifupdown_0.7.47.2ubuntu4.1.dsc
 16e13baa4b1b96d4573e56f2a969103c9458dbde 117882 
ifupdown_0.7.47.2ubuntu4.1.tar.gz
Checksums-Sha256: 
 e50001744adedfcf655130b91744df2818fcef1f1a019809c72e01d613faa89d 1643 
ifupdown_0.7.47.2ubuntu4.1.dsc
 bda480827b59a8cff06cd26ecc217277cf971eba7b89dad2a0281b9d55f0a4cb 117882 
ifupdown_0.7.47.2ubuntu4.1.tar.gz
Files: 
 d5a151b43401e0cf1af9d6e7bdd17e1c 1643 admin important 
ifupdown_0.7.47.2ubuntu4.1.dsc
 285c5e6f72bf62e9178397e913cb1b59 117882 admin important 
ifupdown_0.7.47.2ubuntu4.1.tar.gz
Original-Maintainer: Andrew Shadura andre...@debian.org
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] cgmanager 0.24-0ubuntu6 (Accepted)

2014-05-12 Thread Serge Hallyn
cgmanager (0.24-0ubuntu6) trusty-proposed; urgency=low

  * 0002-exit-on-startup-error: Don't proceed to accept client connections
if we failed to connect to the server. (LP: #1317693)
  * 0003-proxy-wait-2-seconds-for-server-reply: do not wait indefinately
for replies from the cgmanager, as it may have crashed. (LP: #1317623)
  * 0004-Implement-getpidcgroupabs.patch: Provide a way for clients to
query absolute paths which can be used with MovePidAbs (LP: #1315052)
  * 0005-get_controller_path-use-the-is_same_controller-helpe.patch:  Fix
handling of name=systemd so that containers can be properly entered
into the proper cgroup.  (LP: #1315521)
  * 0006-cgm-make-all-also-reference-name-systemd.patch: make cgm all
also act on the name=systemd container  (LP: #1317687)

Date: Thu, 08 May 2014 18:02:50 -0500
Changed-By: Serge Hallyn serge.hal...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/cgmanager/0.24-0ubuntu6
Format: 1.8
Date: Thu, 08 May 2014 18:02:50 -0500
Source: cgmanager
Binary: cgmanager cgmanager-utils cgmanager-tests libcgmanager0 libcgmanager-dev
Architecture: source
Version: 0.24-0ubuntu6
Distribution: trusty-proposed
Urgency: low
Maintainer: Serge Hallyn serge.hal...@ubuntu.com
Changed-By: Serge Hallyn serge.hal...@ubuntu.com
Description: 
 cgmanager  - Central cgroup manager daemon
 cgmanager-tests - Central cgroup manager daemon (tests)
 cgmanager-utils - Central cgroup manager daemon (utilities)
 libcgmanager-dev - Central cgroup manager daemon (dev)
 libcgmanager0 - Central cgroup manager daemon (client library)
Launchpad-Bugs-Fixed: 1315052 1315521 1317623 1317687 1317693
Changes: 
 cgmanager (0.24-0ubuntu6) trusty-proposed; urgency=low
 .
   * 0002-exit-on-startup-error: Don't proceed to accept client connections
 if we failed to connect to the server. (LP: #1317693)
   * 0003-proxy-wait-2-seconds-for-server-reply: do not wait indefinately
 for replies from the cgmanager, as it may have crashed. (LP: #1317623)
   * 0004-Implement-getpidcgroupabs.patch: Provide a way for clients to
 query absolute paths which can be used with MovePidAbs (LP: #1315052)
   * 0005-get_controller_path-use-the-is_same_controller-helpe.patch:  Fix
 handling of name=systemd so that containers can be properly entered
 into the proper cgroup.  (LP: #1315521)
   * 0006-cgm-make-all-also-reference-name-systemd.patch: make cgm all
 also act on the name=systemd container  (LP: #1317687)
Checksums-Sha1: 
 780c9c94ffe53ff5ee4067269c89104156423108 1773 cgmanager_0.24-0ubuntu6.dsc
 79c45a36f95bcd5a2c76ba1cc46a370aa09ccf5d 14663 
cgmanager_0.24-0ubuntu6.debian.tar.gz
Checksums-Sha256: 
 25b1bd3287fb445e19808e1fff2c5abcb09ff329bf69c5f71e111fd0e308eb3f 1773 
cgmanager_0.24-0ubuntu6.dsc
 5090f75fc9922b3d7a8ca55cf6dd677af2b0b09d3b365f593236cd571f5fafac 14663 
cgmanager_0.24-0ubuntu6.debian.tar.gz
Files: 
 9c20675582961eff96d3772fe4306e7d 1773 admin optional 
cgmanager_0.24-0ubuntu6.dsc
 e9439b602e5d54b4f681bf25475597b6 14663 admin optional 
cgmanager_0.24-0ubuntu6.debian.tar.gz
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] gtk+2.0 2.24.23-0ubuntu1.1 (Accepted)

2014-05-12 Thread Alistair Buxton
gtk+2.0 (2.24.23-0ubuntu1.1) trusty; urgency=medium

  * Backport GtkMountOperation signal fix (LP: #1316509)

Date: Tue, 06 May 2014 12:28:57 +0100
Changed-By: Alistair Buxton a.j.bux...@gmail.com
Maintainer: Ubuntu Desktop Team ubuntu-desk...@lists.ubuntu.com
Signed-By: Sebastien Bacher seb...@ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/gtk+2.0/2.24.23-0ubuntu1.1
Format: 1.8
Date: Tue, 06 May 2014 12:28:57 +0100
Source: gtk+2.0
Binary: libgtk2.0-0 libgtk2.0-0-udeb libgtk2.0-common libgtk2.0-bin 
libgtk2.0-dev libgtk2.0-0-dbg libgtk2.0-doc gtk2.0-examples gtk2-engines-pixbuf 
gir1.2-gtk-2.0 libgail18 libgail-common libgail-dev libgail-dbg libgail-doc
Architecture: source
Version: 2.24.23-0ubuntu1.1
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Desktop Team ubuntu-desk...@lists.ubuntu.com
Changed-By: Alistair Buxton a.j.bux...@gmail.com
Description: 
 gir1.2-gtk-2.0 - GTK+ graphical user interface library -- gir bindings
 gtk2-engines-pixbuf - pixbuf-based theme for GTK+ 2.x
 gtk2.0-examples - example files for GTK+ 2.0
 libgail-common - GNOME Accessibility Implementation Library -- common modules
 libgail-dbg - Gail libraries and debugging symbols
 libgail-dev - GNOME Accessibility Implementation Library -- development files
 libgail-doc - documentation files of the Gail library
 libgail18  - GNOME Accessibility Implementation Library -- shared libraries
 libgtk2.0-0 - GTK+ graphical user interface library
 libgtk2.0-0-dbg - GTK+ libraries and debugging symbols
 libgtk2.0-0-udeb - GTK+ graphical user interface library - minimal runtime 
(udeb)
 libgtk2.0-bin - programs for the GTK+ graphical user interface library
 libgtk2.0-common - common files for the GTK+ graphical user interface library
 libgtk2.0-dev - development files for the GTK+ library
 libgtk2.0-doc - documentation for the GTK+ graphical user interface library
Launchpad-Bugs-Fixed: 1316509
Changes: 
 gtk+2.0 (2.24.23-0ubuntu1.1) trusty; urgency=medium
 .
   * Backport GtkMountOperation signal fix (LP: #1316509)
Checksums-Sha1: 
 5808134177bc4e6b851f4a7049cf7e53faabda4a 2969 gtk+2.0_2.24.23-0ubuntu1.1.dsc
 b5ae3aea93a4e550eb8814b96a9853d05216b186 115740 
gtk+2.0_2.24.23-0ubuntu1.1.debian.tar.gz
Checksums-Sha256: 
 6ed15919c6f747b8d8f72255763ed54fe83938f2fb15eee26d4ab3f4ed069d1c 2969 
gtk+2.0_2.24.23-0ubuntu1.1.dsc
 adc54287ec393bda2f05443271a62023d3cdb4ee4689f796de9e3950362d33b4 115740 
gtk+2.0_2.24.23-0ubuntu1.1.debian.tar.gz
Files: 
 944211f96462f5f21e29af599a6451ef 2969 libs optional 
gtk+2.0_2.24.23-0ubuntu1.1.dsc
 254882710b4531d27e1654d72b2b0dd6 115740 libs optional 
gtk+2.0_2.24.23-0ubuntu1.1.debian.tar.gz
Original-Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] ceph 0.80-0ubuntu1 (Accepted)

2014-05-12 Thread James Page
ceph (0.80-0ubuntu1) trusty; urgency=medium

  * New upstream release stable release (LP: #1278466).

Date: Sun, 11 May 2014 09:54:31 -0400
Changed-By: James Page james.p...@ubuntu.com
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/ceph/0.80-0ubuntu1
Format: 1.8
Date: Sun, 11 May 2014 09:54:31 -0400
Source: ceph
Binary: ceph ceph-dbg ceph-mds ceph-mds-dbg ceph-fuse ceph-fuse-dbg rbd-fuse 
rbd-fuse-dbg ceph-common ceph-common-dbg ceph-fs-common ceph-fs-common-dbg 
ceph-resource-agents librados2 librados2-dbg librados-dev librbd1 librbd1-dbg 
librbd-dev libcephfs1 libcephfs1-dbg libcephfs-dev radosgw radosgw-dbg 
rest-bench rest-bench-dbg ceph-test ceph-test-dbg python-ceph libcephfs-java 
libcephfs-jni libcephfs-jni-dbg
Architecture: source
Version: 0.80-0ubuntu1
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Changed-By: James Page james.p...@ubuntu.com
Description: 
 ceph   - distributed storage and file system
 ceph-common - common utilities to mount and interact with a ceph storage cluste
 ceph-common-dbg - debugging symbols for ceph-common
 ceph-dbg   - debugging symbols for ceph
 ceph-fs-common - common utilities to mount and interact with a ceph file system
 ceph-fs-common-dbg - debugging symbols for ceph-fs-common
 ceph-fuse  - FUSE-based client for the Ceph distributed file system
 ceph-fuse-dbg - debugging symbols for ceph-fuse
 ceph-mds   - metadata server for the ceph distributed file system
 ceph-mds-dbg - debugging symbols for ceph-mds
 ceph-resource-agents - OCF-compliant resource agents for Ceph
 ceph-test  - Ceph test and benchmarking tools
 ceph-test-dbg - Debugging symbols for ceph-test
 libcephfs-dev - Ceph distributed file system client library (development files)
 libcephfs-java - Java library for the Ceph File System
 libcephfs-jni - Java Native Interface library for CephFS Java bindings
 libcephfs-jni-dbg - Debugging symbols for libcephfs-jni
 libcephfs1 - Ceph distributed file system client library
 libcephfs1-dbg - debugging symbols for libcephfs1
 librados-dev - RADOS distributed object store client library (development 
files)
 librados2  - RADOS distributed object store client library
 librados2-dbg - debugging symbols for librados2
 librbd-dev - RADOS block device client library (development files)
 librbd1- RADOS block device client library
 librbd1-dbg - debugging symbols for librbd1
 python-ceph - Python libraries for the Ceph distributed filesystem
 radosgw- REST gateway for RADOS distributed object store
 radosgw-dbg - debugging symbols for radosgw
 rbd-fuse   - FUSE-based rbd client for the Ceph distributed file system
 rbd-fuse-dbg - debugging symbols for rbd-fuse
 rest-bench - RESTful bencher that can be used to benchmark radosgw performance
 rest-bench-dbg - RESTful bencher that can be used to benchmark radosgw 
performance
Launchpad-Bugs-Fixed: 1278466
Changes: 
 ceph (0.80-0ubuntu1) trusty; urgency=medium
 .
   * New upstream release stable release (LP: #1278466).
Checksums-Sha1: 
 b74e4aa418804c5fb9a351ff1cbab298ded5fc56 4017 ceph_0.80-0ubuntu1.dsc
 afbd9b1340cf9cd62483478c98a6e82141ccd840 4089019 ceph_0.80.orig.tar.bz2
 b0722765b13d33f383778d6b10a562f6f84e2ea5 16544 ceph_0.80-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 a5994faa23f5e5f9ae4343a2985f1ef697c436903bb7909c9772a831d44a9047 4017 
ceph_0.80-0ubuntu1.dsc
 0e4925f92b5c9fd867196be245184d58a9383e2912c3b19f57f389090721c752 4089019 
ceph_0.80.orig.tar.bz2
 c9903afbc538a613e4a26e808e0b7ea68b9344fae55b1f51f2d9ed0271a89243 16544 
ceph_0.80-0ubuntu1.debian.tar.gz
Files: 
 76de9c118ff5b4b2658d3ad027f0a5ae 4017 admin optional ceph_0.80-0ubuntu1.dsc
 c32343ba62ee2727e89829b369451500 4089019 admin optional ceph_0.80.orig.tar.bz2
 09bf8a3d80342b28a406e6f523192c2f 16544 admin optional 
ceph_0.80-0ubuntu1.debian.tar.gz
Original-Maintainer: Ceph Maintainers ceph-maintain...@lists.ceph.com
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-proposed] pexpect 3.1-1ubuntu0.1 (Accepted)

2014-05-12 Thread Barry Warsaw
pexpect (3.1-1ubuntu0.1) trusty; urgency=medium

  * d/patches/pr38.patch: Backport from upstream 3.2 the patch to fix
an AttributeError on select.error handling.  (LP: #1317660)

Date: Thu, 08 May 2014 17:07:35 -0400
Changed-By: Barry Warsaw ba...@ubuntu.com
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
https://launchpad.net/ubuntu/trusty/+source/pexpect/3.1-1ubuntu0.1
Format: 1.8
Date: Thu, 08 May 2014 17:07:35 -0400
Source: pexpect
Binary: python-pexpect python3-pexpect python-pexpect-doc
Architecture: source
Version: 3.1-1ubuntu0.1
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Changed-By: Barry Warsaw ba...@ubuntu.com
Description: 
 python-pexpect - Python module for automating interactive applications
 python-pexpect-doc - Python module for automating interactive applications 
(documentat
 python3-pexpect - Python 3 module for automating interactive applications
Launchpad-Bugs-Fixed: 1317660
Changes: 
 pexpect (3.1-1ubuntu0.1) trusty; urgency=medium
 .
   * d/patches/pr38.patch: Backport from upstream 3.2 the patch to fix
 an AttributeError on select.error handling.  (LP: #1317660)
Checksums-Sha1: 
 e176617c826a471d4338eb29b7245746cb857834 2212 pexpect_3.1-1ubuntu0.1.dsc
 873d9d8a1b6aa1d8f90fe0004f5310a9bae775be 5292 
pexpect_3.1-1ubuntu0.1.debian.tar.gz
Checksums-Sha256: 
 14e9b137e6c0868fbd4c69cbf046757eeef13224099b6863a530f398c93a97bf 2212 
pexpect_3.1-1ubuntu0.1.dsc
 bed4e6ea7a8d9c6b3d41e0eb9b95c8fb8233b8c2bcdf3a96c25d3bc437e09e81 5292 
pexpect_3.1-1ubuntu0.1.debian.tar.gz
Files: 
 ba0f13c0c48d896e7be795c3e803267c 2212 python optional 
pexpect_3.1-1ubuntu0.1.dsc
 cb96eb272bd230155e170719f57f71fd 5292 python optional 
pexpect_3.1-1ubuntu0.1.debian.tar.gz
Original-Maintainer: Ganesan Rajagopal rgane...@debian.org
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-updates] initramfs-tools 0.103ubuntu4.1 (Accepted)

2014-05-12 Thread Adam Conrad
initramfs-tools (0.103ubuntu4.1) trusty; urgency=medium

  * hook-functions/auto_add_modules: include psmouse as some keyboards
are connected to the pass-thru port on the PS2 mouse port (because
that is such a good idea). (LP: #1314764)

Date: 2014-05-02 16:34:10.215385+00:00
Changed-By: Andy Whitcroft a...@canonical.com
Signed-By: Adam Conrad adcon...@0c3.net
https://launchpad.net/ubuntu/trusty/+source/initramfs-tools/0.103ubuntu4.1
Sorry, changesfile not available.-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-security] linux-firmware 1.127.2 (Accepted)

2014-05-12 Thread Adam Conrad
linux-firmware (1.127.2) trusty; urgency=medium

  * UBUNTU: Remove iwlwifi-7260-8.ucode for regression
-LP: #1293569

Date: 2014-05-05 21:04:09.600224+00:00
Changed-By: Tim Gardner tim.gard...@canonical.com
Signed-By: Adam Conrad adcon...@0c3.net
https://launchpad.net/ubuntu/trusty/+source/linux-firmware/1.127.2
Sorry, changesfile not available.-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-updates] systemd 204-5ubuntu20.2 (Accepted)

2014-05-12 Thread Adam Conrad
systemd (204-5ubuntu20.2) trusty; urgency=medium

  * Update Enable-all-cgroup-controllers-in-logind.patch to also include
net_cls and net_prio. That should cover all existing cgroups.
(LP: #1317179)

Date: 2014-05-08 23:34:10.546627+00:00
Changed-By: Stéphane Graber stgra...@stgraber.org
Signed-By: Adam Conrad adcon...@0c3.net
https://launchpad.net/ubuntu/trusty/+source/systemd/204-5ubuntu20.2
Sorry, changesfile not available.-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-updates] patch 2.7.1-4ubuntu1 (Accepted)

2014-05-12 Thread Adam Conrad
patch (2.7.1-4ubuntu1) trusty-proposed; urgency=low

  [ James Hunt james.h...@ubuntu.com ]
  * Fix segfault due to incorrect usage (LP: #1306412).

Date: 2014-05-05 20:41:09.930807+00:00
Changed-By: Brian Murray br...@ubuntu.com
Signed-By: Adam Conrad adcon...@0c3.net
https://launchpad.net/ubuntu/trusty/+source/patch/2.7.1-4ubuntu1
Sorry, changesfile not available.-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes


[ubuntu/trusty-updates] linux-firmware 1.127.2 (Accepted)

2014-05-12 Thread Adam Conrad
linux-firmware (1.127.2) trusty; urgency=medium

  * UBUNTU: Remove iwlwifi-7260-8.ucode for regression
-LP: #1293569

Date: 2014-05-05 21:04:09.600224+00:00
Changed-By: Tim Gardner tim.gard...@canonical.com
Signed-By: Adam Conrad adcon...@0c3.net
https://launchpad.net/ubuntu/trusty/+source/linux-firmware/1.127.2
Sorry, changesfile not available.-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes