From 568eede438bf2677b9a509572bbedb94455bafff Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Tue, 24 Jan 2017 00:09:57 +0100 Subject: - Disable parallel build (fails mysteriously on a bison error otherwise). - Additional cleaning rules. - DH 10. --- debian/control | 2 +- debian/rules | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 1fad44e..3371aa6 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: tikzit Section: tex Priority: optional Maintainer: Gard Spreemann -Build-Depends: debhelper (>= 9), dh-autoreconf, gobjc (>= 4.6), +Build-Depends: debhelper (>= 10), dh-autoreconf, gobjc (>= 4.6), libgnustep-gui-dev (>= 0.18.0), libgtk2.0-dev (>= 2.18.0), libpoppler-glib-dev, flex, bison, autoconf (>= 2.60), automake Standards-Version: 3.9.8 diff --git a/debian/rules b/debian/rules index fc339cc..725d2b7 100755 --- a/debian/rules +++ b/debian/rules @@ -1,12 +1,20 @@ #!/usr/bin/make -f -# export DH_VERBOSE = 1 + +#export DH_VERBOSE = 1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --sourcedirectory=tikzit + dh $@ --sourcedirectory=tikzit --no-parallel override_dh_clean: find tikzit/src -name "*.d" -exec rm -f {} \; + rm -f tikzit/src/common/tikzlexer.h + rm -f tikzit/src/common/tikzlexer.m + rm -f tikzit/src/common/tikzparser.h + rm -f tikzit/src/common/tikzparser.m + rm -f tikzit/src/gtk/edgedecdata.m + rm -f tikzit/src/gtk/icondata.m + rm -f tikzit/src/gtk/logodata.m dh_clean -- cgit v1.2.3