aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2014-10-02 23:17:41 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2014-10-02 23:17:41 +0100
commit0afaee4cf49fc28333eeeefc09653c47e33b88b8 (patch)
tree61f6ded1305204445e0ad29acae1ab97d4b36473
parent950e9747119aef874ff57f074159772150f82dac (diff)
downloadlibconfig-0afaee4cf49fc28333eeeefc09653c47e33b88b8.tar.gz
Split documentation build into -indep target (Closes: #759582)
-rw-r--r--debian/changelog7
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules3
3 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 459532b..9faf76e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libconfig (1.4.9-3) UNRELEASED; urgency=medium
+
+ * Split documentation build into -indep target (Closes: #759582)
+ - Thanks to Pino Toscano for the patch
+
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Thu, 02 Oct 2014 23:14:30 +0100
+
libconfig (1.4.9-2) unstable; urgency=medium
* Update short package description (Closes: #710783)
diff --git a/debian/control b/debian/control
index 6efe74e..9e850f4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: libconfig
Priority: optional
Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>
Uploaders: Jose Luis Tallon <jltallon@adv-solutions.net>
-Build-Depends: debhelper (>= 9), dh-autoreconf, texinfo, texlive-latex-base
+Build-Depends: debhelper (>= 9), dh-autoreconf, texinfo
+Build-Depends-Indep: texlive-latex-base
Standards-Version: 3.9.5
Homepage: http://www.hyperrealm.com/libconfig/
Section: libs
diff --git a/debian/rules b/debian/rules
index 0a0709d..0c60e34 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,8 @@
# Uncomment this to turn on verbose mode.
# # export DH_VERBOSE=1
-override_dh_auto_build:
+override_dh_auto_build-indep:
$(MAKE) -C doc pdf
- dh_auto_build
override_dh_strip:
dh_strip -p libconfig9 --dbg-package=libconfig-dbg