~ubuntu-branches/ubuntu/precise/landscape-client/precise-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-04-08 09:46:24 UTC
  • Revision ID: james.westby@ubuntu.com-20110408094624-5gj18tfu1rq9oqoq
Tags: 11.02-0ubuntu0.11.04.1
* debian/control, debian/rules: Add quilt
* debian/patches/fix-landscape-monitor.patch: Fix landscape
  monitoring with gir1.0-gudev-1.0 installed. (LP: #747498)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
 
3
include /usr/share/quilt/quilt.make
 
4
 
3
5
dist_release := $(shell lsb_release -cs)
4
6
ifneq ($(dist_release),dapper)
5
7
  use_pycentral = yes
24
26
landscape_common_substvars = debian/landscape-common.substvars
25
27
landscape_client_substvars = debian/landscape-client.substvars
26
28
 
27
 
build: build-stamp
 
29
build: patch build-stamp
28
30
build-stamp:
29
31
        dh_testdir
30
32
        sed -i -e "s/^DEBIAN_REVISION = \"\"/DEBIAN_REVISION = \"-$(revision)\"/g" landscape/__init__.py