~ubuntu-branches/ubuntu/wily/gtk-sharp3/wily

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Mirco Bauer
  • Date: 2012-11-05 07:03:04 UTC
  • Revision ID: package-import@ubuntu.com-20121105070304-r0k8b9c3jakweg6h
Tags: 2.99.1~git20121105.135e4cd-1~exp1
Initial release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
DEB_API_VERSION = 2.99.0~git20120905.9704673
 
4
 
 
5
# override libdir to workaround multi-arched pkg-config paths
 
6
override_dh_auto_configure:
 
7
        dh_auto_configure -- \
 
8
                --libdir=/usr/lib \
 
9
                --enable-debug \
 
10
                CSC=/usr/bin/mono-csc
 
11
 
 
12
override_dh_makeclilibs:
 
13
        dh_makeclilibs -m $(DEB_API_VERSION)
 
14
 
 
15
# save space on CD images
 
16
override_dh_builddeb:
 
17
        dh_builddeb -- -Zxz
 
18
 
 
19
%:
 
20
        dh $@ --with cli
 
21