mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
* debian/ubuntu-dev-tools.preinst:
- It is no longer necessary to remove stale pycentral files.
This commit is contained in:
parent
db35a2a668
commit
80ea6a5664
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -2,8 +2,10 @@ ubuntu-dev-tools (0.100) UNRELEASED; urgency=low
|
||||
|
||||
[ Luca Falavigna ]
|
||||
* syncpackage: new script to easily upload pristine Debian packages.
|
||||
* debian/ubuntu-dev-tools.preinst:
|
||||
- It is no longer necessary to remove stale pycentral files.
|
||||
|
||||
-- Michael Bienia <geser@ubuntu.com> Thu, 22 Apr 2010 21:34:22 +0200
|
||||
-- Luca Falavigna <dktrkranz@ubuntu.com> Sat, 01 May 2010 14:48:37 +0200
|
||||
|
||||
ubuntu-dev-tools (0.99) lucid; urgency=low
|
||||
|
||||
|
9
debian/ubuntu-dev-tools.preinst
vendored
9
debian/ubuntu-dev-tools.preinst
vendored
@ -16,14 +16,5 @@ if [ -e /etc/bash_completion.d/pbuilder-dist/pbuilder-dist ]; then
|
||||
mv -fv "$tmp_file" /etc/bash_completion.d/pbuilder-dist
|
||||
fi
|
||||
|
||||
# Remove stale pycentral files on upgrades.
|
||||
# This can be removed after the next LTS (likely 10.04) is released.
|
||||
if [ "$1" = upgrade ]
|
||||
then
|
||||
if dpkg --compare-versions "$2" lt "0.76" ; then
|
||||
pycentral pkgremove ubuntu-dev-tools
|
||||
fi
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user