Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package plymouth It changes the plymouth theme to the default one used in buster. It also fixes a password prompt issue (#915213) Debdiff: """ diff -Nru plymouth-0.9.4/debian/changelog plymouth-0.9.4/debian/changelog --- plymouth-0.9.4/debian/changelog 2018-11-08 03:03:31.000000000 +0200 +++ plymouth-0.9.4/debian/changelog 2019-04-08 14:17:05.000000000 +0200 @@ -1,3 +1,16 @@ +plymouth (0.9.4-1.1) unstable; urgency=medium + + [ Andreas Henriksson ] + * Pass SYSTEMD_ASK_PASSWORD_AGENT=/bin/systemd-tty-ask-password-agent + to configure for reproducibility on merged-usr vs non-merged. + (Closes: #915213) + + [ Jonathan Carter ] + * Non-maintainer upload (co-ordinated with bigon) + * Set default plymouth theme + + -- Jonathan Carter <[email protected]> Mon, 08 Apr 2019 14:17:05 +0200 + plymouth (0.9.4-1) unstable; urgency=medium [ Ondřej Nový ] diff -Nru plymouth-0.9.4/debian/patches/0003-default-theme.patch plymouth-0.9.4/debian/patches/0003-default-theme.patch --- plymouth-0.9.4/debian/patches/0003-default-theme.patch 2018-11-08 03:03:31.000000000 +0200 +++ plymouth-0.9.4/debian/patches/0003-default-theme.patch 2019-04-08 14:17:05.000000000 +0200 @@ -7,7 +7,7 @@ # Administrator customizations go in this file #[Daemon] -#Theme=fade-in -+#Theme=text ++#Theme=futureprototype --- a/src/plymouthd.defaults +++ b/src/plymouthd.defaults @@ -1,6 +1,6 @@ @@ -15,6 +15,6 @@ # upgrades. [Daemon] -Theme=spinner -+Theme=text ++Theme=futureprototype ShowDelay=5 DeviceTimeout=5 diff -Nru plymouth-0.9.4/debian/patches/0008-show-delay.patch plymouth-0.9.4/debian/patches/0008-show-delay.patch --- plymouth-0.9.4/debian/patches/0008-show-delay.patch 2018-11-08 03:03:31.000000000 +0200 +++ plymouth-0.9.4/debian/patches/0008-show-delay.patch 2019-04-08 14:17:05.000000000 +0200 @@ -6,14 +6,14 @@ @@ -1,3 +1,4 @@ # Administrator customizations go in this file #[Daemon] - #Theme=text + #Theme=futureprototype +#ShowDelay=0 --- a/src/plymouthd.defaults +++ b/src/plymouthd.defaults @@ -2,5 +2,5 @@ # upgrades. [Daemon] - Theme=text + Theme=futureprototype -ShowDelay=5 +ShowDelay=0 DeviceTimeout=5 diff -Nru plymouth-0.9.4/debian/rules plymouth-0.9.4/debian/rules --- plymouth-0.9.4/debian/rules 2018-11-08 03:03:31.000000000 +0200 +++ plymouth-0.9.4/debian/rules 2019-04-08 14:15:21.000000000 +0200 @@ -19,6 +19,7 @@ cp -f /usr/share/misc/config.sub build-tools dh_auto_configure -- \ + SYSTEMD_ASK_PASSWORD_AGENT=/bin/systemd-tty-ask-password-agent \ --disable-silent-rules \ --prefix=/usr \ --localstatedir=/var \ """ unblock plymouth/0.9.4-1.1

