diff --git a/debian/at-spi2-doc.install b/debian/at-spi2-doc.install index 8b9f86ce935a2b47bdc9bc5970cc1b1403fb946c..f54e680081b72c8605f73e47f78434ecb7388d87 100644 --- a/debian/at-spi2-doc.install +++ b/debian/at-spi2-doc.install @@ -1,2 +1,2 @@ -usr/share/gtk-doc +#usr/share/gtk-doc xml/*.xml /usr/share/doc/at-spi2-doc/xml diff --git a/debian/changelog b/debian/changelog index 5655ec541577c1e9cb88fbcaa9bd3da8cac5b424..63ef1725353115b2deb801d88e29157cc0c4e83f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +at-spi2-core (2.30.0-4) UNRELEASED; urgency=medium + + * patches/meson: Disable, actually completely breaks execution. + * rules: Disable documentation generation, avoids #911697. + * at-spi2-doc.install: Disable installng documentation. + + -- Samuel Thibault Wed, 24 Oct 2018 09:22:41 +0200 + at-spi2-core (2.30.0-3) unstable; urgency=medium * patches/meson: Fix dbind documentation build with meson diff --git a/debian/patches/series b/debian/patches/series index 493ec52d286083c0d0df6df2dd28b819608daeca..034a7a33d0705cb18e7716e833e9cbde090f501c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,3 @@ at-spi-by-default disable-test-that-needs-installed-dbus-service.patch -meson +#meson diff --git a/debian/rules b/debian/rules index ad198e0fcd15a8714a4a8a0be188108bf4fb3288..8af4b74ddae2553c9fb03581f74f33a45830139d 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ override_dh_auto_configure: ac_cv_lib_ICE_IceConnectionNumber=no \ dh_auto_configure -- --libexecdir=/usr/lib/at-spi2-core \ -Denable-introspection=yes \ - -Denable_docs=true + -Denable_docs=false override_dh_auto_test: dbus-run-session -- xvfb-run dh_auto_test