source: trunk/src/3rdparty/libgq/debian/rules

Last change on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

  • Property svn:executable set to *
File size: 666 bytes
Line 
1#! /usr/bin/make -f
2
3# Sanitize build environment when running inside Scratchbox 1
4ifneq (,$(wildcard /targets))
5 ifeq (,$(SBOX_DONT_SANITIZE))
6 export PATH:=/bin:/usr/bin
7 export MAKE:=make
8 ifeq (,$(FAKEROOTKEY))
9 export SBOX_REDIRECT_TO_DIRS:=/scratchbox/compilers/bin
10 else
11 export SBOX_REDIRECT_TO_DIRS:=
12 endif
13 ifneq (,$(shell debian/fixup-scratchbox))
14 $(error Error)
15 endif
16 endif
17endif
18
19override_dh_auto_configure:
20 ./autogen.sh
21 dh_auto_configure
22
23override_dh_auto_build:
24 dh_auto_build
25 cd gconf && doxygen
26
27override_dh_strip:
28 dh_strip -plibgq-gconf0 --dbg-package=libgq-gconf0-dbg
29 dh_strip
30
31%:
32 dh $@
Note: See TracBrowser for help on using the repository browser.