[pkg-boost-commits] r14162 - boost/trunk/debian

smr at alioth.debian.org smr at alioth.debian.org
Mon Feb 18 22:14:13 UTC 2008


Author: smr
Date: 2008-02-18 22:14:13 +0000 (Mon, 18 Feb 2008)
New Revision: 14162

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/control
Log:
Fix lintian warning description-contains-homepage

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2008-02-18 21:48:34 UTC (rev 14161)
+++ boost/trunk/debian/changelog	2008-02-18 22:14:13 UTC (rev 14162)
@@ -2,8 +2,12 @@
 
   * debian/rules: Replace all use of $(PWD) and `pwd` by $(CURDIR); clears
     up lintian warning debian-rules-uses-pwd.
+  
+  * debian/control: Move the homepage lines from the extended descriptions
+    to a proper header; clears up lintian warning
+    description-contains-homepage.
 
- -- Steve M. Robbins <smr at debian.org>  Mon, 18 Feb 2008 15:47:20 -0600
+ -- Steve M. Robbins <smr at debian.org>  Mon, 18 Feb 2008 16:13:32 -0600
 
 boost (1.34.1-7) unstable; urgency=low
 

Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control	2008-02-18 21:48:34 UTC (rev 14161)
+++ boost/trunk/debian/control	2008-02-18 22:14:13 UTC (rev 14162)
@@ -1,4 +1,5 @@
 Source: boost
+Homepage: http://www.boost.org/
 Section: libs
 Priority: optional
 Maintainer: Debian Boost Team <pkg-boost-devel at lists.alioth.debian.org>
@@ -7,6 +8,7 @@
 Standards-Version: 3.7.2
 
 Package: bcp
+Homepage: http://www.boost.org/tools/bcp/bcp.html
 Architecture: any
 Section: libdevel
 Depends: ${shlibs:Depends}, libboost-dev, libboost-date-time-dev, libboost-filesystem-dev, libboost-graph-dev, libboost-iostreams-dev, libboost-program-options-dev, libboost-python-dev, libboost-regex-dev, libboost-serialization-dev, libboost-signals-dev, libboost-test-dev, libboost-thread-dev, libboost-wave-dev
@@ -20,8 +22,6 @@
  .
  bcp can also report on which parts of Boost your code is dependent on,
  and what licences are used by those dependencies.
- .
-  Homepage: http://www.boost.org/tools/bcp/bcp.html
 
 Package: libboost-dbg
 Architecture: any
@@ -34,8 +34,6 @@
  .
  These libraries are built with debug symbols. They are useful to debug
  programs which use Boost. These must be used also at build/link time.
- .
-  Homepage: http://www.boost.org/
 
 Package: libboost-dev
 Architecture: any
@@ -53,10 +51,9 @@
  .
  For the following subprojects separate packages exist: 
  date-time, filesystem, graph, python, regex, signals, test, and thread.
- .
-  Homepage: http://www.boost.org/
 
 Package: libboost-doc
+Homepage: http://www.boost.org/libs/
 Architecture: all
 Section: doc
 Replaces: libboost-dev (<< 1.27.0-4)
@@ -73,8 +70,6 @@
  This is documentation for the libboost-dev package in HTML format.
  Some pages point to header files provided in libboost-dev package,
  so it is suggested to install the latter as well.
- .
-  Homepage: http://www.boost.org/libs/
 
 Package: libboost-date-time1.34.1
 Architecture: any
@@ -89,6 +84,7 @@
   Homepage: http://www.boost.org/libs/date_time/
 
 Package: libboost-date-time-dev
+Homepage: http://www.boost.org/libs/date_time/
 Architecture: any
 Section: libdevel
 Depends: libboost-dev (= ${binary:Version}), libboost-date-time1.34.1 (= ${binary:Version})
@@ -98,10 +94,9 @@
  .
  These libraries are intended to make programming with dates and times
  almost as simple and natural as programming with strings and integers.
- .
-  Homepage: http://www.boost.org/libs/date_time/
 
 Package: libboost-filesystem1.34.1
+Homepage: http://boost.org/libs/filesystem/
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}
@@ -111,10 +106,9 @@
  The Boost Filesystem Library provides portable facilities to query and 
  manipulate paths, files, and directories.  The goal is to
  facilitate portable script-like operations from within C++ programs.
- .
-  Homepage: http://boost.org/libs/filesystem/
 
 Package: libboost-filesystem-dev
+Homepage: http://boost.org/libs/filesystem/
 Architecture: any
 Section: libdevel
 Depends: libboost-dev (= ${binary:Version}), libboost-filesystem1.34.1 (= ${binary:Version})
