~didrocks/lightdm/packaging-cleanup

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Tarmac
  • Author(s): Robert Ancell
  • Date: 2013-06-20 07:21:08 UTC
  • mfrom: (1619.1.1 unity-disable-tests)
  • Revision ID: tarmac-20130620072108-t2aqfmqlg5llp19x
Disable tests - they're not working in the PPA.

Approved by PS Jenkins bot, Chris Halse Rogers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
override_dh_auto_configure:
14
14
        dh_auto_configure -- --with-greeter-user=lightdm --with-user-session=ubuntu --enable-gtk-doc
15
15
 
 
16
# Disable tests - they're not working in the PPA
 
17
override_dh_auto_test:
 
18
 
16
19
override_dh_install:
17
20
        #Remove .la and .a files.
18
21
        find debian/tmp/usr/lib/ -name *.a |xargs rm