~ubuntu-branches/ubuntu/quantal/gst-plugins-bad0.10/quantal-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2011-04-05 15:21:21 UTC
  • Revision ID: james.westby@ubuntu.com-20110405152121-u6occbm01342fqu5
Tags: 0.10.21-1ubuntu11
* debian/rules:
  + Set AUTOPOINT=true to prevent autoreconf from breaking
    the patched gettext setup used by gstreamer. 

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
# make autoreconf not call libtoolize since we ship a patch for ltmain.sh
8
9
export LIBTOOLIZE=true
 
10
# make autoreconf not call autopoint since we ship a patch for po/Makefile.in.in
 
11
export AUTOPOINT=true
9
12
 
10
13
CFLAGS += -Wno-error
11
14
CXXFLAGS += -Wno-error