~ubuntu-branches/ubuntu/feisty/basilisk2/feisty

« back to all changes in this revision

Viewing changes to debian/cdbs/1/rules/buildinfo.mk

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2006-06-01 01:11:16 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060601011116-xjhegbgyfsxag5fl
Tags: 0.9.20060529-1
* New upstream CVS snapshot.
* Update local cdbs snippet copyright-check.mk:
  + Broaden scan to also look for "(c)" by default.
  + Make egrep options configurable.
  + Ignore auto-tools files.
* Bump up standards-version to 3.7.2 (no changes needed).
* Let dh_strip do the stripping (not the make install target).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- mode: makefile; coding: utf-8 -*-
2
 
# Copyright © 2004 Jonas Smedegaard <dr@jones.dk>
 
2
# Copyright © 2004-2005 Jonas Smedegaard <dr@jones.dk>
3
3
# Description: Generate and include build information
4
4
#
5
5
# This program is free software; you can redistribute it and/or
24
24
_cdbs_class_path ?= /usr/share/cdbs/1/class
25
25
endif
26
26
 
27
 
ifndef _cdbs_class_buildinfo
28
 
_cdbs_class_buildinfo := 1
 
27
ifndef _cdbs_rules_buildinfo
 
28
_cdbs_rules_buildinfo := 1
29
29
 
30
30
include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)
31
31