[pkg-boost-commits] r14257 - boost-build/trunk/debian

smr at alioth.debian.org smr at alioth.debian.org
Wed Aug 6 05:23:43 UTC 2008


Author: smr
Date: 2008-08-06 05:23:42 +0000 (Wed, 06 Aug 2008)
New Revision: 14257

Modified:
   boost-build/trunk/debian/control
   boost-build/trunk/debian/copyright
Log:
Fix descriptions, copyright file.

Modified: boost-build/trunk/debian/control
===================================================================
--- boost-build/trunk/debian/control	2008-08-06 05:18:26 UTC (rev 14256)
+++ boost-build/trunk/debian/control	2008-08-06 05:23:42 UTC (rev 14257)
@@ -10,7 +10,7 @@
 Package: boost-build
 Architecture: all
 Depends: bjam (>> 3.1.9-1)
-Description: Boost.Build is a cross-platform build system for C++ projects.
+Description: cross-platform build system for C++ projects
  Boost.Build is an easy way to build C++ projects, everywhere. You
  name you executables and libraries and list their
  sources. Boost.Build takes care about compiling your sources with
@@ -22,12 +22,15 @@
  Some of the most important features:
  .
     * Simple and high level build description. 
-    * Portability. Most important build properties have symbolic names that work everywhere. 
-    * Variant builds. When you build the same project twice with different properties, all produced files 
-      are placed in different directories, so you can build with 2 versions of gcc, or both debug and 
+    * Portability. Most important build properties have symbolic names that
+      work everywhere. 
+    * Variant builds. When you build the same project twice with different 
+      properties, all produced files are placed in different directories, 
+      so you can build with 2 versions of gcc, or both debug and 
       release variants in one invocation.
-    * Global dependencies. No matter what directory you build in, Boost.Build will always check all 
-      dependencies in your entire project, preventing inconsistent binaries. 
-    * Usage requirements. A target can specify properties, like include paths and preprocessor defines, 
-      that are necessary to use it. Those properties will be automatically applied whenever 
-      the target is used.
+    * Global dependencies. No matter what directory you build in, Boost.Build 
+      will always check all dependencies in your entire project, preventing
+      inconsistent binaries. 
+    * Usage requirements. A target can specify properties, like include paths
+      and preprocessor defines, that are necessary to use it. Those properties
+      will be automatically applied whenever the target is used.

Modified: boost-build/trunk/debian/copyright
===================================================================
--- boost-build/trunk/debian/copyright	2008-08-06 05:18:26 UTC (rev 14256)
+++ boost-build/trunk/debian/copyright	2008-08-06 05:23:42 UTC (rev 14257)
@@ -6,6 +6,11 @@
 
 Copyright:
 
+# Copyright 2003, 2005 Dave Abrahams
+# Copyright 2006 Rene Rivera
+# Copyright 2003, 2004, 2005, 2006 Vladimir Prus
+# Distributed under the Boost Software License, Version 1.0.
+
 Boost Software License - Version 1.0 - August 17th, 2003
 
 Permission is hereby granted, free of charge, to any person or organization




More information about the pkg-boost-commits mailing list