summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2017-05-04 09:44:32 +0200
committerGard Spreemann <gspreemann@gmail.com>2017-05-04 09:44:32 +0200
commit6fe06f084c3c6d44b96a3358af7a1382dc5a134a (patch)
tree6fc9d9824efe3a27663869d9fe813380ad2fcc99 /debian
parent3551a43277ff1cbc0c8607da827d1d658f29aae4 (diff)
Revert away from rules for building the arch-indep binaries only. It does not play well with upstream's build system.
Diffstat (limited to 'debian')
-rw-r--r--debian/control7
-rwxr-xr-xdebian/rules5
2 files changed, 5 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index 987dddea..35b9da2b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,13 @@ Maintainer: Gard Spreemann <gspreemann@gmail.com>
Section: math
Priority: optional
Standards-Version: 3.9.8.0
-Build-Depends: cmake (>= 2.6), cython3, debhelper (>= 10), dh-python,
- libboost-chrono-dev (>= 1.48), libboost-filesystem-dev (>= 1.48),
+Build-Depends: cmake (>= 2.6), cython3, debhelper (>= 10), dh-python, doxygen,
+ graphviz, libboost-chrono-dev (>= 1.48), libboost-filesystem-dev (>= 1.48),
libboost-program-options-dev (>= 1.48), libboost-system-dev (>= 1.48),
libboost-test-dev (>= 1.48), libboost-timer-dev (>= 1.48),
libcgal-dev (>= 4.8.1), libcgal-qt5-dev (>= 4.8.1), libeigen3-dev (>= 3.1.0),
libgmp-dev (>= 4.2), libqglviewer-dev-qt5, libtbb-dev, python3-dev,
- python3-matplotlib, python3-tk, qtbase5-dev
-Build-Depends-Indep: doxygen, graphviz, texlive-science
+ python3-matplotlib, python3-tk, qtbase5-dev, texlive-science
Homepage: http://gudhi.gforge.inria.fr/
Vcs-Browser: https://git.nonempty.org/debian-gudhi
Vcs-Git: http://git.nonempty.org/debian-gudhi -b debian/sid
diff --git a/debian/rules b/debian/rules
index a436c274..0def2c1d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,10 +15,9 @@ override_dh_auto_clean:
rm -rf doc/html
dh_auto_clean --builddirectory=build
-override_dh_auto_build-indep:
+override_dh_auto_build:
make -C build doxygen
-
-override_dh_auto_test-indep:
+ dh_auto_build --builddirectory=build
override_dh_auto_test:
dh_auto_test --no-parallel --builddirectory=build