[Pkg-voip-commits] [ortp] 01/01: run wrap-and-sort -abt
Johannes Schauer
josch-guest at moszumanska.debian.org
Mon Apr 24 16:01:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
josch-guest pushed a commit to branch master
in repository ortp.
commit 08931fc27339e291f1ebf53acc71d080e0e1590c
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date: Mon Apr 24 18:01:20 2017 +0200
run wrap-and-sort -abt
---
debian/control | 59 ++++++++++++++++++++++++++++----------------------------
debian/copyright | 6 +++---
2 files changed, 33 insertions(+), 32 deletions(-)
diff --git a/debian/control b/debian/control
index 1cafded..2c929f9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,43 +1,27 @@
Source: ortp
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
-Uploaders: Mark Purcell <msp at debian.org>, Kilian Krause <kilian at debian.org>, Tzafrir Cohen <tzafrir at debian.org>, Felix Lechner <felix.lechner at gmail.com>, Daniel Gnoutcheff <daniel at gnoutcheff.name>
-Build-Depends:
- debhelper (>= 10),
- cmake (>= 3),
- libbctoolbox-dev,
- doxygen
+Uploaders: Mark Purcell <msp at debian.org>,
+ Kilian Krause <kilian at debian.org>,
+ Tzafrir Cohen <tzafrir at debian.org>,
+ Felix Lechner <felix.lechner at gmail.com>,
+ Daniel Gnoutcheff <daniel at gnoutcheff.name>,
+Build-Depends: cmake (>= 3),
+ debhelper (>= 10),
+ doxygen,
+ libbctoolbox-dev,
Standards-Version: 3.9.8
Section: libs
Homepage: http://www.linphone.org/technical-corner/ortp/overview
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-voip/ortp.git
Vcs-Git: https://anonscm.debian.org/git/pkg-voip/ortp.git
-Package: libortp13
-Architecture: any
-Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
-Depends:
- ${shlibs:Depends},
- ${misc:Depends}
-Description: Real-time Transport Protocol (RTP) stack
- This library implements RFC 1889 (RTP) and offers an easy to
- use API with high-level and low-level access. It is part of
- Linphone.
- .
- The main features are support for multiple profiles (AV profile
- RFC 1890 being the default one); an optional packet scheduler
- for synchronizing RTP recv and send; blocking or non-blocking
- IO for RTP sessions; multiplexed IO; some of RFC 2833 for
- telephone events over RTP.
-
Package: libortp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends:
- libortp13 (= ${binary:Version}),
- ${misc:Depends}
+Depends: libortp13 (= ${binary:Version}),
+ ${misc:Depends},
Description: Development files for the ortp RTP library
This library implements RFC 1889 (RTP) and offers an easy to
use API with high-level and low-level access. It is part of
@@ -55,8 +39,9 @@ Package: libortp-doc
Section: doc
Architecture: all
Multi-Arch: foreign
-Depends: libjs-jquery, ${misc:Depends}
-Suggests: libortp-dev
+Depends: libjs-jquery,
+ ${misc:Depends},
+Suggests: libortp-dev,
Description: oRTP API documentation
This library implements RFC 1889 (RTP) and offers an easy to
use API with high-level and low-level access. It is part of
@@ -70,3 +55,19 @@ Description: oRTP API documentation
.
This package contains the API documentation.
+Package: libortp13
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends},
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+Description: Real-time Transport Protocol (RTP) stack
+ This library implements RFC 1889 (RTP) and offers an easy to
+ use API with high-level and low-level access. It is part of
+ Linphone.
+ .
+ The main features are support for multiple profiles (AV profile
+ RFC 1890 being the default one); an optional packet scheduler
+ for synchronizing RTP recv and send; blocking or non-blocking
+ IO for RTP sessions; multiplexed IO; some of RFC 2833 for
+ telephone events over RTP.
diff --git a/debian/copyright b/debian/copyright
index 14a5123..e0dc2e5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -59,10 +59,10 @@ License: LGPL-2.1+
License: BSD-faulty-third-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- .
+ .
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
- .
+ .
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
@@ -76,7 +76,7 @@ License: BSD-faulty-third-clause
EVENT SHALL THE AUTHOR 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) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/ortp.git
More information about the Pkg-voip-commits
mailing list