~ubuntu-branches/ubuntu/raring/boost-build/raring

« back to all changes in this revision

Viewing changes to test/project-test3/project-root.jam

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2008-08-06 00:38:31 UTC
  • mfrom: (4.1.1 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080806003831-zr65893244swds0b
Tags: 2.0-m12-2
* debian/rules: Do not install /etc/user-config.jam.
* debian/site-config.jam: New.  Install into /etc instead of empty
  example.  Closes: #493323.

* debian/control: Update homepage.  Update description.  Closes:
  #493510.  Update Standards-Version to 3.8.0; no changes.

* debian/compat: New.  Set compat level to 7.
* debian/rules: Remove DH_COMPAT setting.
* debian/control: Change debhelper build-dep to version >= 7.

* debian/control: Remove docbook-to-man, bison from build-deps.

* debian/rules: Clean up upstream source by removing debian/conffiles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright 2002-2005 Vladimir Prus.
 
2
# Distributed under the Boost Software License, Version 1.0.
 
3
#    (See accompanying file LICENSE_1_0.txt or copy at
 
4
#         http://www.boost.org/LICENSE_1_0.txt)
1
5
 
2
6
import gcc ;
3
7
import property ;
7
11
    local r ;
8
12
    for local p in $(properties)
9
13
    {
10
 
        if $(p:G) != <action>
11
 
        {
12
 
            r += $(p) ;
13
 
        }
 
14
        if $(p:G) != <action>
 
15
        {
 
16
            r += $(p) ;
 
17
        }
14
18
    }
15
19
    return [ property.as-path
16
20
        [ property.remove incidental : $(r) ] ] ;