From: Daniel Baumann Date: Sun, 23 Sep 2007 13:11:15 +0000 (+0200) Subject: Applied patch from Michael Prokop to update debian/control and debian... X-Git-Tag: debian/2.0.15-1~705 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=36cdeb9bbcf92c949826731bedced8a2debc12f4 Applied patch from Michael Prokop to update debian/control and debian/rules for use of asciidoc. --- 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