Skip to content

Commit

Permalink
clean qmake detection on debian package clean rule
Browse files Browse the repository at this point in the history
Conflicts:
	debian/rules
  • Loading branch information
sherpya authored and wang-bin committed Nov 4, 2014
1 parent 746a1b2 commit b2ea50e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ DEB_BUILD_MULTIARCH ?= $(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)

override_dh_auto_configure:
qmake

override_dh_auto_clean:
dh_auto_clean
rm -f .qmake.cache

0 comments on commit b2ea50e

Please sign in to comment.