[libstxxl1] 01/07: Apply cme fix dpkg-control.

Anton Gladky gladk at moszumanska.debian.org
Sun Aug 23 15:32:22 UTC 2015


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

gladk pushed a commit to branch master
in repository libstxxl1.

commit 10bbced2e09eb8ee3547b80a8a5fb9c8697c3da6
Author: Anton Gladky <gladk at debian.org>
Date:   Sun Aug 23 15:15:29 2015 +0200

    Apply cme fix dpkg-control.
---
 debian/control | 71 ++++++++++++++++++++++++++--------------------------------
 1 file changed, 32 insertions(+), 39 deletions(-)

diff --git a/debian/control b/debian/control
index efd3c69..927dace 100644
--- a/debian/control
+++ b/debian/control
@@ -1,36 +1,32 @@
 Source: libstxxl
+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>
 Section: science
+Testsuite: autopkgtest
 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>
-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:
- cmake,
- debhelper (>= 9),
- doxygen,
- doxygen-latex,
- ghostscript,
- graphviz,
- texlive-fonts-extra,
- texlive-fonts-recommended,
- texlive-latex-extra,
- texlive-latex-recommended
+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.6
-XS-Testsuite: autopkgtest
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/libstxxl1.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/libstxxl1.git
 Homepage: http://stxxl.sourceforge.net
 
 Package: libstxxl-dev
+Architecture: any
 Section: libdevel
 Priority: extra
-Depends:
- libstxxl1 (= ${binary:Version}),
- ${misc:Depends}
-Suggests:
- libstxxl-doc
-Architecture: any
+Depends: libstxxl1 (= ${binary:Version}),
+         ${misc:Depends}
+Suggests: libstxxl-doc
 Description: Development libraries for STXXL
  STXXL provides an STL replacement using an abstraction layer to
  storage devices to allow for the optimal layout of data structures. This
@@ -44,11 +40,11 @@ Description: Development libraries for STXXL
  utilise the STXXL library
 
 Package: libstxxl-doc
+Architecture: all
 Section: doc
 Priority: extra
-Depends:
- ${misc:Depends}, libjs-jquery
-Architecture: all
+Depends: ${misc:Depends},
+         libjs-jquery
 Description: Documentation for STXXL
  STXXL provides an STL replacement using an abstraction layer to
  storage devices to allow for the optimal layout of data structures. This
@@ -62,9 +58,8 @@ Description: Documentation for STXXL
 
 Package: libstxxl1
 Architecture: any
-Depends:
- ${misc:Depends},
- ${shlibs:Depends}
+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
@@ -75,13 +70,12 @@ Description: C++ Standard Template Library for extra large datasets
  of Karlsruhe.
 
 Package: libstxxl1-bin
+Architecture: any
 Section: misc
 Priority: extra
-Depends:
- libstxxl1 (= ${binary:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
-Architecture: any
+Depends: libstxxl1 (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 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
@@ -94,12 +88,11 @@ Description: STXXL File creation and benchmark tool
  A benchmarking tool and STXXL on-disk file administration utility
 
 Package: libstxxl1-dbg
+Architecture: any
 Section: debug
 Priority: extra
-Depends:
- libstxxl1 (= ${binary:Version}),
- ${misc:Depends}
-Architecture: any
+Depends: libstxxl1 (= ${binary:Version}),
+         ${misc:Depends}
 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

-- 
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