From 2560aa2e529032d9fc1b28c1e792a56e94ed091e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 15:11:15 +0200 Subject: [PATCH] Applied patch from Michael Prokop to update debian/control and debian/rules for use of asciidoc. --- debian/control | 2 +- debian/rules | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 7a5b145..90a24b9 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: misc Priority: optional Maintainer: Debian Live Uploaders: Daniel Baumann -Build-Depends: debhelper (>= 5), lsb-release +Build-Depends: debhelper (>= 5), lsb-release, asciidoc, xsltproc, docbook-xsl Standards-Version: 3.7.2 XS-Upstream-Depends: git-core XS-Vcs-Git: git://git.debian.org/git/users/daniel/live-initramfs.git diff --git a/debian/rules b/debian/rules index b90bb07..57f8edb 100755 --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,7 @@ build-stamp: # Building package $(MAKE) + cd manpages && make && cd .. touch build-stamp @@ -23,6 +24,7 @@ clean: # Cleaning package $(MAKE) clean + cd manpages && make clean && cd .. dh_clean