Use dh_update_autotools_config

This commit is contained in:
billchenchina 2022-11-21 08:13:05 +08:00
parent 70f19a96ce
commit a65afb5dd0
3 changed files with 4 additions and 2343 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,3 +1,2 @@
bump-config-guess.patch
0001-fix-version.patch
move-man-pages.patch

5
debian/rules vendored
View file

@ -5,9 +5,12 @@
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
%: before-build
dh $@ --buildsystem=autoconf
before-build:
dh_update_autotools_config
#override_dh_auto_configure:
# dh_auto_configure -- \
# -DCMAKE_LIBRARY_ARCHITECTURE="$(DEB_TARGET_MULTIARCH)"