~ubuntu-branches/ubuntu/karmic/awstats/karmic

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Nico Golde
  • Date: 2008-12-10 13:05:43 UTC
  • mfrom: (7.1.10 intrepid)
  • Revision ID: james.westby@ubuntu.com-20081210130543-2sh59pphufllknju
Tags: 6.7.dfsg-5.1
* Non-maintainer upload by the Security Team.
* Strip '"' characters during URL decoding, fixing a cross-site
  scripting attack (CVE-2008-3714; CVE-2008-5080; Closes: #495432).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- mode: makefile; coding: utf-8 -*-
2
 
# Copyright © 2004-2005 Jonas Smedegaard <dr@jones.dk>
 
2
# Copyright © 2004-2006 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
17
17
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
18
18
# 02111-1307 USA.
19
19
 
20
 
 
21
 
ifndef _cdbs_bootstrap
22
20
_cdbs_scripts_path ?= /usr/lib/cdbs
23
21
_cdbs_rules_path ?= /usr/share/cdbs/1/rules
24
22
_cdbs_class_path ?= /usr/share/cdbs/1/class
25
 
endif
26
23
 
27
24
ifndef _cdbs_rules_buildinfo
28
 
_cdbs_rules_buildinfo := 1
 
25
_cdbs_rules_buildinfo = 1
29
26
 
30
27
include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)
31
28
 
35
32
 
36
33
debian/stamp-buildinfo:
37
34
        dh_buildinfo
 
35
        touch debian/stamp-buildinfo
38
36
 
39
37
clean::
40
38
        rm -f debian/stamp-buildinfo