~jdstrand/nuntium/nuntium-lp1296415

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: CI bot
  • Author(s): Sergio Schvezov
  • Date: 2014-06-21 19:53:36 UTC
  • mfrom: (42.1.5 nuntium)
  • Revision ID: ps-jenkins@lists.canonical.com-20140621195336-5f0d3qbj79sugzr8
Decoding well known media types in the push notification. Fixes: 1330917

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
export DH_OPTIONS
5
5
export DH_GOPKG := launchpad.net/nuntium
6
6
 
 
7
DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
8
 
7
9
%:
8
10
        dh $@ \
9
11
                --buildsystem=golang \
10
12
                --with=golang \
11
13
                --fail-missing
12
14
 
 
15
override_dh_auto_test:
 
16
# The test runners panic when running on powerpc64.
 
17
ifneq ($(DEB_HOST_ARCH),powerpc)
 
18
        dh_auto_test
 
19
endif
 
20
        
13
21
override_dh_auto_install:
14
22
        dh_auto_install -O--buildsystem=golang
15
23
        mv ${CURDIR}/debian/tmp/usr/bin/decode-cli \