From a9c1d6c3dde04600fa5bf9a1461bfe50476bf742 Mon Sep 17 00:00:00 2001 From: Robin Burchell Date: Fri, 20 Jan 2012 17:27:47 +0200 Subject: 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 Reviewed-by: Richard J. Moore --- src/3rdparty/libgq/debian/rules | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100755 src/3rdparty/libgq/debian/rules (limited to 'src/3rdparty/libgq/debian/rules') 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 $@ -- cgit v1.2.3