~ubuntu-branches/ubuntu/trusty/gst-libav1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2014-01-14 23:53:25 UTC
  • Revision ID: package-import@ubuntu.com-20140114235325-hkwjejt7bxej9wo5
Tags: 1.2.2-1ubuntu1
* Actually use dh-autoreconf to get new libtool macros for ppc64el.
* Drop 99_ltmain_as-needed.patch (use --as-needed in d/rules instead).
* Drop LIBTOOLIZE boolean in debian/rules, as we now want to do it with
  dh-autoreconf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
include /usr/share/cdbs/1/rules/utils.mk
6
6
include /usr/share/cdbs/1/rules/autoreconf.mk
7
7
 
8
 
export LIBTOOLIZE=true
9
8
export AUTOPOINT=true
10
9
 
 
10
DEB_DH_AUTORECONF_ARGS=--as-needed
 
11
 
11
12
export DEB_BUILD_MAINT_OPTIONS=hardening=-all
12
13
include /usr/share/dpkg/buildflags.mk
13
14