[cpp-log4shib] 09/20: dh_auto_configure uses --disable-dependency-tracking by default

Scott Cantor cantor.2 at osu.edu
Tue Oct 19 16:14:06 UTC 2021


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

scantor pushed a commit to annotated tag debian/1.0.9-1
in repository cpp-log4shib.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=9d2e1eed91997376f706e8475afd8f8d50df3adc

commit 9d2e1eed91997376f706e8475afd8f8d50df3adc
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: Thu Jan 14 15:11:32 2016 +0100

    dh_auto_configure uses --disable-dependency-tracking by default
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 1bf7b85..d5973ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ else
 endif
 
 override_dh_auto_configure:
-	dh_auto_configure -- --disable-dependency-tracking $(DEBUG)
+	dh_auto_configure -- $(DEBUG)
 
 # Remove the upstream-installed documentation, and strip the build flags out
 # of the Cflags and Libs pkgconfig configuration.  LDFLAGS and CPPFLAGS are

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list