diff --git a/debian/changelog b/debian/changelog index 45c4014..dff0196 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +lubuntu-artwork (0.59) xenial; urgency=medium + + * plymouth theme: don't use a Break but a versioned dep to avoid end up + unconfigured during wily -> xenial upgrade. wily's prerm is broken and + doesn't handle deconfigure action. (LP: #1524480) + * Fix maintainer scripts to not be restrictive on arguments passed to them + for future upgrades. + + -- Didier Roche Fri, 08 Jan 2016 09:03:24 +0100 + lubuntu-artwork (0.58) xenial; urgency=medium * Backup current artwork items to 1510 items, and prepare 1604 ones. diff --git a/debian/control b/debian/control index 2539eb9..cfd164a 100644 --- a/debian/control +++ b/debian/control @@ -187,27 +187,26 @@ Description: artwork for Lubuntu - 10.04 version Package: plymouth-theme-lubuntu-logo Architecture: all -Depends: plymouth, plymouth-label, +Depends: plymouth (>= 0.9.2-3ubuntu1~), + plymouth-label, ${misc:Depends}, ${shlibs:Depends} Provides: plymouth-theme Replaces: lubuntu-plymouth-theme, plymouth (<< 0.8.1-1~) Conflicts: lubuntu-plymouth-theme -Breaks: plymouth (<< 0.9.2-3ubuntu1~), Description: plymouth theme for Lubuntu This package contain a specific Lubuntu theme for plymouth. Package: plymouth-theme-lubuntu-text Architecture: all -Depends: plymouth, +Depends: plymouth (>= 0.9.2-3ubuntu1~), plymouth-label, plymouth-theme-ubuntu-text, ${misc:Depends}, ${shlibs:Depends} Provides: plymouth-theme Replaces: plymouth (<< 0.8.1-1~) -Breaks: plymouth (<< 0.9.2-3ubuntu1~), Description: plymouth text theme for Lubuntu This package contain a specific Lubuntu theme for plymouth, which display a simple text. diff --git a/debian/lubuntu-artwork.postinst b/debian/lubuntu-artwork.postinst index a869f76..c25f7b5 100755 --- a/debian/lubuntu-artwork.postinst +++ b/debian/lubuntu-artwork.postinst @@ -24,14 +24,6 @@ case "$1" in update-alternatives --set newt-palette /etc/newt/palette.original fi ;; - - abort-upgrade|abort-deconfigure|abort-remove) - ;; - - *) - echo "$0 called with unknown argument \`$1'" 1>&2 - exit 1 - ;; esac #DEBHELPER# diff --git a/debian/lubuntu-artwork.postrm b/debian/lubuntu-artwork.postrm index 408900f..7cf1d24 100755 --- a/debian/lubuntu-artwork.postrm +++ b/debian/lubuntu-artwork.postrm @@ -34,20 +34,6 @@ case "$1" in update-alternatives --auto newt-palette fi ;; - - purge) - ;; - - upgrade|failed-upgrade|disappear) - ;; - - abort-install|abort-upgrade) - ;; - - *) - echo "$0 called with unknown argument \`$1'" 1>&2 - exit 1 - ;; esac #DEBHELPER# diff --git a/debian/plymouth-theme-lubuntu-logo.postinst b/debian/plymouth-theme-lubuntu-logo.postinst index ca689fb..3e43b0f 100644 --- a/debian/plymouth-theme-lubuntu-logo.postinst +++ b/debian/plymouth-theme-lubuntu-logo.postinst @@ -27,14 +27,6 @@ case "$1" in update-initramfs -u fi ;; - - abort-upgrade|abort-deconfigure|abort-remove) - ;; - - *) - echo "$0 called with unknown argument \`$1'" 1>&2 - exit 1 - ;; esac #DEBHELPER# diff --git a/debian/plymouth-theme-lubuntu-logo.prerm b/debian/plymouth-theme-lubuntu-logo.prerm index ddadb0b..b137737 100644 --- a/debian/plymouth-theme-lubuntu-logo.prerm +++ b/debian/plymouth-theme-lubuntu-logo.prerm @@ -37,20 +37,6 @@ case "$1" in update-initramfs -u fi ;; - - purge) - ;; - - upgrade|failed-upgrade|disappear) - ;; - - abort-install|abort-upgrade) - ;; - - *) - echo "$0 called with unknown argument \`$1'" 1>&2 - exit 1 - ;; esac #DEBHELPER# diff --git a/debian/plymouth-theme-lubuntu-text.postinst b/debian/plymouth-theme-lubuntu-text.postinst index 3388e7c..b672199 100644 --- a/debian/plymouth-theme-lubuntu-text.postinst +++ b/debian/plymouth-theme-lubuntu-text.postinst @@ -27,14 +27,6 @@ case "$1" in update-initramfs -u fi ;; - - abort-upgrade|abort-deconfigure|abort-remove) - ;; - - *) - echo "$0 called with unknown argument \`$1'" 1>&2 - exit 1 - ;; esac #DEBHELPER# diff --git a/debian/plymouth-theme-lubuntu-text.prerm b/debian/plymouth-theme-lubuntu-text.prerm index 71a4683..27e0738 100644 --- a/debian/plymouth-theme-lubuntu-text.prerm +++ b/debian/plymouth-theme-lubuntu-text.prerm @@ -37,20 +37,6 @@ case "$1" in update-initramfs -u fi ;; - - purge) - ;; - - upgrade|failed-upgrade|disappear) - ;; - - abort-install|abort-upgrade) - ;; - - *) - echo "$0 called with unknown argument \`$1'" 1>&2 - exit 1 - ;; esac #DEBHELPER#