~ps-jenkins/ubuntu-push/ubuntu-vivid-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: john.lenton at canonical
  • Date: 2014-01-27 02:34:28 UTC
  • mto: This revision was merged to the branch mainline in revision 85.
  • Revision ID: john.lenton@canonical.com-20140127023428-k6b748sc0591ab4v
firstĀ packagingĀ attempt

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
# -*- makefile -*-
 
3
 
 
4
export DH_VERBOSE=1
 
5
export DH_GOPKG := launchpad.net/ubuntu-push
 
6
 
 
7
# Tests are currently broken
 
8
override_dh_auto_test:
 
9
 
 
10
override_dh_install:
 
11
        mv -v debian/ubuntu-push-client debian/tmp
 
12
        mkdir -vp debian/ubuntu-push-client/usr/bin
 
13
        mv -v debian/tmp/usr/bin/client debian/ubuntu-push-client/usr/bin/ubuntu-push-client
 
14
 
 
15
%:
 
16
        dh $@ --buildsystem=golang --with=golang --fail-missing