[Debian-astro-commits] [iraf] 01/01: Don't disable warnings in mkpkg for better debug output

Ole Streicher olebole at moszumanska.debian.org
Wed Dec 13 12:29:38 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 36dd856694d0addafb44ec912eae184ad2a3527b
Author: Ole Streicher <olebole at debian.org>
Date:   Wed Dec 13 13:29:14 2017 +0100

    Don't disable warnings in mkpkg for better debug output
---
 debian/patches/Propagate-CFLAGS-and-debug-flag-to-xc.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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 e23320b..bf907c2 100644
--- a/debian/patches/Propagate-CFLAGS-and-debug-flag-to-xc.patch
+++ b/debian/patches/Propagate-CFLAGS-and-debug-flag-to-xc.patch
@@ -59,7 +59,7 @@ index 78c9ed2..8fd03c3 100755
  export HSI_LFLAGS=""
  export HSI_OSLIBS=""
 diff --git a/unix/hlib/mkpkg.inc b/unix/hlib/mkpkg.inc
-index ead98b9..61a1c5f 100644
+index ead98b9..49353ac 100644
 --- a/unix/hlib/mkpkg.inc
 +++ b/unix/hlib/mkpkg.inc
 @@ -6,8 +6,8 @@ $set	MACH		= $(IRAFARCH)	# machine/fpu type
@@ -68,8 +68,8 @@ index ead98b9..61a1c5f 100644
  
 -$set	XFLAGS		= "-c -w"	# default XC compile flags
 -$set	XVFLAGS		= "-c -w"	# VOPS XC compile flags
-+$set	XFLAGS		= "-c -w -x"	# default XC compile flags
-+$set	XVFLAGS		= "-c -w -x"	# VOPS XC compile flags
++$set	XFLAGS		= "-c -x"	# default XC compile flags
++$set	XVFLAGS		= "-c -x"	# VOPS XC compile flags
  $set	LFLAGS		= "-Nz"	        # default XC link flags
  
  $set	USE_LIBMAIN	= yes		# update lib$libmain.o (root object)

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