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

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


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

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

commit 4e79efef14f62c55c340879a9e16f0b43f6ef7fb
Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Date:   Sun Aug 16 12:06:43 2015 +0200

    update VCS links and wrap-and-sort
---
 debian/control             | 56 +++++++++++++++++++++++++---------------------
 debian/copyright           |  4 ++--
 debian/libopal-dev.install |  2 +-
 3 files changed, 34 insertions(+), 28 deletions(-)

diff --git a/debian/control b/debian/control
index 57fb3f2..45c15ec 100644
--- a/debian/control
+++ b/debian/control
@@ -2,21 +2,36 @@ Source: opal
 Section: libs
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
-Uploaders: Mark Purcell <msp at debian.org>, Eugen Dedu <Eugen.Dedu at pu-pm.univ-fcomte.fr>, Kilian Krause <kilian at debian.org>, Tzafrir Cohen <tzafrir at debian.org>
-Build-Depends: debhelper (>= 8), doxygen, autotools-dev, pkg-config,
- libpt-dev (>= 2.12.8~), libavcodec-dev, libx264-dev,
- libtheora-dev, libgsm1-dev, libspeex-dev, libspeexdsp-dev,
- libsrtp-dev [alpha amd64 armel hppa i386 mips mipsel powerpc s390],
- libcapi20-dev [linux-any], libspandsp-dev (>= 0.0.6~pre17)
+Uploaders: Mark Purcell <msp at debian.org>,
+           Eugen Dedu <Eugen.Dedu at pu-pm.univ-fcomte.fr>,
+           Kilian Krause <kilian at debian.org>,
+           Tzafrir Cohen <tzafrir at debian.org>
+Build-Depends: autotools-dev,
+               debhelper (>= 8),
+               doxygen,
+               libavcodec-dev,
+               libcapi20-dev [linux-any],
+               libgsm1-dev,
+               libpt-dev (>= 2.12.8~),
+               libspandsp-dev (>= 0.0.6~pre17),
+               libspeex-dev,
+               libspeexdsp-dev,
+               libsrtp-dev [alpha amd64 armel hppa i386 mips mipsel powerpc s390],
+               libtheora-dev,
+               libx264-dev,
+               pkg-config
 Build-Conflicts: libopal-dev
 Standards-Version: 3.9.4
 Homepage: http://www.opalvoip.org/
-Vcs-Svn: svn://svn.debian.org/pkg-voip/opal/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-voip/opal/
+Vcs-git: git://anonscm.debian.org/pkg-voip/opal.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-voip/opal.git
 
 Package: libopal3.12.8
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libspeex1, libspeexdsp1,
+Depends: libspeex1,
+         libspeexdsp1,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Open Phone Abstraction Library - successor of OpenH323
  This package contains the shared version of the OPAL library.
  .
@@ -31,8 +46,11 @@ Description: Open Phone Abstraction Library - successor of OpenH323
 Package: libopal-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libopal3.12.8 (= ${binary:Version}), libpt-dev (>= 2.12.8~), libspeexdsp-dev,
- libsrtp0-dev [alpha amd64 armel hppa i386 mips mipsel powerpc s390]
+Depends: libopal3.12.8 (= ${binary:Version}),
+         libpt-dev (>= 2.12.8~),
+         libspeexdsp-dev,
+         libsrtp0-dev [alpha amd64 armel hppa i386 mips mipsel powerpc s390],
+         ${misc:Depends}
 Suggests: pkg-config
 Recommends: libopal-doc
 Description: OPAL library header files
@@ -43,23 +61,11 @@ Description: OPAL library header files
  everybody.  These protocols are most used for Voice over IP (VoIP)
  conferencing.
 
-# Package: simpleopal
-#Section: comm
-#Architecture: any
-#Depends: ${shlibs:Depends}, ${misc:Depends}, libopal3.12.8 (= ${binary:Version})
-#Description: Simple example from the OPAL project
-# This package contains a small H323 and SIP client given as an example. You
-# can find its code on the doc package.
-# .
-# The OPAL project aims to create a full featured, interoperable, Open Source
-# implementation of the H.323 and SIP protocols that can be used freely by
-# everybody.  These protocols are most used for Voice over IP (VoIP)
-# conferencing.
-
 Package: libopal-dbg
 Section: debug
 Priority: extra
-Depends: ${misc:Depends}, libopal3.12.8 (= ${binary:Version})
+Depends: libopal3.12.8 (= ${binary:Version}),
+         ${misc:Depends}
 Conflicts: libopal3.6.8-dbg
 Replaces: libopal3.6.8-dbg
 Architecture: any
diff --git a/debian/copyright b/debian/copyright
index 5722c35..136356f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -559,7 +559,7 @@ Carsten Bormann
 | Since the original terms of 15 years ago maybe do not make our
 | intentions completely clear given today's refined usage of the legal
 | terms, we append this additional permission:
-| 
+|
 |       Permission to use, copy, modify, and distribute this software
 |       for any purpose with or without fee is hereby granted,
 |       provided that this notice is not removed and that neither
@@ -568,7 +568,7 @@ Carsten Bormann
 |       of this software for any purpose nor are held responsible
 |       for any defects of this software.  THERE IS ABSOLUTELY NO
 |       WARRANTY FOR THIS SOFTWARE.
-| 
+|
 | Berkeley/Bremen, 05.04.2009
 | Jutta Degener
 | Carsten Bormann
diff --git a/debian/libopal-dev.install b/debian/libopal-dev.install
index 0fd4307..380f863 100644
--- a/debian/libopal-dev.install
+++ b/debian/libopal-dev.install
@@ -1,6 +1,6 @@
+*.mak usr/include/opal/
 usr/include/*
 usr/lib/lib*.a
 usr/lib/lib*.so
 usr/lib/pkgconfig/*
 version.h usr/include/opal/
-*.mak usr/include/opal/

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



More information about the Pkg-voip-commits mailing list