[libstxxl1] 04/04: Use wrap-and-sort.

Anton Gladky gladk at moszumanska.debian.org
Fri Aug 29 20:07:34 UTC 2014


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository libstxxl1.

commit af58c7f2b40c63a0bc580074c0a634b140a7969b
Author: Anton Gladky <gladk at debian.org>
Date:   Fri Aug 29 21:50:53 2014 +0200

    Use wrap-and-sort.
---
 debian/control              | 83 ++++++++++++++++++++++++++++-----------------
 debian/copyright            |  9 +++--
 debian/libstxxl-doc.install |  2 +-
 3 files changed, 57 insertions(+), 37 deletions(-)

diff --git a/debian/control b/debian/control
index c5a20b8..3a95053 100644
--- a/debian/control
+++ b/debian/control
@@ -2,33 +2,34 @@ Source: libstxxl
 Section: science
 Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: D Haley <mycae at gmx.com>, Anton Gladky <gladk at debian.org>
+Uploaders:
+ D Haley <mycae at gmx.com>,
+ Anton Gladky <gladk at debian.org>
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/libstxxl1.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/libstxxl1.git
-Build-Depends: debhelper (>= 9), doxygen, doxygen-latex, texlive-fonts-extra, 
- texlive-latex-extra, graphviz, texlive-latex-recommended,
- texlive-fonts-recommended, ghostscript, cmake
+Build-Depends:
+ cmake,
+ debhelper (>= 9),
+ doxygen,
+ doxygen-latex,
+ ghostscript,
+ graphviz,
+ texlive-fonts-extra,
+ texlive-fonts-recommended,
+ texlive-latex-extra,
+ texlive-latex-recommended
 Standards-Version: 3.9.5
 XS-Testsuite: autopkgtest
 Homepage: http://stxxl.sourceforge.net
 
-Package: libstxxl1
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: C++ Standard Template Library for extra large datasets
- STXXL provides an STL replacement using an abstraction layer to
- storage devices to allow for the optimal layout of data structures. This
- allows for multi-terabyte datasets to be held and manipulated in standard
- C++ data structures, whilst abstracting the complexity of managing this
- behaviour efficiently. STXXL utilises multi-disk I/O to speed up
- I/O bound calculations. STXXL has been developed at the University
- of Karlsruhe.
-
 Package: libstxxl-dev
 Section: libdevel
 Priority: extra
-Depends: libstxxl1 (= ${binary:Version}), ${misc:Depends}
-Suggests: libstxxl-doc
+Depends:
+ libstxxl1 (= ${binary:Version}),
+ ${misc:Depends}
+Suggests:
+ libstxxl-doc
 Architecture: any
 Description: Development libraries for STXXL
  STXXL provides an STL replacement using an abstraction layer to
@@ -45,7 +46,8 @@ Description: Development libraries for STXXL
 Package: libstxxl-doc
 Section: doc
 Priority: extra
-Depends: ${misc:Depends}
+Depends:
+ ${misc:Depends}
 Architecture: all
 Description: Documentation for STXXL
  STXXL provides an STL replacement using an abstraction layer to
@@ -55,15 +57,15 @@ Description: Documentation for STXXL
  behaviour efficiently. STXXL utilises multi-disk I/O to speed up
  I/O bound calculations. STXXL has been developed at the University
  of Karlsruhe.
- . 
+ .
  Documentation for the STXXL library.
 
-Package: libstxxl1-dbg
-Section: debug
-Priority: extra
-Depends: libstxxl1 (= ${binary:Version}), ${misc:Depends}
+Package: libstxxl1
 Architecture: any
-Description: Debugging symbols for STXXL libraries
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: C++ Standard Template Library for extra large datasets
  STXXL provides an STL replacement using an abstraction layer to
  storage devices to allow for the optimal layout of data structures. This
  allows for multi-terabyte datasets to be held and manipulated in standard
@@ -71,16 +73,34 @@ Description: Debugging symbols for STXXL libraries
  behaviour efficiently. STXXL utilises multi-disk I/O to speed up
  I/O bound calculations. STXXL has been developed at the University
  of Karlsruhe.
- .
- Debugging symbols for STXXL, required for debugging programs that
- utilise the STXXL library
 
 Package: libstxxl1-bin
 Section: misc
 Priority: extra
-Depends: libstxxl1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends:
+ libstxxl1 (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Architecture: any
+Description: STXXL File creation and benchmark tool
+ STXXL provides an STL replacement using an abstraction layer to
+ storage devices to allow for the optimal layout of data structures. This
+ allows for multi-terabyte datasets to be held and manipulated in standard
+ C++ data structures, whilst abstracting the complexity of managing this
+ behaviour efficiently. STXXL utilises multi-disk I/O to speed up
+ I/O bound calculations. STXXL has been developed at the University
+ of Karlsruhe.
+ .
+ A benchmarking tool and STXXL on-disk file administration utility
+
+Package: libstxxl1-dbg
+Section: debug
+Priority: extra
+Depends:
+ libstxxl1 (= ${binary:Version}),
+ ${misc:Depends}
 Architecture: any
-Description: STXXL File creation and benchmark tool 
+Description: Debugging symbols for STXXL libraries
  STXXL provides an STL replacement using an abstraction layer to
  storage devices to allow for the optimal layout of data structures. This
  allows for multi-terabyte datasets to be held and manipulated in standard
@@ -89,4 +109,5 @@ Description: STXXL File creation and benchmark tool
  I/O bound calculations. STXXL has been developed at the University
  of Karlsruhe.
  .
- A benchmarking tool and STXXL on-disk file administration utility 
+ Debugging symbols for STXXL, required for debugging programs that
+ utilise the STXXL library
diff --git a/debian/copyright b/debian/copyright
index 4169f0e..bf49b72 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,23 +8,22 @@ Upstream Authors:
     Andreas Beckmann
     Johannes Singler
     Roman Dementiev
-    Peter Sanders 
+    Peter Sanders
 
 Copyright:
     Andreas Beckmann
     Johannes Singler
     Roman Dementiev
-    Peter Sanders 
+    Peter Sanders
 
 License:
 
     Boost Software License - Version 1.0 - August 17th, 2003
- 
+
 
 The Debian packaging is:
 
     Copyright (C) 2009 D Haley <mycae at yahoo.com>
 
-and is licensed under the GPL version 3, 
+and is licensed under the GPL version 3,
 see `/usr/share/common-licenses/GPL-3'.
-
diff --git a/debian/libstxxl-doc.install b/debian/libstxxl-doc.install
index 9280295..001e1a9 100644
--- a/debian/libstxxl-doc.install
+++ b/debian/libstxxl-doc.install
@@ -1,3 +1,3 @@
-doc/latex/refman.pdf /usr/share/doc/libstxxl-doc
 doc/html/ /usr/share/doc/libstxxl-doc/html
 doc/images/ /usr/share/doc/libstxxl-doc/images
+doc/latex/refman.pdf /usr/share/doc/libstxxl-doc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libstxxl1.git



More information about the debian-science-commits mailing list