[lua-torch-nn] 08/08: rules: remove some flags to reduce log size

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue Nov 22 13:57:22 UTC 2016


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

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

commit b2b61a03903f3cca6c7341388e8e88abe26e5044
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Tue Nov 22 13:56:43 2016 +0000

    rules: remove some flags to reduce log size
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1273ed3..d93ce0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ lua-torch-nn (0~20161116-g8e0b061+dfsg-1) experimental; urgency=medium
 
   * New upstream snapshot.
   * Refresh symbols control file.
+  * Remove -Wall -pedantic from DEB_CFLAGS_MAINT_APPEND to reduce log size.
 
  -- Zhou Mo <cdluminate at gmail.com>  Thu, 17 Nov 2016 10:00:19 +0000
 
diff --git a/debian/rules b/debian/rules
index d4cd78c..4d63cb9 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 -pedantic
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 DEB_HOST_MULTIARCH=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

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



More information about the debian-science-commits mailing list