~ubuntu-branches/ubuntu/karmic/shadow/karmic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-10-17 09:09:52 UTC
  • Revision ID: james.westby@ubuntu.com-20061017090952-54mkieeqs66fu1ae
Tags: 1:4.0.16-2ubuntu3
* Fix FTBFS due to new gettext 0.15:
  - debian/rules: Use automake 1.9 instead of 1.7, 1.7 breaks with newer
    gettext.
  - Add debian/patches/593_po_mkinstalldirs: Hardcode the value of
    'mkinstalldirs' in po/Makefile.in.in instead of using @MKINSTALLDIRS@.
    The latter has been removed from gettext 0.15. This is a Gross Hack™,
    but has to do for Edgy.
  - Closes: LP#66506

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
include /usr/share/cdbs/1/class/autotools.mk
22
22
# Automatically update autoconf, etc.
23
 
DEB_AUTO_UPDATE_ACLOCAL  = 1.7
24
 
DEB_AUTO_UPDATE_AUTOCONF = 1.7
25
 
DEB_AUTO_UPDATE_AUTOMAKE = 1.7
 
23
DEB_AUTO_UPDATE_ACLOCAL  = 1.9
 
24
DEB_AUTO_UPDATE_AUTOCONF = 1.9
 
25
DEB_AUTO_UPDATE_AUTOMAKE = 1.9
26
26
 
27
27
# Adds extra options when calling the configure script:
28
28
DEB_CONFIGURE_EXTRA_FLAGS := --disable-shared --without-libcrack --mandir=/usr/share/man --with-libpam --enable-shadowgrp --enable-man