* debian/ubuntu-dev-tools.preinst:

- It is no longer necessary to remove stale pycentral files.
This commit is contained in:
Luca Falavigna 2010-05-01 14:50:09 +02:00
parent db35a2a668
commit 80ea6a5664
2 changed files with 3 additions and 10 deletions

4
debian/changelog vendored
View File

@ -2,8 +2,10 @@ ubuntu-dev-tools (0.100) UNRELEASED; urgency=low
[ Luca Falavigna ] [ Luca Falavigna ]
* syncpackage: new script to easily upload pristine Debian packages. * 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 ubuntu-dev-tools (0.99) lucid; urgency=low

View File

@ -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 mv -fv "$tmp_file" /etc/bash_completion.d/pbuilder-dist
fi 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# #DEBHELPER#