From f86b5695f80aec865c129ba742fa4d7599f48f8a Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Sat, 21 Jan 2017 16:45:54 +0100 Subject: Switched to following upstream's git repository, which has a second "tikzit" subdirectory. --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 83a31be..fc339cc 100755 --- a/debian/rules +++ b/debian/rules @@ -4,9 +4,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ + dh $@ --sourcedirectory=tikzit override_dh_clean: - find src -name "*.d" -exec rm -f {} \; + find tikzit/src -name "*.d" -exec rm -f {} \; dh_clean -- cgit v1.2.3