diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-04-28 14:37:32 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-04-28 14:37:32 +0200 |
commit | 70df7168cea806310f84a824c1c9ead42c82a223 (patch) | |
tree | 4be937b2bcc7afd30ee962b2491aced4d8b42034 /debian/rules | |
parent | fb0f8c1b77bfb3fd8b44795e09ed0e67acddfb84 (diff) | |
parent | 637a170e7c970e480c1ad6bf131698f0919644c7 (diff) | |
download | nx-libs-70df7168cea806310f84a824c1c9ead42c82a223.tar.gz nx-libs-70df7168cea806310f84a824c1c9ead42c82a223.tar.bz2 nx-libs-70df7168cea806310f84a824c1c9ead42c82a223.zip |
Merge branch 'uli42-pr/silence_imake' into 3.6.x
Attributes GH PR #1038: https://github.com/ArcticaProject/nx-libs/pull/1038
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules index dac7c6e41..0552a650c 100755 --- a/debian/rules +++ b/debian/rules @@ -71,13 +71,13 @@ else endif %: - CONFIGURE="./configure --disable-silent-rules \ - --prefix=/usr \ - --libdir=$(LIBDIR) \ - --includedir=$(INCLUDEDIR) \ - --libexecdir=$(LIBEXECDIR) \ - --build=$(DEB_BUILD_GNU_TYPE) \ - --host=$(DEB_HOST_GNU_TYPE)" dh $@ --no-parallel --with quilt + VERBOSE=1 CONFIGURE="./configure --disable-silent-rules \ + --prefix=/usr \ + --libdir=$(LIBDIR) \ + --includedir=$(INCLUDEDIR) \ + --libexecdir=$(LIBEXECDIR) \ + --build=$(DEB_BUILD_GNU_TYPE) \ + --host=$(DEB_HOST_GNU_TYPE)" dh $@ --no-parallel --with quilt override_dh_auto_clean: rm -Rf nx-X11/.build-exports |