[saods9] 03/03: Allow failure of make tltclean

Ole Streicher olebole-guest at alioth.debian.org
Thu Sep 26 22:44:22 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 6e3645fbc6d1fb37636c1e023b0009f4d1bb8dd6
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Fri Sep 27 00:44:04 2013 +0200

    Allow failure of make tltclean
---
 debian/changelog                           |    2 +-
 debian/patches/ds9_use_external_libs.patch |   10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6fa0e6b..8dab300 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ saods9 (7.3~b3+dfsg-1~exp1) experimental; urgency=low
 
   * New (beta) upstream version
 
- -- Ole Streicher <debian at liska.ath.cx>  Thu, 26 Sep 2013 12:14:34 +0200
+ -- Ole Streicher <debian at liska.ath.cx>  Thu, 26 Sep 2013 19:14:34 +0200
 
 saods9 (7.2+dfsg-2) unstable; urgency=low
 
diff --git a/debian/patches/ds9_use_external_libs.patch b/debian/patches/ds9_use_external_libs.patch
index 70aac9b..b845d78 100644
--- a/debian/patches/ds9_use_external_libs.patch
+++ b/debian/patches/ds9_use_external_libs.patch
@@ -253,7 +253,7 @@ Description: Compile against external libraries of wcstools, funtools, ast,
  	$(MAKE) -C unix distclean
 --- a/Makefile
 +++ b/Makefile
-@@ -221,32 +221,9 @@
+@@ -221,31 +221,8 @@
  dirsclean: FORCE
  	@for d in $(DIRS); do rm -rf $$d; done
  
@@ -267,8 +267,8 @@ Description: Compile against external libraries of wcstools, funtools, ast,
 -	$(MAKE) -C $(TKTABLEDIR) distclean
 -
  tltclean: FORCE
- 	$(MAKE) -C $(TLTDIR) distclean
- 
+-	$(MAKE) -C $(TLTDIR) distclean
+-
 -zlibclean: FORCE
 -	$(MAKE) -C $(ZLIBDIR) distclean
 -
@@ -282,10 +282,10 @@ Description: Compile against external libraries of wcstools, funtools, ast,
 -
 -libtiffclean: FORCE
 -	$(MAKE) -C $(TKIMGDIR)/compat/libtiff distclean
--
++	$(MAKE) -C $(TLTDIR) distclean || true
+ 
  tkmpegclean: FORCE
  	$(MAKE) -C $(TKMPEGDIR) distclean
- 
 @@ -254,27 +231,12 @@
  #	cd $(HTMLDIR); $(MAKE) distclean
  	rm -rf $(HTMLDIR)

-- 
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