[lua-torch-image] 06/07: rules: remove -pedantic

Zhou Mo cdluminate-guest at moszumanska.debian.org
Sat May 20 09:01:57 UTC 2017


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

cdluminate-guest pushed a commit to branch master
in repository lua-torch-image.

commit 00e1c5d3ddb6acf4a5e671d9671c6b259e14b2c2
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Sat May 20 09:00:52 2017 +0000

    rules: remove -pedantic
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index cabf2a0..b715e95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ lua-torch-image (0~20170420-g5aa1881-1) UNRELEASED; urgency=medium
   * Import upstream snapshot.
   * Debhelper compat 10.
   * Upstream renamed libpng.so -> liblua_png.so .
+  * Remove -pedantic option from rules.
 
  -- Zhou Mo <cdluminate at gmail.com>  Sat, 20 May 2017 08:49:34 +0000
 
diff --git a/debian/rules b/debian/rules
index a1e6092..58597e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 export DEB_BUILD_MAINT_OPTIONS= hardening=+all
-export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
+export DEB_CFLAGS_MAINT_APPEND  = -Wall
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:

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



More information about the debian-science-commits mailing list