diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-07-10 11:47:02 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-07-12 23:25:57 +0200 |
commit | 397d3ac06a83a94606be75daaeb2aba056ad4254 (patch) | |
tree | ac8470b67015f42fc031839a9ff700bca5cec7d3 | |
parent | 41ea54b0217175a4b78980671f4c6818eb66b166 (diff) | |
download | nx-libs-397d3ac06a83a94606be75daaeb2aba056ad4254.tar.gz nx-libs-397d3ac06a83a94606be75daaeb2aba056ad4254.tar.bz2 nx-libs-397d3ac06a83a94606be75daaeb2aba056ad4254.zip |
debian/rules: Drop redundant --with-symbols configure option, '-g' already gets added by debhelper.
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 1400c79bd..adfc34e5e 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ export LIBEXECDIR = "$(LIBDIR)/nx/bin" export INCLUDEDIR = "/usr/include/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)" %: - CONFIGURE="./configure --with-symbols --prefix=/usr --libdir=$(LIBDIR) --includedir=$(INCLUDEDIR) --libexecdir=$(LIBEXECDIR)" dh $@ --with quilt + CONFIGURE="./configure --prefix=/usr --libdir=$(LIBDIR) --includedir=$(INCLUDEDIR) --libexecdir=$(LIBEXECDIR)" dh $@ --with quilt override_dh_auto_clean: rm -Rf nx-X11/.build-exports |