[alglib] 02/04: Use wrap-and-sort.
Anton Gladky
gladk at alioth.debian.org
Sun Nov 10 08:54:59 UTC 2013
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository alglib.
commit 86a896e657225d7e893825ec1fca3c7d9a0858c7
Author: Anton Gladky <gladk at debian.org>
Date: Sun Nov 10 09:43:23 2013 +0100
Use wrap-and-sort.
---
debian/control | 28 ++++++++++++++++++++--------
debian/copyright | 2 +-
2 files changed, 21 insertions(+), 9 deletions(-)
diff --git a/debian/control b/debian/control
index b2f8d03..20ccf2d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,13 @@
Source: alglib
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: Scott Howard <showard at debian.org>, Gudjon I. Gudjonsson <gudjon at gudjon.org>, Anton Gladky <gladk at debian.org>
-Build-Depends: debhelper (>= 9), cmake
+Uploaders:
+ Scott Howard <showard at debian.org>,
+ Gudjon I. Gudjonsson <gudjon at gudjon.org>,
+ Anton Gladky <gladk at debian.org>
+Build-Depends:
+ cmake,
+ debhelper (>= 9)
Standards-Version: 3.9.4
Section: libs
Homepage: http://www.alglib.net/
@@ -13,7 +18,9 @@ Package: libalglib-dev
Priority: extra
Section: libdevel
Architecture: any
-Depends: libalglib3.8 (= ${binary:Version}), ${misc:Depends}
+Depends:
+ libalglib3.8 (= ${binary:Version}),
+ ${misc:Depends}
Description: Development files for the alglib library
ALGLIB is a cross-platform numerical analysis and data processing library.
This package support C++. ALGLIB features include:
@@ -35,9 +42,12 @@ Description: Development files for the alglib library
Package: libalglib3.8
Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
+Pre-Depends:
+ ${misc:Pre-Depends}
Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Numerical analysis and data processing library
ALGLIB is a cross-platform numerical analysis and data processing library.
This package support C++. ALGLIB features include:
@@ -58,9 +68,12 @@ Package: libalglib3.8-dbg
Priority: extra
Section: debug
Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
+Pre-Depends:
+ ${misc:Pre-Depends}
Multi-Arch: same
-Depends: libalglib3.8 (= ${binary:Version}), ${misc:Depends}
+Depends:
+ libalglib3.8 (= ${binary:Version}),
+ ${misc:Depends}
Description: Debugging symbols for the alglib library
ALGLIB is a cross-platform numerical analysis and data processing library.
This package support C++. ALGLIB features include:
@@ -78,4 +91,3 @@ Description: Debugging symbols for the alglib library
* Data analysis (classification/regression, including neural networks)
.
This package contains the debugging symbols for ALGLIB.
-
diff --git a/debian/copyright b/debian/copyright
index b0d7e82..4f97200 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,7 +12,7 @@ Copyright: 1994-2009 Sergey Bochkanov, ALGLIB Project
License: BSD-like
Redistribution and use of this document (ALGLIB Reference Manual) with or without modification, are permitted provided that such redistributions will retain the above copyright notice, this condition and the following disclaimer as the first (or last) lines of this file.
.
- THIS DOCUMENTATION IS PROVIDED BY THE ALGLIB PROJECT "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE ALGLIB PROJECT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) H [...]
+ THIS DOCUMENTATION IS PROVIDED BY THE ALGLIB PROJECT "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE ALGLIB PROJECT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) H [...]
Files: debian/*
Copyright: 2011 Scott Howard <showard at debian.org>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/alglib.git
More information about the debian-science-commits
mailing list