diff --git a/debian/changelog b/debian/changelog index 830c095..a325d0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ * Update watch file format version to 4. * Bump debhelper from old 12 to 13. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse. + * Drop unnecessary dependency on dh-autoreconf. -- Samuel Thibault Sat, 08 Jan 2022 17:26:55 +0100 diff --git a/debian/rules b/debian/rules index 14ac321..249f6ab 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- --libdir=/usr/lib