diff --git a/src/engine/debian/control b/src/engine/debian/control index c48aa4e9c..d415212b2 100644 --- a/src/engine/debian/control +++ b/src/engine/debian/control @@ -1,6 +1,6 @@ Source: bjam -Section: unknown -Priority: optional +Section: devel +Priority: extra Maintainer: Vladimir Prus Build-Depends: debhelper (>> 3.0.0) Standards-Version: 3.5.2 @@ -9,4 +9,8 @@ Package: bjam Architecture: any Depends: ${shlibs:Depends} Description: Build tool - + Boost.Jam is a portable build tool with its own interpreted language, which + allows to implement rather complex logic in a readable way and without resorting + to external programs. It is a descendant of Jam/MR tool modified to suit the + needs of Boost.Build. In particular, modules and rule parameters were added, + as well as several new builtins. diff --git a/src/engine/debian/copyright b/src/engine/debian/copyright index 76d3b767f..e0285a3e2 100644 --- a/src/engine/debian/copyright +++ b/src/engine/debian/copyright @@ -3,4 +3,22 @@ Wed, 17 July 2002, 19:27:00 +0400. Copyright: - + /+\ + +\ Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc. + \+/ + + This is Release 2.4 of Jam/MR, a make-like program. + + License is hereby granted to use this software and distribute it + freely, as long as this copyright notice is retained and modifications + are clearly marked. + + ALL WARRANTIES ARE HEREBY DISCLAIMED. + +Some portions are also: + + (C) Copyright David Abrahams 2001. Permission to copy, use, + modify, sell and distribute this software is granted provided this + copyright notice appears in all copies. This software is provided + "as is" without express or implied warranty, and with no claim as + to its suitability for any purpose.