~ubuntu-branches/debian/experimental/libmtp/experimental

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-02-02 18:18:40 UTC
  • mfrom: (0.3.3)
  • Revision ID: package-import@ubuntu.com-20130202181840-52ujrckom7xftjy7
Tags: 1.1.5-42-g6e96316-1
* New upstream snapshot:
  - New devices:
    + Philips GoGear Ariaz/97
    + Some Acer's ICONIA tablets.
    + Some Archos' stuff.
    + Nokia Lumia 920
    + Fujitsu's F903iX HIGH-SPEED and STYLISTIC M532.
    + Sony Tablet P1 (and some more from Sony).
    + Motorola XT890
    + Google stuff of course.
    + Some Asus' Eeepad variants.
    + Huawei U8815.
    + ZTE Blade 3.
    + HTC EVO models and some else.
    + Amazon Kindles.
    + Intel Xolo 900.
    + Various unbranded stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        $(XP) $(DB2MAN) $<
33
33
 
34
34
%:
35
 
        dh $@ --with autotools_dev
 
35
        dh $@ --with autoreconf
 
36
 
 
37
override_dh_autoreconf:
 
38
        cp /usr/share/gnulib/build-aux/config.rpath .
 
39
        dh_autoreconf
 
40
 
 
41
override_dh_autoreconf_clean:
 
42
        rm -rf config.rpath
 
43
        dh_autoreconf_clean
36
44
 
37
45
override_dh_auto_configure: $(SUBSTFILES) debian/control
38
46
        # Save file modified by configure
39
 
        test -e src/gphoto2-endian.h-orig \
 
47
        ( test -e src/gphoto2-endian.h-orig -o ! \( -e src/gphoto2-endian.h \) ) \
40
48
                || cp src/gphoto2-endian.h src/gphoto2-endian.h-orig
41
49
        dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS)
42
50