projects
/
pcre2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d7ab9f
)
Use dh_autoreconf (Closes: #1087562)
author
Matthew Vernon
<matthew@debian.org>
Fri, 15 Nov 2024 14:11:56 +0000
(14:11 +0000)
committer
Matthew Vernon
<matthew@debian.org>
Fri, 15 Nov 2024 14:11:56 +0000
(14:11 +0000)
Note that using dh_autoreconf becomes the default from debhelper
compatibility level 10 onwards, so this should be reverted once we've
made that move.
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 0a19a901ce76f9d8a0db45f741789066b726e71e..c82250deb02fb23fb0f4ddc39255301c8eb4db8d 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-20,7
+20,7
@@
deb_maint_conf_args +=--disable-jit
endif
%:
- dh $@ --parallel
+ dh $@ --parallel
--with autoreconf
override_dh_auto_configure:
dh_auto_configure -- $(deb_maint_conf_args)