Skip to content

Commit

Permalink
Add missing debian/rules target build-indep.
Browse files Browse the repository at this point in the history
Changes-By: lintian-brush
Fixes: lintian: debian-rules-missing-recommended-target
See-also: https://lintian.debian.org/tags/debian-rules-missing-recommended-target.html
  • Loading branch information
jelmer authored and dequis committed Sep 1, 2020
1 parent 2c56b32 commit c81b412
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ bitlbee (3.6-2) UNRELEASED; urgency=medium
[ Jelmer Vernooij ]
* Set upstream metadata fields: Repository.
* Use canonical URL in Vcs-Git.
* Add missing debian/rules target build-indep.

-- Debian Janitor <janitor@jelmer.uk> Thu, 21 Mar 2019 00:10:27 +0000

Expand Down
4 changes: 3 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,6 @@ binary-%: build install
DH_OPTIONS=-p$* $(MAKE) -f debian/rules binary-common

binary: binary-arch
.PHONY: build clean binary-arch binary-common binary install
.PHONY: build clean binary-arch binary-common binary install build-indep

build-indep:

0 comments on commit c81b412

Please sign in to comment.