[debian-edu-commits] debian-edu/ 01/02: Disable strip during build as it prevents dbgsym autogeneration later.

Unit 193 unit193-guest at moszumanska.debian.org
Thu Feb 9 08:42:59 UTC 2017


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

unit193-guest pushed a commit to branch master
in repository veracrypt.

commit d44dcb6e7762f726247a008fedc615797b984b52
Author: Unit 193 <unit193 at ubuntu.com>
Date:   Thu Feb 9 03:41:40 2017 -0500

    Disable strip during build as it prevents dbgsym autogeneration later.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 7980c2a..edb9cae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 	dh  $@ --sourcedirectory=src
 
 override_dh_auto_build:
-	dh_auto_build -- VERBOSE=1
+	dh_auto_build -- VERBOSE=1 NOSTRIP=1
 	unset DISPLAY && src/Main/veracrypt --text --help 2>/dev/null | debian/veracrypt_help_to_troff.pl > veracrypt.1
 	convert -resize 32x32 src/Resources/Icons/VeraCrypt-48x48.xpm veracrypt.xpm
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/veracrypt.git



More information about the debian-edu-commits mailing list