~ubuntu-branches/ubuntu/lucid/docky/lucid-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2010-02-17 15:10:07 UTC
  • Revision ID: james.westby@ubuntu.com-20100217151007-q2u7guh2w51kbf4g
Tags: 2.0.0-0ubuntu1
Initial release (Closes: #570180)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
# -*- makefile -*-
 
3
# Uncomment this to turn on verbose mode.
 
4
#export DH_VERBOSE=1
 
5
 
 
6
include /usr/share/cli-common/cli.make
 
7
 
 
8
override_dh_pysupport:
 
9
        dh_pysupport usr/share/docky/helpers
 
10
 
 
11
override_dh_auto_configure:
 
12
        dh_auto_configure -- MCS=/usr/bin/mono-csc
 
13
 
 
14
override_dh_auto_install:
 
15
        dh_auto_install
 
16
# Upstream installs the metadata as executable.
 
17
        chmod -x debian/tmp/usr/share/docky/helpers/metadata/*.info
 
18
# The NetworkManager docklet requires an unreleased ndesk-dbus to work.
 
19
        rm debian/tmp/usr/lib/docky/plugins/NetworkManager.dll
 
20
 
 
21
override_dh_makeclilibs:
 
22
# Docky's gio-sharp is private
 
23
        dh_makeclilibs -X usr/lib/docky/*
 
24
 
 
25
%:
 
26
        dh  $@