[Pkg-voip-commits] [libexosip2] 04/04: update VCS links and wrap-and-sort

Victor Seva Lopez maniac-guest at moszumanska.debian.org
Sun Aug 16 11:43:43 UTC 2015


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

maniac-guest pushed a commit to branch master
in repository libexosip2.

commit 0e4c2d90adcc7db2530d5086de00d63a950465ab
Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Date:   Sun Aug 16 13:43:07 2015 +0200

    update VCS links and wrap-and-sort
---
 debian/control                | 27 ++++++++++++++++++---------
 debian/copyright              | 18 +++++++++---------
 debian/libexosip2-11.install  |  2 +-
 debian/libexosip2-dev.docs    |  1 -
 debian/libexosip2-dev.install |  2 +-
 5 files changed, 29 insertions(+), 21 deletions(-)

diff --git a/debian/control b/debian/control
index 9851a18..5bf45a5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,28 @@
 Source: libexosip2
 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>, Rene Mayorga <rmayorga at debian.org.sv>
-Build-Depends: debhelper (>= 9), dh-autoreconf, dpkg-dev (>= 1.13.19), doxygen, pkg-config,
- libosip2-dev (>= 4.1),
- libncurses5-dev, libssl-dev
+Uploaders: Mark Purcell <msp at debian.org>,
+           Kilian Krause <kilian at debian.org>
+Build-Depends: debhelper (>= 9),
+               dh-autoreconf,
+               doxygen,
+               dpkg-dev (>= 1.13.19),
+               libncurses5-dev,
+               libosip2-dev (>= 4.1),
+               libssl-dev,
+               pkg-config
 Section: libs
 Standards-Version: 3.9.5
 Homepage: http://savannah.gnu.org/projects/exosip/
-Vcs-Svn: svn://anonscm.debian.org/pkg-voip/libexosip2/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-voip/libexosip2/trunk/
+Vcs-git: git://anonscm.debian.org/pkg-voip/libexosip2.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-voip/libexosip2.git
 
 Package: libexosip2-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libexosip2-11 (= ${binary:Version}), libosip2-dev (>= 4.1)
+Depends: libexosip2-11 (= ${binary:Version}),
+         libosip2-dev (>= 4.1),
+         ${misc:Depends}
 Description: eXtended osip library development files
  Hides the complexity of using the SIP protocol for multimedia
  session establishment. This protocol is mainly to be used by VoIP
@@ -26,8 +34,9 @@ Description: eXtended osip library development files
 
 Package: libexosip2-11
 Architecture: any
-Pre-Depends: ${misc:Pre-Depends} 
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Description: eXtended osip library
  Hides the complexity of using the SIP protocol for multimedia
  session establishment. This protocol is mainly to be used by VoIP
diff --git a/debian/copyright b/debian/copyright
index 7faba9f..ff7a622 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -11,7 +11,7 @@ License:
   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.
-  
+
   eXosip 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
@@ -39,7 +39,7 @@ Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
 tools/sip_reg.c:
  * SIP Registration Agent -- by ww at styx.org
- * 
+ *
  * This program is Free Software, released under the GNU General
  * Public License v2.0 http://www.gnu.org/licenses/gpl
 
@@ -81,7 +81,7 @@ of source files in this program which reference this file.
  * are met:
  *
  * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer. 
+ *    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
@@ -136,21 +136,21 @@ of source files in this program which reference this file.
  * This package is an SSL implementation written
  * by Eric Young (eay at cryptsoft.com).
  * The implementation was written so as to conform with Netscapes SSL.
- * 
+ *
  * This library is free for commercial and non-commercial use as long as
  * the following conditions are aheared to.  The following conditions
  * apply to all code found in this distribution, be it the RC4, RSA,
  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
  * included with this distribution is covered by the same copyright terms
  * except that the holder is Tim Hudson (tjh at cryptsoft.com).
- * 
+ *
  * Copyright remains Eric Young's, and as such any Copyright notices in
  * the code are not to be removed.
  * If this package is used in a product, Eric Young should be given attribution
  * as the author of the parts of the library used.
  * This can be in the form of a textual message at program startup or
  * in documentation (online or textual) provided with the package.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -165,10 +165,10 @@ of source files in this program which reference this file.
  *     Eric Young (eay at cryptsoft.com)"
  *    The word 'cryptographic' can be left out if the rouines from the library
  *    being used are not cryptographic related :-).
- * 4. If you include any Windows specific code (or a derivative thereof) from 
+ * 4. If you include any Windows specific code (or a derivative thereof) from
  *    the apps directory (application code) you must include an acknowledgement:
  *    "This product includes software written by Tim Hudson (tjh at cryptsoft.com)"
- * 
+ *
  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -180,7 +180,7 @@ of source files in this program which reference this file.
  * 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.
- * 
+ *
  * The licence and distribution terms for any publically available version or
  * derivative of this code cannot be changed.  i.e. this code cannot simply be
  * copied and put under another distribution licence
diff --git a/debian/libexosip2-11.install b/debian/libexosip2-11.install
index 00c8fc1..749881c 100644
--- a/debian/libexosip2-11.install
+++ b/debian/libexosip2-11.install
@@ -1,2 +1,2 @@
-usr/lib/*/lib*.so.*
 usr/bin/*
+usr/lib/*/lib*.so.*
diff --git a/debian/libexosip2-dev.docs b/debian/libexosip2-dev.docs
index a7aa7c1..d97b93c 100644
--- a/debian/libexosip2-dev.docs
+++ b/debian/libexosip2-dev.docs
@@ -1,4 +1,3 @@
 NEWS
 README
 help/doxygen/doc/html/
-
diff --git a/debian/libexosip2-dev.install b/debian/libexosip2-dev.install
index 5fd4780..add4750 100644
--- a/debian/libexosip2-dev.install
+++ b/debian/libexosip2-dev.install
@@ -1,4 +1,4 @@
 usr/include/*
+usr/lib/*/*.la
 usr/lib/*/lib*.a
 usr/lib/*/lib*.so
-usr/lib/*/*.la

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/libexosip2.git



More information about the Pkg-voip-commits mailing list