diff options
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rwxr-xr-x | 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 <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 |