[Pkg-voip-commits] r2039 - sofia-sip/trunk/debian
George Danchev
danchev-guest at costa.debian.org
Wed Jul 12 09:14:21 UTC 2006
Author: danchev-guest
Date: 2006-07-12 09:14:19 +0000 (Wed, 12 Jul 2006)
New Revision: 2039
Modified:
sofia-sip/trunk/debian/TODO.Debian
sofia-sip/trunk/debian/changelog
sofia-sip/trunk/debian/control
Log:
improved descritions - a patch sent to me by Kai
Modified: sofia-sip/trunk/debian/TODO.Debian
===================================================================
--- sofia-sip/trunk/debian/TODO.Debian 2006-07-10 22:29:00 UTC (rev 2038)
+++ sofia-sip/trunk/debian/TODO.Debian 2006-07-12 09:14:19 UTC (rev 2039)
@@ -1,10 +1,8 @@
1) Write manpages for: sip-dig, stunc
-2) Improve package descriptions
+2) Resolve the current legal issues: http://lists.debian.org/debian-legal/2006/06/msg00301.html
-3) Resolve the current legal issues: http://lists.debian.org/debian-legal/2006/06/msg00301.html
-
[OK] - libsofia-sip-ua/su/strtoull.c
Government & DoD "restricted rights"
Modified: sofia-sip/trunk/debian/changelog
===================================================================
--- sofia-sip/trunk/debian/changelog 2006-07-10 22:29:00 UTC (rev 2038)
+++ sofia-sip/trunk/debian/changelog 2006-07-12 09:14:19 UTC (rev 2039)
@@ -17,9 +17,15 @@
* Fix old malformed changelog entries -- keeps lintian happy
* Updated to Standards-Version: 3.7.2
* Initial release (Closes: #373173 -- the ITP for sofia-sip)
-
+
-- George Danchev <danchev at spnet.net> Tue, 13 Jun 2006 12:32:14 +0300
+ [ Kai Vehmanen ]
+ * Updated the package descriptions, and the notice concerning
+ shared-library naming and version.
+
+ -- Kai Vehmanen <kai.vehmanen at nokia.com> Tue, 11 Jul 2006 23:55:41 +0300
+
sofia-sip (1.11.8-1) unstable; urgency=high
* Updated to 1.11.8 upstream version.
Modified: sofia-sip/trunk/debian/control
===================================================================
--- sofia-sip/trunk/debian/control 2006-07-10 22:29:00 UTC (rev 2038)
+++ sofia-sip/trunk/debian/control 2006-07-12 09:14:19 UTC (rev 2039)
@@ -10,67 +10,93 @@
Section: net
Depends: libsofia-sip-ua0 (= ${Source-Version})
Suggests: sofia-sip-doc
-Description: SIP library utilities
- Sofia-SIP is an open-source SIP User-Agent library, compliant
+Description: Sofia-SIP library utilities
+ Sofia-SIP is an open-source SIP User-Agent library, compliant
with the IETF RFC3261 specification. It can be used as
a building block for SIP client software for uses such as VoIP,
IM, and many other real-time and person-to-person communication
services.
+ .
+ This package provides a set of console tools and helper
+ applications for use in scripts, testing and other uses. All
+ the tools utilize the Sofia-SIP library.
-# note: once the first stable version is released, the SONAME
-# should be added to the package name -> libsofia-sip-ua0 ;
+# note: debian guidelines are followed in library name and SONAME selection
# see http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html
Package: libsofia-sip-ua0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: sofia-sip-doc
-Description: SIP User-Agent library
- Glib bindings to Sofia-SIP is an open-source SIP User-Agent library.
+Description: Sofia-SIP library runtime
+ Sofia-SIP is an open-source SIP User-Agent library, compliant
+ with the IETF RFC3261 specification. It can be used as
+ a building block for SIP client software for uses such as VoIP,
+ IM, and many other real-time and person-to-person communication
+ services.
+ .
+ The library is implemented in ANSI C, and provides an extensive
+ set of features for implementing SIP/SIMPLE User-Agents. Highlights
+ include full UDP/TCP/TLS support, IPv4/6 support, SIMPLE presence
+ and messaging support, SIP offer/answer engine and numerous
+ mechanisms for NAT/FW traversal.
+ .
+ This package provides the main library runtime files.
-# see notes above
Package: libsofia-sip-ua-dev
Architecture: any
Section: devel
Depends: libsofia-sip-ua0 (= ${Source-Version})
Suggests: sofia-sip-doc
-Description: SIP User-Agent library development files
- Sofia-SIP is an open-source SIP User-Agent library, compliant
+Description: Sofia-SIP library development files
+ Sofia-SIP is an open-source SIP User-Agent library, compliant
with the IETF RFC3261 specification. It can be used as
a building block for SIP client software for uses such as VoIP,
IM, and many other real-time and person-to-person communication
- services.
+ services.
+ .
+ This package provides the headers and libraries needed to build
+ applications against the Sofia-SIP library.
-# note: once the first stable version is released, the SONAME
-# should be added to the package name -> libsofia-sip-ua-glib0 ;
+# note: debian guidelines are followed in library name and SONAME selection
# see http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html
Package: libsofia-sip-ua-glib0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: sofia-sip-doc
-Description: SIP User-Agent library
- Sofia-SIP is an open-source SIP User-Agent library, compliant
+Description: Sofia-SIP library glib/gobject interfaces runtime
+ Sofia-SIP is an open-source SIP User-Agent library, compliant
with the IETF RFC3261 specification. It can be used as
a building block for SIP client software for uses such as VoIP,
IM, and many other real-time and person-to-person communication
services.
+ .
+ This package provides glib/object interfaces to the Sofia-SIP library.
-# see notes above
Package: libsofia-sip-ua-glib-dev
Architecture: any
Section: devel
Depends: libsofia-sip-ua0 (= ${Source-Version}), libsofia-sip-ua-glib0 (= ${Source-Version})
Suggests: sofia-sip-doc
-Description: SIP User-Agent library development files
- Glib bindings to Sofia-SIP is an open-source SIP User-Agent library.
+Description: Sofia-SIP library glib/gobject interface development files
+ Sofia-SIP is an open-source SIP User-Agent library, compliant
+ with the IETF RFC3261 specification. It can be used as
+ a building block for SIP client software for uses such as VoIP,
+ IM, and many other real-time and person-to-person communication
+ services.
+ .
+ This package provides the headers and libraries needed to build
+ applications against the glib/object interfaces of Sofia-SIP library.
Package: sofia-sip-doc
Architecture: all
Section: doc
-Description: Sofia SIP User Agent library documentation
- Sofia-SIP is an open-source SIP User-Agent library, compliant
+Description: Sofia-SIP library library documentation
+ Sofia-SIP is an open-source SIP User-Agent library, compliant
with the IETF RFC3261 specification. It can be used as
a building block for SIP client software for uses such as VoIP,
IM, and many other real-time and person-to-person communication
services.
+ .
+ This package provides the library reference documentation.
More information about the Pkg-voip-commits
mailing list