Skip to content

Commit

Permalink
debian/rules: Use standard dpkg buildflags variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
vagrantc authored and natoscott committed Mar 16, 2022
1 parent f6d212b commit 11ea9e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions debian/rules
Expand Up @@ -154,6 +154,9 @@ uninstallspark = cat $(dirdoc).dirs | sed -e "s,^,$(dirpcp_export_spark)/," | xa
uninstallgui = cat $(dirgui).dirs | sed -e "s,^,$(dirpcp)/," | xargs rm -fr
unrpathperl = find $(allperldir) -name \*.so | xargs chrpath -d

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

build: build-arch build-indep
build-arch: build-stamp
build-indep: build-stamp
Expand Down

0 comments on commit 11ea9e0

Please sign in to comment.