summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libgq/debian/rules
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@collabora.com>2012-01-20 17:27:47 +0200
committerQt by Nokia <qt-info@nokia.com>2012-01-21 16:15:24 +0100
commita9c1d6c3dde04600fa5bf9a1461bfe50476bf742 (patch)
treeeb77d9f0e11016774831fc71bafb22ac0a335c4d /src/3rdparty/libgq/debian/rules
parent9d7123e4de511797585f2b33e7bf8bf07551f4f5 (diff)
Remove copy of libgq.
Nothing in the source tree uses this after the removal of the icd bearer plugin in 0e0eb207c4ada7a09c980b816dda1c5c6af1c027, so there is no point keeping it around anymore. Change-Id: I6ea05c84d561965636e2ca5b03c7ee8edc48c093 Reviewed-by: Jonas Gastal <jgastal@profusion.mobi> Reviewed-by: Richard J. Moore <rich@kde.org>
Diffstat (limited to 'src/3rdparty/libgq/debian/rules')
-rwxr-xr-xsrc/3rdparty/libgq/debian/rules32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/3rdparty/libgq/debian/rules b/src/3rdparty/libgq/debian/rules
deleted file mode 100755
index 1f293b3348..0000000000
--- a/src/3rdparty/libgq/debian/rules
+++ /dev/null
@@ -1,32 +0,0 @@
-#! /usr/bin/make -f
-
-# Sanitize build environment when running inside Scratchbox 1
-ifneq (,$(wildcard /targets))
- ifeq (,$(SBOX_DONT_SANITIZE))
- export PATH:=/bin:/usr/bin
- export MAKE:=make
- ifeq (,$(FAKEROOTKEY))
- export SBOX_REDIRECT_TO_DIRS:=/scratchbox/compilers/bin
- else
- export SBOX_REDIRECT_TO_DIRS:=
- endif
- ifneq (,$(shell debian/fixup-scratchbox))
- $(error Error)
- endif
- endif
-endif
-
-override_dh_auto_configure:
- ./autogen.sh
- dh_auto_configure
-
-override_dh_auto_build:
- dh_auto_build
- cd gconf && doxygen
-
-override_dh_strip:
- dh_strip -plibgq-gconf0 --dbg-package=libgq-gconf0-dbg
- dh_strip
-
-%:
- dh $@