~ubuntu-branches/ubuntu/trusty/lasso/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Frederic Peters
  • Date: 2014-01-07 13:22:21 UTC
  • mfrom: (1.1.11) (7.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20140107132221-htp0go0s9z5lqvj8
Tags: 2.4.0-1
* New upstream version.
* debian/control, debian/rules: use autoreconf
* debian/source/version: switch to 3.0 (quilt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
config.status: configure
65
65
        dh_testdir
66
66
        # Add here commands to configure the package.
 
67
        autoreconf -fi
67
68
        CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) $(CONFIGURE_ARGS)
68
69
 
69
70
 
97
98
 
98
99
 
99
100
        [ ! -f Makefile ] || $(MAKE) distclean
100
 
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
101
 
        cp -f /usr/share/misc/config.sub config.sub
102
 
endif
103
 
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
104
 
        cp -f /usr/share/misc/config.guess config.guess
105
 
endif
106
101
 
107
102
        for v in $(OTHERPYVERS); do \
108
103
          rm -rf bindings/python$$v; \