@@ -125,10 +119,9 @@
  The Boost Filesystem Library provides portable facilities to query and 
  manipulate paths, files, and directories.  The goal is to
  facilitate portable script-like operations from within C++ programs.
- .
-  Homepage: http://boost.org/libs/filesystem/
 
 Package: libboost-graph1.34.1
+Homepage: http://www.boost.org/libs/graph/
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}
@@ -141,10 +134,9 @@
  abstractions must also be represented in computer programs. A
  standardized generic interface for traversing graphs is of utmost
  importance to encourage reuse of graph algorithms and data structures.
- .
-  Homepage: http://www.boost.org/libs/graph/
 
 Package: libboost-graph-dev
+Homepage: http://www.boost.org/libs/graph/
 Architecture: any
 Section: libdevel
 Depends: libboost-dev (= ${binary:Version})
@@ -157,10 +149,9 @@
  abstractions must also be represented in computer programs. A
  standardized generic interface for traversing graphs is of utmost
  importance to encourage reuse of graph algorithms and data structures.
- .
-  Homepage: http://www.boost.org/libs/graph/
 
 Package: libboost-iostreams1.34.1
+Homepage: http://www.boost.org/libs/iostreams/
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}
@@ -170,10 +161,9 @@
  Boost.Iostreams are a collection of concepts and set of templates
  which turn models of these concepts into C++ standard library streams
  and stream buffers.
- .
-  Homepage: http://www.boost.org/libs/iostreams/
 
 Package: libboost-iostreams-dev
+Homepage: http://www.boost.org/libs/iostreams/
 Architecture: any
 Section: libdevel
 Depends: libboost-dev (= ${binary:Version}), libboost-iostreams1.34.1 (= ${binary:Version})
@@ -184,10 +174,9 @@
  Boost.Iostreams are a collection of concepts and set of templates
  which turn models of these concepts into C++ standard library streams
  and stream buffers.
- .
-  Homepage: http://www.boost.org/libs/iostreams/
 
 Package: libboost-program-options1.34.1
+Homepage: http://www.boost.org/libs/program_options/
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}
@@ -197,10 +186,9 @@
  Library to let program developers obtain program options, that is
  (name, value) pairs from the user, via conventional methods such as
  command line and config file.
- .
-  Homepage: http://www.boost.org/libs/program_options/
 
 Package: libboost-program-options-dev
+Homepage: http://www.boost.org/libs/program_options/
 Architecture: any
 Section: libdevel
 Depends: libboost-dev (= ${binary:Version}), libboost-program-options1.34.1 (= ${binary:Version})
@@ -210,10 +198,9 @@
  Library to let program developers obtain program options, that is
  (name, value) pairs from the user, via conventional methods such as
  command line and config file.
- .
-  Homepage: http://www.boost.org/libs/program_options/
 
 Package: libboost-python1.34.1
+Homepage: http://www.boost.org/libs/python/
 Architecture: any
 Section: python
 Depends: ${shlibs:Depends}
@@ -230,10 +217,9 @@
  Subclassing extension types in Python, Overriding virtual functions
  in Python, Member function Overloading, Automatic wrapping of
  numeric operators among others.
- .
-  Homepage: http://www.boost.org/libs/python/
 
 Package: libboost-python-dev
+Homepage: http://www.boost.org/libs/python/
 Architecture: any
 Section: libdevel
 Depends: libboost-dev (= ${binary:Version}), libboost-python1.34.1 (= ${binary:Version}), python2.4-dev
@@ -251,10 +237,9 @@
  Subclassing extension types in Python, Overriding virtual functions
  in Python, Member function Overloading, Automatic wrapping of
  numeric operators among others.
- .
-  Homepage: http://www.boost.org/libs/python/
 
 Package: libboost-regex1.34.1
+Homepage: http://www.boost.org/libs/regex/
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}
@@ -271,10 +256,9 @@
  with wide character strings, or search and replace operations (in a
  manner analogous to either sed or perl), something that traditional C
  libraries can not do.
- .
-  Homepage: http://www.boost.org/libs/regex/
 
 Package: libboost-regex-dev
+Homepage: http://www.boost.org/libs/regex/
 Architecture: any
 Section: libdevel
 Depends: libboost-dev (= ${binary:Version}), libboost-regex1.34.1 (= ${binary:Version}), libicu-dev
@@ -291,10 +275,9 @@
  with wide character strings, or search and replace operations (in a
  manner analogous to either sed or perl), something that traditional C
  libraries can not do.
- .
-  Homepage: http://www.boost.org/libs/regex/
 
 Package: libboost-serialization1.34.1
