[ubuntu/disco-proposed] plymouth 0.9.4-1ubuntu1 (Accepted)

Mathieu Trudel-Lapierre cyphermox at ubuntu.com
Thu Feb 21 11:17:11 UTC 2019


plymouth (0.9.4-1ubuntu1) disco; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - include ubuntu theme logos:
      themes/ubuntu-logo/*, debian/source/include-binaries.
    - debian/libplymouth4.apport: add Apport hook.
    - Ship ubuntu-logo instead of debian-logo (debian/rules and
      debian/local/plymouth.hook).
    - Ship debian/source_plymouth.apport apport hook (debian/rules).
    - Add plymouth-label as a separate package and makes themes depending on
      it (debian/control, debian/plymouth-label.install,
      debian/plymouth-themes.install).
    - Drop fontconfig dependencies from plymouth; they are on plymouth-label.
    - Ship plymouth-theme-ubuntu-logo and plymouth-theme-ubuntu-text specific
      themes (debian/plymouth-theme-ubuntu-* and debian/control) and add
      Recommends on it | plymouth-theme to accommodate flavors.
    - Remove debian/patches/0003-default-theme.patch as we handle our defaults
      via alternatives. (and refresh debian/patches/0008-show-delay.patch)
    - debian/patches/misc-changes.patch: old undocumented inline changes.
      export a new symbol added in debian/libplymouth4.symbols.
    - debian/patches/avoid-sigpipe.patch:
      Use first a socket connection before fallbacking to regular write()
    - debian/patches/details-short-prompt.patch: When we display bullets in the
      ubuntu details theme, shorten the prompt.
    - debian/patches/details-remove-separator.patch: Removed explicit printing
      of ':'.
    - debian/patches/details-update-status.patch: Implement update status (U)
      splash plugin function for details plugin, imply display those updates
      as text messages.
    - debian/patches/initramfsless-boot.patch: support intramfsless boot.
    - debian/patches/fix-split-writes.patch: fix split writes for long server
      responses.
    - debian/patches/ubuntu-add-splash-option.patch: add "splash" option as a
      condition to trigger plymouth.
    - debian/rules:
      - disable optimization if noopt found in $DEB_BUILD_OPTION
      - enable -Werror
      - use ubuntu-themes background color
    - debian/local/<initramfs scripts>: export OPTION=FRAMEBUFFER for user's
      command line argument explicitly disabling framebuffer.
    - We use alternatives instead of plymouth-set-default-theme tool:
      + debian/plymouth-themes.{prerm,postinst}: ensure we select one default
        plymouth logo and text themes through alternatives even when we remove
        ubuntu-base ones.
      + debian/rules, debian/plymouth.{install,links), don't ship non
        non alternative-based theme policy files and tools.
      + update plymouth.README.Debian to tell to use update-alternative
        instead of set-default-theme
      + change debian/local/plymouth.hook to use update-alternative to get
        default theme instead of set-default-theme. Also, don't copy
        deleted files to initramfs.
    - Add Breaks: against older themes versions as they are shipping in /lib
      instead of /usr/share.
    ^ ubuntu old changelog containing debian-like packaging version has been
      copied to debian/changelog.ubuntu.old in the source package.
    ^ Remove dependency on initramfs-tools | dracut.
    - debian/plymouth-theme-ubuntu-text.postinst: Only remove the leftover
      generated files when upgrading, not when triggered.
    - debian/local/plymouth.init-premount: Don't start plymouth if "splash" is
      not present on the kernel command line. This makes initrd behaviour
      consistent with what happens at boot (see ubuntu-add-splash-option.patch).
      Fixes password prompts when not booting with "splash".
    ^ Add missing replaces due to apport hook move
    - debian/local/plymouth.hook:
      + protect when there is no alternative configured
      + handle having the minimum dependency packages installed (no font)
        when setting either no graphical theme or ubuntu-text one as default.
      + Fix kernel updates on some weird configurations where there is
        a plymouth theme alternative setup pointing to a non existing theme.
      + adapt to handle text flavor plugin, copying the ubuntu-text module
      + be more resilient if there is only one plymouth theme configured
        (default or text) or none.
      + disable harmless (in the ubuntu case, where we control supported official
        and flavors themes) warning which confuses users for flavors not using
        a compiled text theme
      + Fix hook script to not print warnings about label.so when using the
        ubuntu-text theme.
      + ensure that whenever configuration order is, we only build the
        initramfs if we have a default and text themes.
    - Add a patch to unconditionally set DeviceTimeout to a non-zero value
      to prevent plymouthd asserts on boot.
    - Use newer syntax to update the root fs.
    - Run plymouth in debug mode and store the log in /run/plymouth.

plymouth (0.9.4-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field

  [ Laurent Bigonville ]
  * New upstream version 0.9.3
    - Add support screen rotation (Closes: #905429)
    - Drop patches merged upstream
    - debian/patches/0005-cmdline.patch: Refreshed
    - debian/libplymouth4.symbols: Add newly exported symbols
  * debian/control: Bump Standards-Version to 4.2.1 (no further changes)
  * Do not explicitly set the compression algorithm, to please lintian
  * debian/rules: Use dh_missing --fail-missing instead of dh_install

plymouth (0.9.3-3) unstable; urgency=medium

  * debian/local/plymouth.hook: Call fc-cache when generating the initramfs,
    this will create the fc cache and .uuid files and should mitigate bug
    #897572
  * debian/control: Update VCS-* fields to point to the salsa machine

plymouth (0.9.3-2) unstable; urgency=medium

  * Import upstream patches coming from the master branch:
    - Remove d/p/0002-stderr.patch, replaced by
      d/p/0002-scripts-Use-2-instead-of-dev-stderr.patch
    - d/p/0006-x11-don-t-call-gdk_display_get_name-before-gtk_init.patch:
      Fixes a crash when the x11 renderer is installed (Closes: #878115)
  * debian/control: Drop obsolete dh-systemd build-dependency and bump
    debhelper minimal version
  * debian/control: Bump Standards-Version to 4.1.3 (no further changes)
  * debian/watch: Use https:// URL
  * Add apport hook, taken from Ubuntu and adjusted to support the fact that
    we are not using alternatives to select the default theme

Date: Wed, 20 Feb 2019 09:34:33 +0100
Changed-By: Mathieu Trudel-Lapierre <cyphermox at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/plymouth/0.9.4-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 20 Feb 2019 09:34:33 +0100
Source: plymouth
Binary: plymouth plymouth-x11 libplymouth4 libplymouth-dev plymouth-label plymouth-themes plymouth-theme-ubuntu-logo plymouth-theme-ubuntu-text
Architecture: source
Version: 0.9.4-1ubuntu1
Distribution: disco
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Mathieu Trudel-Lapierre <cyphermox at ubuntu.com>
Description:
 libplymouth-dev - graphical boot animation and logger - development files
 libplymouth4 - graphical boot animation and logger - shared libraries
 plymouth   - boot animation, logger and I/O multiplexer
 plymouth-label - boot animation, logger and I/O multiplexer - label control
 plymouth-theme-ubuntu-logo - boot animation, logger and I/O multiplexer - ubuntu theme
 plymouth-theme-ubuntu-text - boot animation, logger and I/O multiplexer - ubuntu text theme
 plymouth-themes - boot animation, logger and I/O multiplexer - themes
 plymouth-x11 - boot animation, logger and I/O multiplexer - X11 renderer
Closes: 878115 905429
Changes:
 plymouth (0.9.4-1ubuntu1) disco; urgency=low
 .
   * Merge from Debian unstable.  Remaining changes:
     - include ubuntu theme logos:
       themes/ubuntu-logo/*, debian/source/include-binaries.
     - debian/libplymouth4.apport: add Apport hook.
     - Ship ubuntu-logo instead of debian-logo (debian/rules and
       debian/local/plymouth.hook).
     - Ship debian/source_plymouth.apport apport hook (debian/rules).
     - Add plymouth-label as a separate package and makes themes depending on
       it (debian/control, debian/plymouth-label.install,
       debian/plymouth-themes.install).
     - Drop fontconfig dependencies from plymouth; they are on plymouth-label.
     - Ship plymouth-theme-ubuntu-logo and plymouth-theme-ubuntu-text specific
       themes (debian/plymouth-theme-ubuntu-* and debian/control) and add
       Recommends on it | plymouth-theme to accommodate flavors.
     - Remove debian/patches/0003-default-theme.patch as we handle our defaults
       via alternatives. (and refresh debian/patches/0008-show-delay.patch)
     - debian/patches/misc-changes.patch: old undocumented inline changes.
       export a new symbol added in debian/libplymouth4.symbols.
     - debian/patches/avoid-sigpipe.patch:
       Use first a socket connection before fallbacking to regular write()
     - debian/patches/details-short-prompt.patch: When we display bullets in the
       ubuntu details theme, shorten the prompt.
     - debian/patches/details-remove-separator.patch: Removed explicit printing
       of ':'.
     - debian/patches/details-update-status.patch: Implement update status (U)
       splash plugin function for details plugin, imply display those updates
       as text messages.
     - debian/patches/initramfsless-boot.patch: support intramfsless boot.
     - debian/patches/fix-split-writes.patch: fix split writes for long server
       responses.
     - debian/patches/ubuntu-add-splash-option.patch: add "splash" option as a
       condition to trigger plymouth.
     - debian/rules:
       - disable optimization if noopt found in $DEB_BUILD_OPTION
       - enable -Werror
       - use ubuntu-themes background color
     - debian/local/<initramfs scripts>: export OPTION=FRAMEBUFFER for user's
       command line argument explicitly disabling framebuffer.
     - We use alternatives instead of plymouth-set-default-theme tool:
       + debian/plymouth-themes.{prerm,postinst}: ensure we select one default
         plymouth logo and text themes through alternatives even when we remove
         ubuntu-base ones.
       + debian/rules, debian/plymouth.{install,links), don't ship non
         non alternative-based theme policy files and tools.
       + update plymouth.README.Debian to tell to use update-alternative
         instead of set-default-theme
       + change debian/local/plymouth.hook to use update-alternative to get
         default theme instead of set-default-theme. Also, don't copy
         deleted files to initramfs.
     - Add Breaks: against older themes versions as they are shipping in /lib
       instead of /usr/share.
     ^ ubuntu old changelog containing debian-like packaging version has been
       copied to debian/changelog.ubuntu.old in the source package.
     ^ Remove dependency on initramfs-tools | dracut.
     - debian/plymouth-theme-ubuntu-text.postinst: Only remove the leftover
       generated files when upgrading, not when triggered.
     - debian/local/plymouth.init-premount: Don't start plymouth if "splash" is
       not present on the kernel command line. This makes initrd behaviour
       consistent with what happens at boot (see ubuntu-add-splash-option.patch).
       Fixes password prompts when not booting with "splash".
     ^ Add missing replaces due to apport hook move
     - debian/local/plymouth.hook:
       + protect when there is no alternative configured
       + handle having the minimum dependency packages installed (no font)
         when setting either no graphical theme or ubuntu-text one as default.
       + Fix kernel updates on some weird configurations where there is
         a plymouth theme alternative setup pointing to a non existing theme.
       + adapt to handle text flavor plugin, copying the ubuntu-text module
       + be more resilient if there is only one plymouth theme configured
         (default or text) or none.
       + disable harmless (in the ubuntu case, where we control supported official
         and flavors themes) warning which confuses users for flavors not using
         a compiled text theme
       + Fix hook script to not print warnings about label.so when using the
         ubuntu-text theme.
       + ensure that whenever configuration order is, we only build the
         initramfs if we have a default and text themes.
     - Add a patch to unconditionally set DeviceTimeout to a non-zero value
       to prevent plymouthd asserts on boot.
     - Use newer syntax to update the root fs.
     - Run plymouth in debug mode and store the log in /run/plymouth.
 .
 plymouth (0.9.4-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/copyright: Use https protocol in Format field
 .
   [ Laurent Bigonville ]
   * New upstream version 0.9.3
     - Add support screen rotation (Closes: #905429)
     - Drop patches merged upstream
     - debian/patches/0005-cmdline.patch: Refreshed
     - debian/libplymouth4.symbols: Add newly exported symbols
   * debian/control: Bump Standards-Version to 4.2.1 (no further changes)
   * Do not explicitly set the compression algorithm, to please lintian
   * debian/rules: Use dh_missing --fail-missing instead of dh_install
 .
 plymouth (0.9.3-3) unstable; urgency=medium
 .
   * debian/local/plymouth.hook: Call fc-cache when generating the initramfs,
     this will create the fc cache and .uuid files and should mitigate bug
     #897572
   * debian/control: Update VCS-* fields to point to the salsa machine
 .
 plymouth (0.9.3-2) unstable; urgency=medium
 .
   * Import upstream patches coming from the master branch:
     - Remove d/p/0002-stderr.patch, replaced by
       d/p/0002-scripts-Use-2-instead-of-dev-stderr.patch
     - d/p/0006-x11-don-t-call-gdk_display_get_name-before-gtk_init.patch:
       Fixes a crash when the x11 renderer is installed (Closes: #878115)
   * debian/control: Drop obsolete dh-systemd build-dependency and bump
     debhelper minimal version
   * debian/control: Bump Standards-Version to 4.1.3 (no further changes)
   * debian/watch: Use https:// URL
   * Add apport hook, taken from Ubuntu and adjusted to support the fact that
     we are not using alternatives to select the default theme
Checksums-Sha1:
 1058172d695dfd4898f32f7b12d443a5a367bcd8 2637 plymouth_0.9.4-1ubuntu1.dsc
 644d14c842075a38ae7dcf0325be32628ae6f04f 1103496 plymouth_0.9.4.orig.tar.xz
 5c2b0237ccfc150e17108e355bf9a1f1e0956e7e 79776 plymouth_0.9.4-1ubuntu1.debian.tar.xz
 bb3934917af46314debff5e3b22451b6dfb738f1 6595 plymouth_0.9.4-1ubuntu1_source.buildinfo
Checksums-Sha256:
 cd4fb6b11283e1b84f273685a034153f72dfa0358f123438ee677e10683c008f 2637 plymouth_0.9.4-1ubuntu1.dsc
 4a197a4f1a05785d7453dd829b231352fb2d09171bd86c5ffaafbb2dd6791351 1103496 plymouth_0.9.4.orig.tar.xz
 16e6553f057331593590a4f25d8e3817c81f6acaec9a985129d4e600bc9b01b4 79776 plymouth_0.9.4-1ubuntu1.debian.tar.xz
 860692e87ad500dc9fc5b2c1ffcdfa582c8e62f2c18f72c733e9daa1a1e82315 6595 plymouth_0.9.4-1ubuntu1_source.buildinfo
Files:
 a9a6ede3d43dea75f045ad5605731d26 2637 misc optional plymouth_0.9.4-1ubuntu1.dsc
 4efa5551d230165981b105e7c6a50aa7 1103496 misc optional plymouth_0.9.4.orig.tar.xz
 65c0340e3219de080a6f081e168362f5 79776 misc optional plymouth_0.9.4-1ubuntu1.debian.tar.xz
 400efa49b3defcb0a7ef70696e27f44c 6595 misc optional plymouth_0.9.4-1ubuntu1_source.buildinfo
Original-Maintainer: Laurent Bigonville <bigon at debian.org>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEkD8wCvN9L2OcLX06AGlaQEyevacFAlxuiF8ACgkQAGlaQEye
vaedlw//byd3URXfU/BGwWUOuNw353IDzUrBmP6z9KaXzzjR0yskfCB+iPlGBrGO
q2W7LTG8n5pr225vuQPaVokZzsVOPIl86e6ru8IH+DFDqIK6Bm+I6atxxyBGP7u7
ZgprF5gEVMOEowXHy3kkC+pTkwdt6HLh9uCPFP/q3qul/HxHkEhpt6zJGlLmDTth
Av+jjXL+at9tOFpW7EgFH/EoIGfPVPBIhqsPUiu8uz5lchUMx31gsxPDQ50X+bwb
qcZXbp9Rd7FwXjS3XND+KXrC0yJq9kFbWhlszXAFHxI98sAvshcWSqxS2xZdwmKm
PrPHLTvFv+ruA/xhRjtyWMPkds+h5SUoapNWXcrsGLoCipIVfa7udnqsZh4kAPZm
tAEBfthJ4Itq9pKhsmdzKCKoJLzTIYXqzXyC9vmL02uUHowtwqhlEXmJWPS2WRru
mVHFRXdI/Aqt27dxdWJDno3U98ne2r0akG2zrsvgXeoS6nFr8tzRcIt3Ordqk0WP
6JdPNRYQ7Jour3h+KP7cghlyUJr+4qvBXGB3opcxg8ZUfxOiXUcZrTrNn2VWnBs5
nH1S2/F7aoT/9PdZ8dUEpL7Sn2koKWIxxlIK0mgr8MFjyjQju0CLMEcD5Vnt9ipJ
dclY/ulVMcFCu686YSov76nxq88Xe5TD5+6qeZu0FzWI0N7D21g=
=knfP
-----END PGP SIGNATURE-----


More information about the Disco-changes mailing list