[ubuntu/saucy-proposed] systemd 202-0ubuntu6 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Tue May 21 06:15:24 UTC 2013


systemd (202-0ubuntu6) saucy; urgency=low

  * Build udev from this source package:
    - Unblacklist udev and udev-udeb packages.
    - Drop 70-power-switch.rules from systemd-services (shipped in udev).
    - Port patches from old udev source package which are still relevant:
      + 0021-block-polling.patch
      + 0022-fix-race-condition-of-serio-driver-module-not-loading.patch
      + 0023-load-fbcon.patch
      + 0024-avoid-exit-deadlock-for-dm_cookie.patch
      + 75-persistent-net-generator.rules: Do not create persistent net rules
        for Ravello Systems MAC addresses. Now apply inline in
        debian/extra/rules, as upstream dropped these. (LP #1099278)
    - Add debian/extra/rules/78-graphics-card.rules (taken from old udev
      package)
    - Add debian/*.upstart from old udev package, and adjust dh_installinit
      calls accordingly.
    - Add Apport package hook.
    - Add READMEs for /lib/udev/rules.d/ and /etc/udev/rules.d/.
    - Add debian/udev.postinst for restarting udev and rebuilding initramfs.
    - Drop 0020-uaccess-rule-with-old-udev.patch, not necessary any more with
      current udev.
  * debian/extra/initramfs.hook: Adjust for changed paths and rules files.
  * debian/extra/initramfs.bottom: Replace undefined "nuke" with "rm -rf".
  * Install udev rules into udev-udeb.
  * Ship README.keymap.txt in udev, not in systemd.
  * Copy persistent net/cd rules generator scripts from udev 175 to
    debian/extra/, and adjust for dropped "udevadm info --run". We continue to
    use the old naming schema for the time being,  Don't install
    80-net-name-slot.rules for now.
  * debian/extra/initramfs.bottom: Ignore timeout errors from udevadm we
    expect (and indeed requested) in certain failure modes.  If we do not we
    will bail out early and not transfer /dev into /root which is always fatal
    leading to unbootable machines. (Taken from old udev package) (LP #818177)
  * Configure with correct --with-firmware-path.
  * Show test logs if running the test suite fails.
  * Disable test-sched-prio and test-util, they don't work in PPA buildds.

Date: Tue, 21 May 2013 08:11:30 +0200
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/saucy/+source/systemd/202-0ubuntu6
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 21 May 2013 08:11:30 +0200
Source: systemd
Binary: systemd systemd-sysv systemd-services libpam-systemd libsystemd-login0 libsystemd-login-dev libsystemd-daemon0 libsystemd-daemon-dev libsystemd-journal0 libsystemd-journal-dev libsystemd-id128-0 libsystemd-id128-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb libgudev-1.0-0 gir1.2-gudev-1.0 libgudev-1.0-dev python-systemd
Architecture: source
Version: 202-0ubuntu6
Distribution: saucy
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description: 
 gir1.2-gudev-1.0 - libgudev-1.0 introspection data
 libgudev-1.0-0 - GObject-based wrapper library for libudev
 libgudev-1.0-dev - libgudev-1.0 development files
 libpam-systemd - system and service manager - PAM module
 libsystemd-daemon-dev - systemd utility library - development files
 libsystemd-daemon0 - systemd utility library
 libsystemd-id128-0 - systemd 128 bit ID utility library
 libsystemd-id128-dev - systemd 128 bit ID utility library - development files
 libsystemd-journal-dev - systemd journal utility library - development files
 libsystemd-journal0 - systemd journal utility library
 libsystemd-login-dev - systemd login utility library - development files
 libsystemd-login0 - systemd login utility library
 libudev-dev - libudev development files
 libudev1   - libudev shared library
 libudev1-udeb - libudev shared library (udeb)
 python-systemd - python bindings for the systemd journal
 systemd    - system and service manager
 systemd-services - systemd runtime services
 systemd-sysv - system and service manager - SysV links
 udev       - /dev/ and hotplug management daemon
 udev-udeb  - /dev/ and hotplug management daemon (udeb)
Changes: 
 systemd (202-0ubuntu6) saucy; urgency=low
 .
   * Build udev from this source package:
     - Unblacklist udev and udev-udeb packages.
     - Drop 70-power-switch.rules from systemd-services (shipped in udev).
     - Port patches from old udev source package which are still relevant:
       + 0021-block-polling.patch
       + 0022-fix-race-condition-of-serio-driver-module-not-loading.patch
       + 0023-load-fbcon.patch
       + 0024-avoid-exit-deadlock-for-dm_cookie.patch
       + 75-persistent-net-generator.rules: Do not create persistent net rules
         for Ravello Systems MAC addresses. Now apply inline in
         debian/extra/rules, as upstream dropped these. (LP #1099278)
     - Add debian/extra/rules/78-graphics-card.rules (taken from old udev
       package)
     - Add debian/*.upstart from old udev package, and adjust dh_installinit
       calls accordingly.
     - Add Apport package hook.
     - Add READMEs for /lib/udev/rules.d/ and /etc/udev/rules.d/.
     - Add debian/udev.postinst for restarting udev and rebuilding initramfs.
     - Drop 0020-uaccess-rule-with-old-udev.patch, not necessary any more with
       current udev.
   * debian/extra/initramfs.hook: Adjust for changed paths and rules files.
   * debian/extra/initramfs.bottom: Replace undefined "nuke" with "rm -rf".
   * Install udev rules into udev-udeb.
   * Ship README.keymap.txt in udev, not in systemd.
   * Copy persistent net/cd rules generator scripts from udev 175 to
     debian/extra/, and adjust for dropped "udevadm info --run". We continue to
     use the old naming schema for the time being,  Don't install
     80-net-name-slot.rules for now.
   * debian/extra/initramfs.bottom: Ignore timeout errors from udevadm we
     expect (and indeed requested) in certain failure modes.  If we do not we
     will bail out early and not transfer /dev into /root which is always fatal
     leading to unbootable machines. (Taken from old udev package) (LP #818177)
   * Configure with correct --with-firmware-path.
   * Show test logs if running the test suite fails.
   * Disable test-sched-prio and test-util, they don't work in PPA buildds.
Checksums-Sha1: 
 1e2e0cba0a169f2c0971aa9f9116e3e9a287f179 3555 systemd_202-0ubuntu6.dsc
 5dbf33f690f4e958a9fba936c0d064a7e54a7b6b 64732 systemd_202-0ubuntu6.debian.tar.gz
Checksums-Sha256: 
 9c79819ba98cfd191ce51adc46da77bc99e5ecd4d2402ccdbe60e1c2b06e30f5 3555 systemd_202-0ubuntu6.dsc
 3bbe2e9f02cd859d0357b5995857f6e07400141554476f4fe5d79803a1debc78 64732 systemd_202-0ubuntu6.debian.tar.gz
Files: 
 e2b66edd881fc13a15d0b64472b6c72e 3555 admin extra systemd_202-0ubuntu6.dsc
 57be6f7f44f64151aa73dbde4df9b73a 64732 admin extra systemd_202-0ubuntu6.debian.tar.gz
Original-Maintainer: Tollef Fog Heen <tfheen at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJRmxAxAAoJEPmIJawmtHufcyUQAJHHsX+STwHDNaI6+vpMXLYX
MOunJws+ZY+G4ZXXQhxCEfXKf0FEQy3gwtoJnOyDyfeV8/KE6GVusGeU3VXnYgEl
6ArQGHQf4wZChEfcRkzvdmcUgosyKlAroz9lZbMqjKYUpx04F0mvg2XqHJ+6MXBL
hDOD6IH/4XkDeyhWQD8inni+Y5Z8HnCRgT0AIyzOS4UHjtb5IHOMZZbWjg1gXCUG
siTxrTkVGvKzbZkqL9w32bvD7O11+yej2LqF759zQJsFMWjM4MOnUOf9Ptu8y12j
m+UUOWazT7E/I1chNsHLCmdFwoHCYH40P6EH4zeEur9fcW1JSfisr7Ej+C3yOLof
VN/I+8u0OMbuI1sUnF7FCD021PNTlIcoXC5vqFTLqwiTF2sV0PmYJ8EO6GKwVhXy
SKju9I4t3k1mGIt4y54zNuiWc1HGUPCxvLz2j+3W/bbFL75voqNgTr58uFMRdSVZ
SQLl3bjbbqE0V7+UqnSSjKgLOM4i6BtQ3xDiXAB8EVx2sG9YlZFqLfxazV86QfP2
S78yDabTatMN7rhJrMJobfLcIR1Eat2PCVrXaGkvLLcc8Rl7OuLos1i0Y6jf7+LS
86b7DsUGXRS/s+7b9KcEf4YUxStwsdEvsJKazMfz7uWsMcoFmyjAb/ySBL80uWtW
6jQnrHEdyY8Q4BuhOqHv
=FB6l
-----END PGP SIGNATURE-----


More information about the Saucy-changes mailing list