Merge lubuntu-artwork 0.59
This commit is contained in:
parent
3d810d2c39
commit
7d0826219a
10
debian/changelog
vendored
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
|
||||
|
||||
* Backup current artwork items to 1510 items, and prepare 1604 ones.
|
||||
|
7
debian/control
vendored
7
debian/control
vendored
@ -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.
|
||||
|
8
debian/lubuntu-artwork.postinst
vendored
8
debian/lubuntu-artwork.postinst
vendored
@ -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#
|
||||
|
14
debian/lubuntu-artwork.postrm
vendored
14
debian/lubuntu-artwork.postrm
vendored
@ -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#
|
||||
|
8
debian/plymouth-theme-lubuntu-logo.postinst
vendored
8
debian/plymouth-theme-lubuntu-logo.postinst
vendored
@ -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#
|
||||
|
14
debian/plymouth-theme-lubuntu-logo.prerm
vendored
14
debian/plymouth-theme-lubuntu-logo.prerm
vendored
@ -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#
|
||||
|
8
debian/plymouth-theme-lubuntu-text.postinst
vendored
8
debian/plymouth-theme-lubuntu-text.postinst
vendored
@ -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#
|
||||
|
14
debian/plymouth-theme-lubuntu-text.prerm
vendored
14
debian/plymouth-theme-lubuntu-text.prerm
vendored
@ -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#
|
||||
|
Loading…
x
Reference in New Issue
Block a user