~ubuntu-branches/ubuntu/utopic/serpentine/utopic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-03-23 18:08:56 UTC
  • Revision ID: james.westby@ubuntu.com-20080323180856-3kj9x2zktc1s81fb
Tags: 0.9-5ubuntu1
* Merge from debian unstable, remaining changes (LP: #199014):
  - Use a recommends on gstreamer0.10-plugins-ugly, not a depends
  - Reformat Build-Dep and Build-Dep-Indep so source package builds
  - Modify Maintainer value to match the DebianMaintainerField
    specification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
include /usr/share/cdbs/1/rules/debhelper.mk
4
4
include /usr/share/cdbs/1/rules/simple-patchsys.mk
5
5
include /usr/share/cdbs/1/class/gnome.mk
 
6
include /usr/share/cdbs/1/rules/utils.mk
 
7
 
 
8
DEB_CONFIGURE_EXTRA_FLAGS += --enable-muine
 
9
 
 
10
export MONO_SHARED_DIR := $(CURDIR)
6
11
 
7
12
binary-install/serpentine::
8
13
        dh_pycentral -pserpentine
9
 
        dh_python -pserpentine
10
 
 
 
14
        if test -d debian/serpentine/usr/lib; then rmdir debian/serpentine/usr/lib; fi
 
15
 
 
16
common-binary-predeb-indep::
 
17
        dh_clideps -i
 
18
 
 
19
clean::
 
20
        rm -f muine-plugin/SerpentinePlugin.dll
 
21
        if test -d $(MONO_SHARED_DIR)/.wapi; then rmdir $(MONO_SHARED_DIR)/.wapi; fi