[Pkg-voip-commits] [openr2] 04/04: update uploaders, VCS links and wrap-and-sort
Victor Seva Lopez
maniac-guest at moszumanska.debian.org
Sun Aug 16 06:37:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
maniac-guest pushed a commit to branch master
in repository openr2.
commit 542040890329c1234f6002c9aa365104a11e0527
Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Date: Sun Aug 16 08:37:31 2015 +0200
update uploaders, VCS links and wrap-and-sort
---
debian/control | 31 ++++++++++++++++++++-----------
debian/copyright | 8 ++++----
debian/libopenr2-3.docs | 2 +-
3 files changed, 25 insertions(+), 16 deletions(-)
diff --git a/debian/control b/debian/control
index 77c30c0..4c67e94 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,13 @@ Source: openr2
Section: libs
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
-Uploaders: Alexandre Cavalcante Alencar <alexandre.alencar at gmail.com>,
- Tzafrir Cohen <tzafrir at debian.org>,
- Faidon Liambotis <paravoid at debian.org>
-Build-Depends: debhelper (>= 9.0), autotools-dev, dh-autoreconf, dahdi-source, libtool, automake
+Uploaders: Tzafrir Cohen <tzafrir at debian.org>
+Build-Depends: automake,
+ autotools-dev,
+ dahdi-source,
+ debhelper (>= 9.0),
+ dh-autoreconf,
+ libtool
Standards-Version: 3.9.2
Homepage: http://www.libopenr2.org
VCS-Browser: http://anonscm.debian.org/viewvc/pkg-voip/openr2/
@@ -14,9 +17,11 @@ VCS-Svn: svn://anonscm.alioth.debian.org/svn/pkg-voip/
Package: libopenr2-dev
Section: libdevel
Architecture: any
-Depends: libopenr2-3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libopenr2-3 (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: MFC/R2 (telephony) call setup library - development headers
- OpenR2 is a library that implements the MFC/R2 telephony signalling
+ OpenR2 is a library that implements the MFC/R2 telephony signalling
over E1 lines using the DAHDI Telephony interface.
.
The MFC/R2 protocol is a telephony signalling protocol, widely used in Latin
@@ -28,9 +33,11 @@ Description: MFC/R2 (telephony) call setup library - development headers
Package: libopenr2-bin
Section: comm
Architecture: any
-Depends: libopenr2-3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libopenr2-3 (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: MFC/R2 (telephony) call setup library - test programs
- OpenR2 is a library that implements the MFC/R2 telephony signalling
+ OpenR2 is a library that implements the MFC/R2 telephony signalling
over E1 lines using the DAHDI Telephony interface.
.
The MFC/R2 protocol is a telephony signalling protocol, widely used in Latin
@@ -41,17 +48,19 @@ Description: MFC/R2 (telephony) call setup library - test programs
Package: libopenr2-3
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, dahdi
+Depends: dahdi,
+ ${misc:Depends},
+ ${shlibs:Depends}
Suggests: asterisk
Description: MFC/R2 (telephony) call setup library
- OpenR2 is a library that implements the MFC/R2 telephony signalling
+ OpenR2 is a library that implements the MFC/R2 telephony signalling
over E1 lines using the DAHDI Telephony interface.
.
The MFC/R2 protocol is a telephony signalling protocol, widely used in Latin
America, China and Africa, similar to the ISDN protocols found in most of
Europe and North America
.
- This package contains a shared library implementing the protocol.
+ This package contains a shared library implementing the protocol.
.
You may want to have a look at the Asterisk PBX for a telephony application
that uses this library.
diff --git a/debian/copyright b/debian/copyright
index 8b92acf..a4fecc9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -41,12 +41,12 @@ src/r2test.c:
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
-
+
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
-
+
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
@@ -63,12 +63,12 @@ src/queue.c: * Copyright © 2004 Steve Underwood
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License version 2.1,
as published by the Free Software Foundation.
-
+
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
-
+
You should have received a copy of the GNU Lesser General Public
License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
diff --git a/debian/libopenr2-3.docs b/debian/libopenr2-3.docs
index 4abbcbe..3c2c3bd 100644
--- a/debian/libopenr2-3.docs
+++ b/debian/libopenr2-3.docs
@@ -1,5 +1,5 @@
+AUTHORS
NEWS
README
TODO
-AUTHORS
doc/README.asterisk
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/openr2.git
More information about the Pkg-voip-commits
mailing list