~fioan89/slidewall/slidewall

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: fioan89 at gmail
  • Date: 2013-05-30 08:52:32 UTC
  • Revision ID: fioan89@gmail.com-20130530085232-mlmcevfcbg29j66i
Small changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        dh $@ --with python2
7
7
endif
8
8
 
 
9
override_dh_auto_install:
 
10
        dh_auto_install -- --install-scripts=/opt/extras.ubuntu.com/slidewall/bin                 --install-data=/opt/extras.ubuntu.com/slidewall                 --install-lib=/opt/extras.ubuntu.com/slidewall
 
11
 
 
12
override_dh_python2:
 
13
        dh_python2 /opt/extras.ubuntu.com/slidewall
9
14