[27089] in Source-Commits
Re: /svn/athena r25938 -
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Mon Apr 22 15:42:36 2013
Date: Mon, 22 Apr 2013 15:42:26 -0400 (EDT)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201304221619.r3MGJUDc014169@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1304221542230.9389@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
ACK.
-Ben
On Mon, 22 Apr 2013, Jonathan D Reed wrote:
> Author: jdreed
> Date: 2013-04-22 12:19:29 -0400 (Mon, 22 Apr 2013)
> New Revision: 25938
>
> Modified:
> trunk/debathena/config/plymouth-config/debian/changelog
> trunk/debathena/config/plymouth-config/debian/postinst
> Log:
> In plymouth-config:
> * Install at priority 110, so that you actually get the theme.
>
>
> Modified: trunk/debathena/config/plymouth-config/debian/changelog
> ===================================================================
> --- trunk/debathena/config/plymouth-config/debian/changelog 2013-04-20 20:21:07 UTC (rev 25937)
> +++ trunk/debathena/config/plymouth-config/debian/changelog 2013-04-22 16:19:29 UTC (rev 25938)
> @@ -1,3 +1,9 @@
> +debathena-plymouth-config (1.1) unstable; urgency=low
> +
> + * Install at priority 110, so that you actually get the theme.
> +
> + -- Jonathan Reed <jdreed@mit.edu> Mon, 22 Apr 2013 12:18:11 -0400
> +
> debathena-plymouth-config (1.0) unstable; urgency=low
>
> * Initial Release. (Trac: #145)
>
> Modified: trunk/debathena/config/plymouth-config/debian/postinst
> ===================================================================
> --- trunk/debathena/config/plymouth-config/debian/postinst 2013-04-20 20:21:07 UTC (rev 25937)
> +++ trunk/debathena/config/plymouth-config/debian/postinst 2013-04-22 16:19:29 UTC (rev 25938)
> @@ -21,7 +21,7 @@
> case "$1" in
> configure)
> update-alternatives --install /lib/plymouth/themes/default.plymouth \
> - default.plymouth /lib/plymouth/themes/debathena/debathena.plymouth 100
> + default.plymouth /lib/plymouth/themes/debathena/debathena.plymouth 110
> ;;
>
> abort-upgrade|abort-remove|abort-deconfigure)
>
>