~linaro-maintainers/compiz-plugins-main/overlay-gl

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Alexandros Frantzis
  • Date: 2012-04-20 12:09:00 UTC
  • Revision ID: alexandros.frantzis@linaro.org-20120420120900-zum58u2c173gi7u3
* debian/*:
  - Sync with latest precise package 1:0.9.7.0~bzr19-0ubuntu10

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
 
  
3
 
include /usr/share/cdbs/1/rules/debhelper.mk
4
 
include /usr/share/cdbs/1/class/autotools.mk
5
 
include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
2
# -*- makefile -*-
 
3
 
 
4
# Uncomment this to turn on verbose mode.
 
5
#export DH_VERBOSE=1
 
6
 
 
7
CORE_ABIVERSION := $(shell sed -rn 's/^\#define[[:space:]]+CORE_ABIVERSION[[:space:]]+//p' /usr/include/compiz/core/abiversion.h )
 
8
 
 
9
override_dh_auto_configure:
 
10
        dh_auto_configure -- -DCOMPIZ_BUILD_WITH_RPATH=FALSE -DCOMPIZ_PACKAGING_ENABLED=TRUE -DCOMPIZ_PLUGIN_INSTALL_TYPE=package -DUSE_GSETTINGS=OFF -DCOMPIZ_DISABLE_GS_SCHEMAS_INSTALL=ON -DBUILD_GLES=ON
 
11
 
 
12
override_dh_gencontrol:
 
13
        dh_gencontrol -- -Vcoreabiversion=$(CORE_ABIVERSION)
 
14
 
 
15
%:
 
16
        dh --parallel --with quilt $@
 
17