~fitbit-accomplishment-maintainers/account-plugin-fitbit/trunk

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Ken VanDine
  • Date: 2012-12-03 03:25:49 UTC
  • Revision ID: ken.vandine@canonical.com-20121203032549-5778wm8pnpkddfli
fixed up some packaging bits

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#export DH_VERBOSE=1
6
6
 
7
7
override_dh_autoreconf:
8
 
        dh_autoreconf ./autogen.sh
 
8
        NOCONFIGURE=1 ./autogen.sh
9
9
 
10
10
override_dh_auto_configure:
11
11
        dh_auto_configure -- --with-fitbit-consumer-key="e47deba61e904c469392040aee772092" \
12
12
                --with-fitbit-consumer-secret="a5ae28cb96854344834e7174b881d88d"
13
13
 
 
14
override_dh_install:
 
15
        rm debian/*/usr/lib/*/*/*.la
 
16
        dh_install --fail-missing
 
17
 
14
18
override_dh_auto_test:
15
19
 
16
20
%: