[Debian-astro-commits] [skycat] 06/06: Force usage of unsigned char for gcc-6 compatibility. Closes: #811730

Ole Streicher olebole at moszumanska.debian.org
Thu Feb 18 09:40:11 UTC 2016


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

olebole pushed a commit to branch debian
in repository skycat.

commit 949dd338131f8976c03bef7d3d34ad62effede67
Author: Ole Streicher <olebole at debian.org>
Date:   Thu Feb 18 10:31:09 2016 +0100

    Force usage of unsigned char for gcc-6 compatibility. Closes: #811730
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 19ff052..592b86d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ skycat (3.1.2+starlink1~b+dfsg-1) unstable; urgency=medium
   * Remove non-dfsg files from Numerical Recipes from upstream tar
   * Push standard to 3.9.7 (no changes required)
   * Update various metadata fields
+  * Force usage of unsigned char for gcc-6 compatibility. Closes: #811730
 
  -- Ole Streicher <olebole at debian.org>  Thu, 18 Feb 2016 08:31:54 +0100
 
diff --git a/debian/rules b/debian/rules
index 76d01e1..af87e67 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+CFLAGS += -funsigned-char
+
 %:
 	dh  $@ --with autoreconf
 

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



More information about the Debian-astro-commits mailing list