Skip to content
Snippets Groups Projects
Commit b59a90b6 authored by Antoine Beaupré's avatar Antoine Beaupré
Browse files

fix monkeyscan symlink, closes #743150

parent 4d2beff6
Branches
Tags 2.0.0
No related merge requests found
......@@ -21,6 +21,7 @@ monkeysign (2.0.0) unstable; urgency=medium
(Closes: #756540)
* some improvements were done in the GnuPG library to work around
certain GnuPG corner cases and describe problems better
* install monkeyscan command as a symlink properly (Closes: #743150)
* switch to long term support strategy for the 2.0.x release in
preparation for Debian Jessie
......
......@@ -9,3 +9,9 @@ export DH_OPTIONS
%:
dh $@ --with=python2
override_dh_auto_install:
dh_auto_install
# workaround a limitation in distutils, see
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743150
ln -sf monkeysign debian/monkeysign/usr/bin/monkeyscan
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment