~ps-jenkins/friends/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Robert Bruce Park
  • Date: 2013-01-14 23:11:35 UTC
  • mfrom: (7.3.46 packaging)
  • Revision ID: robert.park@canonical.com-20130114231135-wpllzup7uwpwk8ha
Release 0.1.0, with inlined packaging metadata.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
# -*- makefile -*-
 
3
# Sample debian/rules that uses debhelper.
 
4
# This file was originally written by Joey Hess and Craig Small.
 
5
# As a special exception, when this file is copied by dh-make into a
 
6
# dh-make output file, you may use that output file without restriction.
 
7
# This special exception was added by Craig Small in version 0.37 of dh-make.
 
8
 
 
9
# Uncomment this to turn on verbose mode.
 
10
#export DH_VERBOSE=1
 
11
 
 
12
override_dh_auto_clean:
 
13
        python3 setup.py clean -a
 
14
 
 
15
override_dh_auto_build:
 
16
        python3 setup.py build
 
17
 
 
18
override_dh_auto_install:
 
19
        python3 setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb
 
20
        python3 setup.py install_service_files -d $(CURDIR)/debian/tmp/usr
 
21
 
 
22
override_dh_auto_test:
 
23
        dbus-test-runner -t make -p check -m 60
 
24
 
 
25
%:
 
26
        dh $@ --with python3