[Pkg-voip-commits] [libccscript3] 03/03: update VCS links and wrap-and-sort
Victor Seva Lopez
maniac-guest at moszumanska.debian.org
Sun Aug 16 12:04:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
maniac-guest pushed a commit to branch master
in repository libccscript3.
commit eb5e05601a11adbabc9dc1b86e0996c25708eedc
Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Date: Sun Aug 16 14:04:05 2015 +0200
update VCS links and wrap-and-sort
---
debian/control | 112 +++++++++++++++++++++++++++-----------
debian/copyright | 2 +-
debian/libccscript3-1.1-0.install | 2 +-
debian/libccscript3-dev.install | 2 +-
4 files changed, 82 insertions(+), 36 deletions(-)
diff --git a/debian/control b/debian/control
index 59a7e57..147d987 100644
--- a/debian/control
+++ b/debian/control
@@ -1,43 +1,89 @@
-Source: libccscript3
+Source: libcommoncpp2
+Section: devel
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
-Uploaders: Mark Purcell <msp at debian.org>, Faidon Liambotis <paravoid at debian.org>
-Build-Depends: debhelper (>= 9), autotools-dev, pkg-config, doxygen,
- libcommoncpp2-dev, unixodbc-dev
-Section: libs
-Standards-Version: 3.9.3
-Homepage: http://www.gnu.org/software/ccscript/
-Vcs-Svn: svn://svn.debian.org/pkg-voip/libccscript3/trunk/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/libccscript3/?op=log
+Uploaders: Mark Purcell <msp at debian.org>,
+ Kilian Krause <kilian at debian.org>
+Build-Depends: autotools-dev,
+ debhelper (>= 9),
+ doxygen,
+ dpkg-dev (>= 1.13.19),
+ libgcrypt11-dev | libgcrypt-dev,
+ libgnutls28-dev | libgnutls-dev,
+ libxml2-dev,
+ zlib1g-dev
+Standards-Version: 3.9.5
+Homepage: http://www.gnu.org/software/commoncpp/
+Vcs-git: git://anonscm.debian.org/pkg-voip/libccscript3.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-voip/libccscript3.git
-Package: libccscript3-dev
+Package: libcommoncpp2-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, libccscript3-1.1-0 (= ${binary:Version}), libcommoncpp2-dev, pkg-config
-Description: GNU Common C++ framework for embedded scripting - development files
- The GNU ccScript package offers a class extensible threaded embedded
- scripting engine for use with GNU Common C++. This engine is also used in
- GNU Bayonne (the GNU telephony application server package) and other
- parts of GNUCOMM (the GNU telephony meta-project). This engine differs
- from traditional scripting systems in that it is used to script near
- real-time state-event systems through deterministic callback step
- execution rather than the linear and non-deterministic fashion of embedded
- script systems such as Tcl, libguile, etc.
+Depends: libccgnu2-1.8-0 (= ${binary:Version}),
+ libgcrypt11-dev | libgcrypt-dev,
+ libgnutls28-dev | libgnutls-dev,
+ pkg-config,
+ zlib1g-dev,
+ ${misc:Depends}
+Suggests: libcommoncpp2-doc
+Description: Header files and static libraries for Common C++ "2"
+ Common C++ is a GNU package which offers portable "abstraction" of system
+ services such as threads, networks, and sockets. Common C++ also offers
+ individual frameworks generally useful to developing portable C++
+ applications including a object persistence engine, math libraries,
+ threading, sockets, etc. Common C++ is small, and highly portable.
+ Common C++ will support most Unix operating systems as well
+ as Win32, in addition to GNU/Linux.
.
- This package contains the development files and headers to link to
- this library.
+ This package contains the development files.
-Package: libccscript3-1.1-0
+Package: libccgnu2-1.8-0
+Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
Multi-Arch: same
-Description: GNU Common C++ framework for embedded scripting
- The GNU ccScript package offers a class extensible threaded embedded
- scripting engine for use with GNU Common C++. This engine is also used in
- GNU Bayonne (the GNU telephony application server package) and other
- parts of GNUCOMM (the GNU telephony meta-project). This engine differs
- from traditional scripting systems in that it is used to script near
- real-time state-event systems through deterministic callback step
- execution rather than the linear and non-deterministic fashion of embedded
- script systems such as Tcl, libguile, etc.
+Description: GNU package for creating portable C++ programs
+ Common C++ "2" is a GNU package which offers portable "abstraction"
+ of system services such as threads, networks, and sockets. Common
+ C++ also offers individual frameworks generally useful to developing
+ portable C++ applications including a object persistence engine, math
+ libraries, threading, sockets, etc. Common C++ is small, and highly
+ portable. Common C++ will support most Unix operating systems as
+ well as Win32, in addition to GNU/Linux.
+ .
+ This package contains the runtime libraries.
+
+Package: libcommoncpp2-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: Documentation files for Common C++ "2"
+ Common C++ "2" is a GNU package which offers portable "abstraction"
+ of system services such as threads, networks, and sockets. Common
+ C++ also offers individual frameworks generally useful to developing
+ portable C++ applications including a object persistence engine, math
+ libraries, threading, sockets, etc. Common C++ is small, and highly
+ portable. Common C++ will support most Unix operating systems as
+ well as Win32, in addition to GNU/Linux.
+ .
+ This package contains the library development documentation.
+
+Package: libcommoncpp2-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: libccgnu2-1.8-0 (= ${binary:Version}),
+ ${misc:Depends}
+Description: Debug symbols for Common C++ "2"
+ Common C++ is a GNU package which offers portable "abstraction" of system
+ services such as threads, networks, and sockets. Common C++ also offers
+ individual frameworks generally useful to developing portable C++
+ applications including a object persistence engine, math libraries,
+ threading, sockets, etc. Common C++ is small, and highly portable.
+ Common C++ will support most Unix operating systems as well
+ as Win32, in addition to GNU/Linux.
+ .
+ This package contains the debug symbols.
diff --git a/debian/copyright b/debian/copyright
index 8293df5..22a9f79 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,7 @@ Tue, 19 Jul 2005 10:41:41 +1000.
It was downloaded from http://www.gnu.org/software/ccscript/
-Copyright Holder:
+Copyright Holder:
Copyright (C) 1999-2005 Open Source Telecom Corporation.
David Sugar <dyfet at ostel.com> designed and implemented ccscript.
diff --git a/debian/libccscript3-1.1-0.install b/debian/libccscript3-1.1-0.install
index 494c614..d5ee473 100644
--- a/debian/libccscript3-1.1-0.install
+++ b/debian/libccscript3-1.1-0.install
@@ -1,2 +1,2 @@
-usr/lib/*/lib*.so.*
usr/lib/*/ccscript3-*/*
+usr/lib/*/lib*.so.*
diff --git a/debian/libccscript3-dev.install b/debian/libccscript3-dev.install
index bcc93df..9d787b9 100644
--- a/debian/libccscript3-dev.install
+++ b/debian/libccscript3-dev.install
@@ -1,5 +1,5 @@
usr/include/*
+usr/lib/*/*.la
usr/lib/*/lib*.a
usr/lib/*/lib*.so
usr/lib/*/pkgconfig/*
-usr/lib/*/*.la
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/libccscript3.git
More information about the Pkg-voip-commits
mailing list