[saods9] 01/01: Fix 'xmlrpc not found'
Ole Streicher
olebole at moszumanska.debian.org
Tue Jul 7 12:50:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
olebole pushed a commit to branch experimental
in repository saods9.
commit f60b578608fe87f7ec0945ffd1ef2e320b9b6aa9
Author: Ole Streicher <debian at liska.ath.cx>
Date: Tue Jul 7 11:17:07 2015 +0200
Fix 'xmlrpc not found'
---
debian/patches/ds9_use_external_libs.patch | 2 +-
debian/rules | 3 ++-
debian/saods9-data.install | 1 -
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/patches/ds9_use_external_libs.patch b/debian/patches/ds9_use_external_libs.patch
index efc0ca1..9a9b023 100644
--- a/debian/patches/ds9_use_external_libs.patch
+++ b/debian/patches/ds9_use_external_libs.patch
@@ -418,7 +418,7 @@ Description: Compile against external libraries of funtools, ast,
+ package require math::fuzzy
+
+ package require tkcon
-+ package require xmlrpc
++ source $ds9(root)/src/xmlrpc.tcl
+ package require BLT
+ package require saotk
+ package require tcliis
diff --git a/debian/rules b/debian/rules
index a2de778..f63b317 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-BUILDPARTS:=dirs tclcheckdns tkmpeg tkhtml tcliis xmlrpc saotk ds9
+BUILDPARTS:=dirs tclcheckdns tkmpeg tkhtml tcliis saotk ds9
get-orig-source:
sh ./debian/repack.sh
@@ -22,6 +22,7 @@ override_dh_autoreconf:
override_dh_auto_build: make.include
dh_auto_build -- $(BUILDPARTS)
+ cp xmlrpc-0.3/xmlrpc.tcl ds9/zipdir/zvfsmntpt/src
chmod ugo-x ds9/zipdir/zvfsmntpt/src/*.tcl
perl -w debian/generate-man > ds9/ds9.1
diff --git a/debian/saods9-data.install b/debian/saods9-data.install
index 49a1ef7..232b4ee 100644
--- a/debian/saods9-data.install
+++ b/debian/saods9-data.install
@@ -3,4 +3,3 @@ ds9/zipdir/zvfsmntpt/doc/sun.gif /usr/share/saods9
ds9/zipdir/zvfsmntpt/msgs /usr/share/saods9/
ds9/zipdir/zvfsmntpt/src /usr/share/saods9/
ds9/zipdir/zvfsmntpt/template /usr/share/saods9/
-lib/xmlrpc* /usr/lib/tcltk/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/saods9.git
More information about the debian-science-commits
mailing list