[saods9] 01/01: Fix dependency of ds9: avoid zipping

Ole Streicher olebole-guest at alioth.debian.org
Thu Aug 1 15:13:01 UTC 2013


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

olebole-guest pushed a commit to branch debian
in repository saods9.

commit e858dbcf113399402be1657141bc38d1b89301e5
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Thu Aug 1 17:12:56 2013 +0200

    Fix dependency of ds9: avoid zipping
---
 debian/patches/ds9_use_filesystem.patch |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/patches/ds9_use_filesystem.patch b/debian/patches/ds9_use_filesystem.patch
index f778886..c72fde5 100644
--- a/debian/patches/ds9_use_filesystem.patch
+++ b/debian/patches/ds9_use_filesystem.patch
@@ -3,16 +3,18 @@ Description: Store all files in the usual FHS directories instead of
  building a zipfile and using a special tcl filesystem driver to access it.
 --- a/ds9/Makefile
 +++ b/ds9/Makefile
-@@ -92,12 +92,7 @@
+@@ -91,13 +91,8 @@
+ 
  all: ds9
  
- ds9	: ds9Base ds9.zip
+-ds9	: ds9Base ds9.zip
 -	$(RM) $@
 -	strip ds9Base
 -	cat ds9Base ds9.zip > ds9
 -	zip -A ds9
 -	chmod 755 ds9
 -	cp ds9 ../bin/.
++ds9	: ds9Base $(FILES)
 +	cp ds9Base ../bin/ds9
  
  debug	: ds9Base ds9.zip

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/saods9.git



More information about the debian-science-commits mailing list