~ubuntu-branches/ubuntu/trusty/vanessa-logger/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2014-01-13 23:30:16 UTC
  • Revision ID: package-import@ubuntu.com-20140113233016-2991xtmumkd0vohb
Tags: 0.0.10-1.1ubuntu1
* Use dh-autoreconf to get new libtool macros for ppc64el and update
  config.{sub,guess} for new arches.
* Build-depend on libltdl-dev to fix FTBFS while autoreconfing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
build: checkbuild build-stamp
9
9
build-stamp:
10
10
        dh_testdir
 
11
        dh_autoreconf
11
12
 
12
13
        ./configure $(cfg)
13
14
        $(MAKE)
20
21
 
21
22
        [ ! -f Makefile ] || $(MAKE) distclean
22
23
 
 
24
        dh_autoreconf_clean
23
25
        dh_clean
24
26
 
25
27
install: build