+Homepage: http://www.boost.org/libs/serialization/
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}
@@ -311,10 +294,9 @@
  serialization: the reversible deconstruction of an arbitrary set of
  C++ data structures to a sequence of bytes.
  archive: to refer to a specific rendering of this stream of bytes.
- .
-  Homepage: http://www.boost.org/libs/serialization/
 
 Package: libboost-serialization-dev
+Homepage: http://www.boost.org/libs/serialization/
 Architecture: any
 Section: libdevel
 Depends: libboost-dev (= ${binary:Version}), libboost-serialization1.34.1 (= ${binary:Version})
@@ -332,10 +314,9 @@
  serialization: the reversible deconstruction of an arbitrary set of
  C++ data structures to a sequence of bytes.
  archive: to refer to a specific rendering of this stream of bytes.
- .
-  Homepage: http://www.boost.org/libs/serialization/
 
 Package: libboost-signals1.34.1
+Homepage: http://www.boost.org/libs/signals/
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}
@@ -347,10 +328,9 @@
  to some set of slots, which are callback receivers (also called event
  targets or subscribers), which are called when the signal is
  "emitted."
- .
-  Homepage: http://www.boost.org/libs/signals/
 
 Package: libboost-signals-dev
+Homepage: http://www.boost.org/libs/signals/
 Architecture: any
 Section: libdevel
 Depends: libboost-dev (= ${binary:Version}), libboost-signals1.34.1 (= ${binary:Version})
@@ -362,10 +342,9 @@
  to some set of slots, which are callback receivers (also called event
  targets or subscribers), which are called when the signal is
  "emitted."
- .
-  Homepage: http://www.boost.org/libs/signals/
 
 Package: libboost-test1.34.1
+Homepage: http://www.boost.org/libs/test/
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}
@@ -376,10 +355,9 @@
   * Basic execution, error detection, and reporting facility.
   * Facilities to monitor program execution and produce error reports.
   * Unit test framework to simplify writing test cases.
- .
-  Homepage: http://www.boost.org/libs/test/
 
 Package: libboost-test-dev
+Homepage: http://www.boost.org/libs/test/
 Architecture: any
 Section: libdevel
 Depends: libboost-dev (= ${binary:Version}), libboost-test1.34.1 (= ${binary:Version})
@@ -391,10 +369,9 @@
   * Basic execution, error detection, and reporting facility.
   * Facilities to monitor program execution and produce error reports.
   * Unit test framework to simplify writing test cases.
- .
-  Homepage: http://www.boost.org/libs/test/
 
 Package: libboost-thread1.34.1
+Homepage: http://www.boost.org/libs/thread/
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}
@@ -405,10 +382,9 @@
  asynchronous, independent, threads-of-execution. Each thread has its
  own machine state including program instruction counter and
  registers.
- .
-  Homepage: http://www.boost.org/libs/thread/
 
 Package: libboost-thread-dev
+Homepage: http://www.boost.org/libs/thread/
 Architecture: any
 Section: libdevel
 Depends: libboost-dev (= ${binary:Version}), libboost-thread1.34.1 (= ${binary:Version})
@@ -420,10 +396,9 @@
  asynchronous, independent, threads-of-execution. Each thread has its
  own machine state including program instruction counter and
  registers.
- .
-  Homepage: http://www.boost.org/libs/thread/
 
 Package: libboost-wave1.34.1
+Homepage: http://www.boost.org/libs/wave/
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}
@@ -434,10 +409,9 @@
  implementation of the mandated C99/C++ preprocessor functionality
  packed behind a simple to use interface, which integrates well with
  the well known idioms of the Standard Template Library (STL).
- .
-  Homepage: http://www.boost.org/libs/wave/
 
 Package: libboost-wave-dev
+Homepage: http://www.boost.org/libs/wave/
 Architecture: any
 Section: libdevel
 Depends: libboost-dev (= ${binary:Version}), libboost-wave1.34.1 (= ${binary:Version}), libboost-filesystem-dev (= ${binary:Version})
@@ -449,10 +423,9 @@
  implementation of the mandated C99/C++ preprocessor functionality
  packed behind a simple to use interface, which integrates well with
  the well known idioms of the Standard Template Library (STL).
- .
-  Homepage: http://www.boost.org/libs/wave/
 
 Package: pyste
+Homepage: http://www.boost.org/libs/python/pyste/
 Architecture: all
 Section: python
 Provides: ${python:Provides}
@@ -464,5 +437,3 @@
  User specifies classes and functions to be exported using a simple
  interface file, which following the Boost.Python's philosophy, is
  simple Python code.
- .
-  Homepage: http://www.boost.org/libs/python/pyste/




More information about the pkg-boost-commits mailing list