~ubuntu-branches/ubuntu/wily/psqlodbc/wily-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Christoph Berg
  • Date: 2014-05-29 23:17:25 UTC
  • mfrom: (16.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20140529231725-nhpolx85545e4rk8
Tags: 1:09.03.0300-1
* New upstream release.
* Patch bogus expected output of test catalogfunctions.
* Set team as maintainer.
* Bump to dh 9.
* Use /usr/share/cdbs/1/rules/autoreconf.mk. Closes: #744650.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        rm -rf $(tempdir)
15
15
        rm -f debian/install
16
16
        rm -f test/src/common.o
 
17
        rm -f *.log
17
18
 
18
19
include /usr/share/cdbs/1/class/autotools.mk
19
20
include /usr/share/cdbs/1/rules/debhelper.mk
 
21
include /usr/share/cdbs/1/rules/autoreconf.mk
20
22
 
21
23
DEB_CONFIGURE_EXTRA_FLAGS = --libdir=/usr/lib/$(DEB_HOST_MULTIARCH)/odbc --with-unixodbc
22
24