From 0afaee4cf49fc28333eeeefc09653c47e33b88b8 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Thu, 2 Oct 2014 23:17:41 +0100 Subject: Split documentation build into -indep target (Closes: #759582) --- debian/changelog | 7 +++++++ debian/control | 3 ++- debian/rules | 3 +-- 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 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 Uploaders: Jose Luis Tallon -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 -- cgit v1.2.3