[Pkg-awstats-commits] r38 - awstats/trunk/debian/cdbs/1/rules

Jonas Smedegaard js at costa.debian.org
Sun Jan 15 20:44:21 UTC 2006


Author: js
Date: 2006-01-15 20:44:21 +0000 (Sun, 15 Jan 2006)
New Revision: 38

Modified:
   awstats/trunk/debian/cdbs/1/rules/buildinfo.mk
Log:
Update buildinfo.mk cdbs snippet to correct namespace.

Modified: awstats/trunk/debian/cdbs/1/rules/buildinfo.mk
===================================================================
--- awstats/trunk/debian/cdbs/1/rules/buildinfo.mk	2006-01-15 20:43:28 UTC (rev 37)
+++ awstats/trunk/debian/cdbs/1/rules/buildinfo.mk	2006-01-15 20:44:21 UTC (rev 38)
@@ -1,5 +1,5 @@
 # -*- mode: makefile; coding: utf-8 -*-
-# Copyright © 2004 Jonas Smedegaard <dr at jones.dk>
+# Copyright © 2004-2005 Jonas Smedegaard <dr at jones.dk>
 # Description: Generate and include build information
 #
 # This program is free software; you can redistribute it and/or
@@ -24,8 +24,8 @@
 _cdbs_class_path ?= /usr/share/cdbs/1/class
 endif
 
-ifndef _cdbs_class_buildinfo
-_cdbs_class_buildinfo := 1
+ifndef _cdbs_rules_buildinfo
+_cdbs_rules_buildinfo := 1
 
 include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)
 




More information about the Pkg-awstats-commits mailing list