~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mfrom: (0.9.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080622211713-fpo2zrq3s5dfecxg
Tags: 1.7.0-3
Simplify /etc/moin/wikilist format: "USER URL" (drop unneeded middle
CONFIG_DIR that was wrongly advertised as DATA_DIR).  Make
moin-mass-migrate handle both formats and warn about deprecation of
the old one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# -*- mode: makefile; coding: utf-8 -*-
2
 
# Copyright © 2006 Jonas Smedegaard <dr@jones.dk>
3
 
# Description: Check for cdbs-autoupdate in DEB_BUILD_OPTIONS
4
 
#
5
 
# This program is free software; you can redistribute it and/or
6
 
# modify it under the terms of the GNU General Public License as
7
 
# published by the Free Software Foundation; either version 2, or (at
8
 
# your option) any later version.
9
 
#
10
 
# This program is distributed in the hope that it will be useful, but
11
 
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13
 
# General Public License for more details.
14
 
#
15
 
# You should have received a copy of the GNU General Public License
16
 
# along with this program; if not, write to the Free Software
17
 
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
18
 
# 02111-1307 USA.
19
 
 
20
 
_cdbs_scripts_path ?= /usr/lib/cdbs
21
 
_cdbs_rules_path ?= /usr/share/cdbs/1/rules
22
 
_cdbs_class_path ?= /usr/share/cdbs/1/class
23
 
 
24
 
include $(_cdbs_rules_path)/buildvars.mk$(_cdbs_makefile_suffix)
25
 
 
26
 
ifneq (,$(findstring cdbs-autoupdate,$(DEB_BUILD_OPTIONS)))
27
 
DEB_AUTO_UPDATE_DEBIAN_CONTROL = yes
28
 
endif
29
 
 
30
 
include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)