[Pkg-gdb-logs] [dejagnu] 01/06: d:/rules: allows for bootstrapping

Hector Oron zumbi at moszumanska.debian.org
Wed May 6 11:14:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch master
in repository dejagnu.

commit 52be6f8e0fbf8311a63284f56ff20fa8ce1632ec
Author: Daniel Schepler <dschepler at gmail.com>
Date:   Fri Mar 20 00:37:50 2015 +0100

    d:/rules: allows for bootstrapping
    
      Permits to build dejagnu without its docs, which is significantly easier than
      patching everything in the dependency chain of texlive-base, imagemagick,
      ghostscript, transfig, etc. to bootstrap by skipping dejagnu tests.
      (Closes: #738123)
    
    Signed-off-by: Héctor Orón Martínez <zumbi at debian.org>
---
 debian/rules | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/rules b/debian/rules
index d935468..39bbfa0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,14 @@ include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 # untested command fails.
 SHELL += -e
 
+ifeq (,$(findstring stage1,$(DEB_BUILD_PROFILES)))
 DEB_MAKE_BUILD_TARGET = all html dejagnu.pdf dejagnu.rtf dejagnu.ps
+else
+DEB_MAKE_BUILD_TARGET = all
+
+common-build-indep::
+	touch objdir/dejagnu.pdf objdir/dejagnu.ps objdir/dejagnu.rtf objdir/html
+endif
 
 # Do not compress the empty NEWS file in the example.
 DEB_COMPRESS_EXCLUDE += calc/NEWS

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gdb/dejagnu.git



More information about the Pkg-gdb-logs mailing list