summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Pentchev <roam@ringlet.net>2016-07-12 18:05:05 +0300
committerPeter Pentchev <roam@ringlet.net>2016-07-12 18:05:05 +0300
commite7f8200cebe6cd3c67480fd830e5645cf93ab49c (patch)
tree0634646f10a4e6d0f1efbb3d764562351e3a4f83
parentbb33b07d0265b750a5789a25eb87f0d1b6f24401 (diff)
Drop some build dependencies not needed for the documentation.
-rw-r--r--debian/changelog4
-rw-r--r--debian/control9
-rwxr-xr-xdebian/rules3
3 files changed, 9 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 742e736..83bd29d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,10 @@ mdk-doc (1.2.9-2) UNRELEASED; urgency=medium
* Update the watch file to version 4 and use pgpmode=auto to let uscan
find the *.sig URL by itself.
* Include the upstream signature in the Debian source upload.
+ * Drop some build dependencies not needed for the documentation:
+ - GUI
+ - Guile
+ - NLS (gettext)
-- Peter Pentchev <roam@ringlet.net> Wed, 06 Apr 2016 16:42:39 +0300
diff --git a/debian/control b/debian/control
index 96a7bbb..996cfaf 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,10 @@ Priority: optional
Maintainer: Peter Pentchev <roam@ringlet.net>
Build-Depends:
debhelper (>= 9.20160403~),
- flex,
- guile-2.0-dev,
intltool,
- libglade2-dev,
- libgtk2.0-dev,
- texinfo,
- zlib1g-dev
+ libglib2.0-dev,
+ pkg-config,
+ texinfo
Standards-Version: 3.9.8
Homepage: http://www.gnu.org/software/mdk/mdk.html
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/mdk-doc.git
diff --git a/debian/rules b/debian/rules
index 821c569..1253613 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,8 @@ get-orig-source:
. debian/get-orig-source.sh
override_dh_auto_configure:
- dh_auto_configure -- --docdir=${doc}
+ dh_auto_configure -- --docdir=${doc} --disable-gui --disable-nls \
+ --without-guile --without-readline
override_dh_auto_build:
dh_auto_build -- -C doc all html