~ubuntu-branches/ubuntu/maverick/gnubiff/maverick

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Adrien Cunin
  • Date: 2007-05-03 23:04:11 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070503230411-t6tf8qmx3h4rkzkc
Tags: 2.2.6-2ubuntu1
* Merge from Debian unstable. Remaining Ubuntu change:
   - Update the libfam-dev build-dep to libgamin-dev instead
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Uncomment this to turn on verbose mode.
4
4
#export DH_VERBOSE=1
5
5
 
6
 
# This is the debhelper compatability version to use.
7
 
export DH_COMPAT=4
8
 
 
9
6
# These are used for cross-compiling and for saving the configure script
10
7
# from having to guess our platform (since we know it already)
11
8
DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)