From 5d84c680a7620aa4b972cd993e303760eacfd235 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Tue, 20 Dec 2011 17:28:05 +0200 Subject: [PATCH] deb: export options to make nostrip work --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 069778d..0df2aa7 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,9 @@ #! /usr/bin/make -f DH_VERBOSE = 1 + DEB_BUILD_OPTIONS = nostrip +export DEB_BUILD_OPTIONS override DEB_CONFIGURE_EXTRA_FLAGS = --enable-debug -- 2.40.0