Merge lubuntu-artwork 0.59

ubuntu/bionic
Julien Lavergne 9 years ago
parent 3d810d2c39
commit 7d0826219a

10
debian/changelog vendored

@ -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 <didrocks@ubuntu.com> Fri, 08 Jan 2016 09:03:24 +0100
lubuntu-artwork (0.58) xenial; urgency=medium lubuntu-artwork (0.58) xenial; urgency=medium
* Backup current artwork items to 1510 items, and prepare 1604 ones. * Backup current artwork items to 1510 items, and prepare 1604 ones.

7
debian/control vendored

@ -187,27 +187,26 @@ Description: artwork for Lubuntu - 10.04 version
Package: plymouth-theme-lubuntu-logo Package: plymouth-theme-lubuntu-logo
Architecture: all Architecture: all
Depends: plymouth, plymouth-label, Depends: plymouth (>= 0.9.2-3ubuntu1~),
plymouth-label,
${misc:Depends}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
Provides: plymouth-theme Provides: plymouth-theme
Replaces: lubuntu-plymouth-theme, Replaces: lubuntu-plymouth-theme,
plymouth (<< 0.8.1-1~) plymouth (<< 0.8.1-1~)
Conflicts: lubuntu-plymouth-theme Conflicts: lubuntu-plymouth-theme
Breaks: plymouth (<< 0.9.2-3ubuntu1~),
Description: plymouth theme for Lubuntu Description: plymouth theme for Lubuntu
This package contain a specific Lubuntu theme for plymouth. This package contain a specific Lubuntu theme for plymouth.
Package: plymouth-theme-lubuntu-text Package: plymouth-theme-lubuntu-text
Architecture: all Architecture: all
Depends: plymouth, Depends: plymouth (>= 0.9.2-3ubuntu1~),
plymouth-label, plymouth-label,
plymouth-theme-ubuntu-text, plymouth-theme-ubuntu-text,
${misc:Depends}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
Provides: plymouth-theme Provides: plymouth-theme
Replaces: plymouth (<< 0.8.1-1~) Replaces: plymouth (<< 0.8.1-1~)
Breaks: plymouth (<< 0.9.2-3ubuntu1~),
Description: plymouth text theme for Lubuntu Description: plymouth text theme for Lubuntu
This package contain a specific Lubuntu theme for plymouth, which display a This package contain a specific Lubuntu theme for plymouth, which display a
simple text. simple text.

@ -24,14 +24,6 @@ case "$1" in
update-alternatives --set newt-palette /etc/newt/palette.original update-alternatives --set newt-palette /etc/newt/palette.original
fi fi
;; ;;
abort-upgrade|abort-deconfigure|abort-remove)
;;
*)
echo "$0 called with unknown argument \`$1'" 1>&2
exit 1
;;
esac esac
#DEBHELPER# #DEBHELPER#

@ -34,20 +34,6 @@ case "$1" in
update-alternatives --auto newt-palette update-alternatives --auto newt-palette
fi fi
;; ;;
purge)
;;
upgrade|failed-upgrade|disappear)
;;
abort-install|abort-upgrade)
;;
*)
echo "$0 called with unknown argument \`$1'" 1>&2
exit 1
;;
esac esac
#DEBHELPER# #DEBHELPER#

@ -27,14 +27,6 @@ case "$1" in
update-initramfs -u update-initramfs -u
fi fi
;; ;;
abort-upgrade|abort-deconfigure|abort-remove)
;;
*)
echo "$0 called with unknown argument \`$1'" 1>&2
exit 1
;;
esac esac
#DEBHELPER# #DEBHELPER#

@ -37,20 +37,6 @@ case "$1" in
update-initramfs -u update-initramfs -u
fi fi
;; ;;
purge)
;;
upgrade|failed-upgrade|disappear)
;;
abort-install|abort-upgrade)
;;
*)
echo "$0 called with unknown argument \`$1'" 1>&2
exit 1
;;
esac esac
#DEBHELPER# #DEBHELPER#

@ -27,14 +27,6 @@ case "$1" in
update-initramfs -u update-initramfs -u
fi fi
;; ;;
abort-upgrade|abort-deconfigure|abort-remove)
;;
*)
echo "$0 called with unknown argument \`$1'" 1>&2
exit 1
;;
esac esac
#DEBHELPER# #DEBHELPER#

@ -37,20 +37,6 @@ case "$1" in
update-initramfs -u update-initramfs -u
fi fi
;; ;;
purge)
;;
upgrade|failed-upgrade|disappear)
;;
abort-install|abort-upgrade)
;;
*)
echo "$0 called with unknown argument \`$1'" 1>&2
exit 1
;;
esac esac
#DEBHELPER# #DEBHELPER#

Loading…
Cancel
Save