Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
monkeysign
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
monkeysphere
monkeysign
Commits
b59a90b6
Commit
b59a90b6
authored
10 years ago
by
Antoine Beaupré
Browse files
Options
Downloads
Patches
Plain Diff
fix monkeyscan symlink, closes #743150
parent
4d2beff6
Branches
Branches containing commit
Tags
2.0.0
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+1
-0
1 addition, 0 deletions
debian/changelog
debian/rules
+6
-0
6 additions, 0 deletions
debian/rules
with
7 additions
and
0 deletions
debian/changelog
+
1
−
0
View file @
b59a90b6
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
6
−
0
View file @
b59a90b6
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment