~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: 2012-08-21 11:35:12 UTC
  • mfrom: (0.3.1) (16.1.31 sid)
  • Revision ID: package-import@ubuntu.com-20120821113512-51c93p4iw75wbpud
Tags: 1.1.4-1
* New upstream bugfix release.
* Remove 0001-devicedb_updates.patch, applied upstream.
* Remove kfreebsd/hurd's patches, they are no longer needed.
* Switch dh_autoreconf -> dh_autotools_dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        $(XP) $(DB2MAN) $<
33
33
 
34
34
%:
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 -f config.rpath
43
 
        dh_autoreconf_clean
 
35
        dh $@ --with autotools_dev
44
36
 
45
37
override_dh_auto_configure: $(SUBSTFILES) debian/control
46
38
        # Save file modified by configure
47
 
        ( test -e src/gphoto2-endian.h-orig -o ! \( -e src/gphoto2-endian.h \) ) \
 
39
        test -e src/gphoto2-endian.h-orig \
48
40
                || cp src/gphoto2-endian.h src/gphoto2-endian.h-orig
49
41
        dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS)
50
42