~ubuntu-branches/ubuntu/karmic/quilt/karmic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Martin Quinson
  • Date: 2004-12-23 14:48:35 UTC
  • Revision ID: james.westby@ubuntu.com-20041223144835-r5tgpp5vjrxr803s
Tags: 0.37-4
Fix the 'patches' command (print the patch names again).
(Closes: #286293).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
# -*- mode: makefile; coding: utf-8 -*-
 
3
 
 
4
# $Id: rules,v 1.14 2004/12/08 19:04:26 mquinson Exp $
 
5
 
 
6
# Import Common Debian Build System (CDBS).
 
7
include /usr/share/cdbs/1/rules/debhelper.mk
 
8
include /usr/share/cdbs/1/class/autotools.mk
 
9
 
 
10
# Here is a badly nammed changelog file
 
11
DEB_INSTALL_CHANGELOGS_ALL = quilt.changes
 
12
 
 
13
# installing under debian/tmp...
 
14
DEB_MAKE_ENVVARS := BUILD_ROOT=$(CURDIR)/debian/tmp LC_ALL=C
 
15
 
 
16
# ... and moving it to the right dir using dh_install
 
17
DEB_DH_INSTALL_SOURCEDIR := debian/tmp
 
18
 
 
19
# force awk to be gawk, since mawk causes trouble
 
20
DEB_CONFIGURE_EXTRA_FLAGS := --with-awk=/usr/bin/gawk