summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2018-10-23 16:38:10 +0200
committerGard Spreemann <gspreemann@gmail.com>2018-10-23 16:38:10 +0200
commitd6b04505f29440bfcbf7330a1512144fa79a352d (patch)
tree6597026aa631b3da9eb6d4f47e77daf48f9d22c9
parent30dcb0a5460c0d364907fdcc10beeb8aabc78106 (diff)
Initial changes for version 2.0.
-rw-r--r--debian/control8
-rwxr-xr-xdebian/rules8
2 files changed, 6 insertions, 10 deletions
diff --git a/debian/control b/debian/control
index 74a2a42..1d01104 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,11 @@ Section: tex
Priority: optional
Maintainer: Gard Spreemann <gspreemann@gmail.com>
Build-Depends:
- autoconf (>= 2.60),
- automake,
bison,
debhelper (>= 11),
flex,
- gobjc (>= 4.6),
- libgnustep-base-dev (>= 1.18.0),
- libgtk2.0-dev (>= 2.18.0),
- libpoppler-glib-dev
+ qt5-qmake,
+ qtbase5-dev
Standards-Version: 4.1.5
Homepage: https://tikzit.github.io/
Vcs-Browser: https://salsa.debian.org/debian/tikzit
diff --git a/debian/rules b/debian/rules
index 955ab1f..c170b40 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,10 @@
#export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export QT_SELECT = qt5
%:
- dh $@ --sourcedirectory=tikzit --no-parallel
+ dh $@
-override_dh_auto_clean:
- find tikzit/src -name "*.d" -exec rm -f {} \;
- dh_auto_clean --sourcedirectory=tikzit
+# The tests require X.
+override_dh_auto_test: