[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[asymptote] 03/03: xasy relative symlinks otherwise dh_python3 breaks



This is an automated email from the git hooks/post-receive script.

preining pushed a commit to branch master
in repository asymptote.

commit 5525c00899e768dfebacc8e14f3af2eb4bc3be45
Author: Norbert Preining <norbert@preining.info>
Date:   Sun Nov 5 21:33:09 2017 +0900

    xasy relative symlinks otherwise dh_python3 breaks
---
 debian/changelog | 5 ++++-
 debian/rules     | 2 ++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fa22886..5433ab0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,7 +18,10 @@ asymptote (2.41-4) unstable; urgency=medium
   * Switch to python3 interpreter.
   (Closes: #880422) (Big thanks to Nicolas for his excellent work!)
 
- -- Norbert Preining <preining@debian.org>  Sun, 05 Nov 2017 21:06:27 +0900
+  [ Norbert Preining ]
+  * make xasy relative symlinks, otherwise dh_python3 breaks
+
+ -- Norbert Preining <preining@debian.org>  Sun, 05 Nov 2017 21:32:47 +0900
 
 asymptote (2.41-3) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 68b50f9..bbed8d9 100644
--- a/debian/rules
+++ b/debian/rules
@@ -30,6 +30,8 @@ override_dh_auto_build:
 
 override_dh_auto_install:
 	make install-asy DESTDIR=$(CURDIR)/debian/tmp
+	# fix xasy absolute link
+	ln -sf ../share/asymptote/GUI/xasy.py debian/tmp/usr/bin/xasy
 	dh_installtex -pasymptote
 
 override_dh_auto_test:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/asymptote.git


Reply to: