[Pkg-voip-commits] [ptlib] 06/06: update VCS links and wrap-and-sort
Victor Seva Lopez
maniac-guest at moszumanska.debian.org
Sun Aug 16 06:23:07 UTC 2015
This is an automated email from the git hooks/post-receive script.
maniac-guest pushed a commit to branch master
in repository ptlib.
commit 9c3dacd3b752797811292dcc88306ced7b5ee5ba
Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Date: Sun Aug 16 08:22:21 2015 +0200
update VCS links and wrap-and-sort
---
debian/control | 52 +++++++++++++++++++++++++++++++++++-------------
debian/copyright | 1 -
debian/libpt-dev.install | 2 +-
debian/libpt-doc.docs | 2 +-
4 files changed, 40 insertions(+), 17 deletions(-)
diff --git a/debian/control b/debian/control
index 952b94f..7e8ea72 100644
--- a/debian/control
+++ b/debian/control
@@ -2,22 +2,36 @@ Source: ptlib
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>
-Build-Depends: debhelper (>= 9), autotools-dev, doxygen, pkg-config, bison, flex,
- unixodbc-dev, libssl-dev, libldap2-dev, libsasl2-dev, libkrb5-dev, libexpat1-dev,
- libpulse-dev,
- libsdl1.2-dev, libdv4-dev,
- libv4l-dev [linux-any],
- libasound2-dev [linux-any]
+Uploaders: Mark Purcell <msp at debian.org>,
+ Eugen Dedu <Eugen.Dedu at pu-pm.univ-fcomte.fr>,
+ Kilian Krause <kilian at debian.org>
+Build-Depends: autotools-dev,
+ bison,
+ debhelper (>= 9),
+ doxygen,
+ flex,
+ libasound2-dev [linux-any],
+ libdv4-dev,
+ libexpat1-dev,
+ libkrb5-dev,
+ libldap2-dev,
+ libpulse-dev,
+ libsasl2-dev,
+ libsdl1.2-dev,
+ libssl-dev,
+ libv4l-dev [linux-any],
+ pkg-config,
+ unixodbc-dev
Build-Conflicts: libpt-dev
Standards-Version: 3.9.4
Homepage: http://www.opalvoip.org/
-Vcs-Svn: svn://anonscm.debian.org/pkg-voip/ptlib/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-voip/ptlib/trunk/
+Vcs-git: git://anonscm.debian.org/pkg-voip/ptlib.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-voip/ptlib.git
Package: libpt2.12.8
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
Description: Portable Tools Library
This package contains the shared version of the library PTLib, which is
a moderately large class library that has its genesis many years ago as
@@ -30,8 +44,16 @@ Description: Portable Tools Library
Package: libpt-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, libpt2.12.8 (= ${binary:Version}),
- libc6-dev, libssl-dev, libldap2-dev, libsdl1.2-dev, libexpat1-dev, libsasl2-dev, unixodbc-dev, pkg-config
+Depends: libc6-dev,
+ libexpat1-dev,
+ libldap2-dev,
+ libpt2.12.8 (= ${binary:Version}),
+ libsasl2-dev,
+ libsdl1.2-dev,
+ libssl-dev,
+ pkg-config,
+ unixodbc-dev,
+ ${misc:Depends}
Description: Portable Tools Library development files
This package contains the headers and a static version of the library
PTLib, which is a moderately large class library that has its genesis
@@ -42,7 +64,8 @@ Package: libpt-dbg
Section: debug
Priority: extra
Architecture: any
-Depends: ${misc:Depends}, libpt2.12.8 (= ${binary:Version})
+Depends: libpt2.12.8 (= ${binary:Version}),
+ ${misc:Depends}
Description: Portable Tools Library development debug files
This package contains the shared and static debug symbols of the library
PTLib, which is a moderately large class library that has its genesis
@@ -54,7 +77,8 @@ Description: Portable Tools Library development debug files
Package: libpt-doc
Section: doc
Priority: extra
-Depends: ${misc:Depends}, libjs-jquery
+Depends: libjs-jquery,
+ ${misc:Depends}
Architecture: all
Description: Portable Tools Library documentation & sample files
This package contains the documentation and samples to program with
diff --git a/debian/copyright b/debian/copyright
index b4ec822..1a510a9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -478,4 +478,3 @@ src/ptclib/udp.h: MIT/X11 (BSD like)
// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
diff --git a/debian/libpt-dev.install b/debian/libpt-dev.install
index ce23da7..43f24f5 100644
--- a/debian/libpt-dev.install
+++ b/debian/libpt-dev.install
@@ -2,5 +2,5 @@ usr/include/*
usr/lib/lib*.a
usr/lib/lib*.so
usr/lib/pkgconfig/*
-version.h usr/include/ptlib
usr/share/ptlib
+version.h usr/include/ptlib
diff --git a/debian/libpt-doc.docs b/debian/libpt-doc.docs
index 6ac822d..90547f4 100644
--- a/debian/libpt-doc.docs
+++ b/debian/libpt-doc.docs
@@ -1,2 +1,2 @@
-samples
html
+samples
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/ptlib.git
More information about the Pkg-voip-commits
mailing list