Skip to content

Commit

Permalink
Drop unnecessary dependency on dh-autoreconf.
Browse files Browse the repository at this point in the history
Fixes: lintian: useless-autoreconf-build-depends
See-also: https://lintian.debian.org/tags/useless-autoreconf-build-depends.html
  • Loading branch information
debian-janitor committed May 5, 2020
1 parent ef2d542 commit caf7be5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ xsecurelock (1.6.0-2) UNRELEASED; urgency=medium
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Drop unnecessary dependency on dh-autoreconf.

-- Debian Janitor <[email protected]> Tue, 05 May 2020 05:45:43 +0000

Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
dh $@ --with autoreconf
dh $@

override_dh_auto_configure:
dh_auto_configure -- \
Expand Down

0 comments on commit caf7be5

Please sign in to comment.