summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
authorSebastien Bacher <seb128@ubuntu.com>2012-09-03 12:27:44 +0200
committerSebastien Bacher <seb128@ubuntu.com>2012-09-03 12:27:44 +0200
commit859d8a878515bdeddb6030e7a9f58366dcfff81b (patch)
tree9dd42c08074a09b1ada140ef11db890b3ec72575 /debian/rules
parent453d6e8150310c03e2f9d027c0c1a3fff7c57105 (diff)
releasing version 6.4.0-0ubuntu4
(bzr r55.3.717)
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules19
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/rules b/debian/rules
index 1a6b5a49c..036ef78bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,25 +18,6 @@ NUX_ABIVERSION := $(shell sed -rn 's/^\#define[[:space:]]+NUX_ABIVERSION[[:space
LIBUNITY_PRIVATE := $(shell pkg-config --libs-only-L unity-protocol-private | sed -e 's/-L\(.*\)/\1/' )
-override_dh_quilt_patch:
- dh_quilt_patch
- if test -r debian/patches/series.$(DEB_HOST_ARCH); then \
- pc=".pc.$(DEB_HOST_ARCH)"; \
- test -d "$(CURDIR)/$$pc" || mkdir "$(CURDIR)/$$pc"; \
- cp debian/patches/series.$(DEB_HOST_ARCH) $(CURDIR)/$$pc/series; \
- cd $(CURDIR); \
- QUILT_PC="$$pc" quilt upgrade || true; \
- QUILT_PC="$$pc" QUILT_PATCHES="debian/patches/" quilt push -a || true; \
- fi; \
-
-override_dh_quilt_unpatch:
- if test -r debian/patches/series.$(DEB_HOST_ARCH); then \
- pc=".pc.$(DEB_HOST_ARCH)"; \
- cd $(CURDIR); \
- QUILT_PC="$$pc" QUILT_PATCHES="debian/patches/" quilt pop -a || true; \
- fi; \
- dh_quilt_unpatch
-
override_dh_auto_configure:
ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(gles2_architectures)))
dh_auto_configure -- -DUSE_GSETTINGS=TRUE -DCOMPIZ_BUILD_WITH_RPATH=FALSE -DCOMPIZ_PACKAGING_ENABLED=TRUE -DCOMPIZ_PLUGIN_INSTALL_TYPE=package -DBUILD_GLES=TRUE -DDISABLE_MAINTAINER_CFLAGS=ON