[Debian-astro-commits] [iraf] 01/05: Also enable warning on evvexpr.x

Ole Streicher olebole at moszumanska.debian.org
Fri Dec 15 07:41:42 UTC 2017


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

olebole pushed a commit to branch master
in repository iraf.

commit d8f91e6d9f593ac603145b99adf6784c1103de75
Author: Ole Streicher <olebole at debian.org>
Date:   Thu Dec 14 17:19:06 2017 +0100

    Also enable warning on evvexpr.x
---
 .../patches/Propagate-CFLAGS-and-debug-flag-to-xc.patch   | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/debian/patches/Propagate-CFLAGS-and-debug-flag-to-xc.patch b/debian/patches/Propagate-CFLAGS-and-debug-flag-to-xc.patch
index bf907c2..6c0ba15 100644
--- a/debian/patches/Propagate-CFLAGS-and-debug-flag-to-xc.patch
+++ b/debian/patches/Propagate-CFLAGS-and-debug-flag-to-xc.patch
@@ -7,9 +7,10 @@ Subject: Propagate CFLAGS and debug flag to xc
  unix/hlib/f77.sh           | 2 +-
  unix/hlib/irafuser.sh      | 4 ++--
  unix/hlib/mkpkg.inc        | 4 ++--
+ unix/hlib/mkpkg.sf         | 2 +-
  vendor/Makefile            | 2 --
  vendor/libvotable/Makefile | 3 +--
- 6 files changed, 6 insertions(+), 11 deletions(-)
+ 7 files changed, 7 insertions(+), 12 deletions(-)
 
 diff --git a/Makefile b/Makefile
 index f455ba9..b572b4a 100644
@@ -73,6 +74,18 @@ index ead98b9..49353ac 100644
  $set	LFLAGS		= "-Nz"	        # default XC link flags
  
  $set	USE_LIBMAIN	= yes		# update lib$libmain.o (root object)
+diff --git a/unix/hlib/mkpkg.sf b/unix/hlib/mkpkg.sf
+index aae327c..5a9dbb6 100644
+--- a/unix/hlib/mkpkg.sf
++++ b/unix/hlib/mkpkg.sf
+@@ -1,6 +1,6 @@
+ # Mkpkg special file list
+ 
+-$set	XBIG	= '& "$xc -c -w -/Nx512 -/Ns2048 &"'
++$set	XBIG	= '& "$xc -c -/Nx512 -/Ns2048 &"'
+ $special "sys$fmtio/":		evvexpr.x	$(XBIG)	;
+ 
+ $set	XNL	= '& "$xc -c -/NL400 &"'
 diff --git a/vendor/Makefile b/vendor/Makefile
 index 0779fd6..a8bc19a 100644
 --- a/vendor/Makefile

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



More information about the Debian-astro-commits mailing list