Codebase list python-yubico / 6d363a7
Merge NMU patch. Simon Josefsson 5 years ago
2 changed file(s) with 7 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
0 python-yubico (1.3.2-1.1) unstable; urgency=medium
1
2 * Non-maintainer upload.
3 * Drop obsoleted pycentral preinst. (Closes: #905663)
4
5 -- Harlan Lieberman-Berg <hlieberman@debian.org> Tue, 28 Aug 2018 01:30:16 -0400
6
07 python-yubico (1.3.2-1) unstable; urgency=medium
18
29 [ Dain Nilsson ]
+0
-14
debian/python-yubico.preinst less more
0 #! /bin/sh
1
2 set -e
3
4 # This was added by stdeb to workaround Debian #479852. In a nutshell,
5 # pycentral does not remove normally remove its symlinks on an
6 # upgrade. Since we're using python-support, however, those symlinks
7 # will be broken. This tells python-central to clean up any symlinks.
8 if [ -e /var/lib/dpkg/info/python-yubico.list ] && which pycentral >/dev/null 2>&1
9 then
10 pycentral pkgremove python-yubico
11 fi
12
13 #DEBHELPER#