[Pkg-voip-commits] r1909 - sofia-sip/trunk/debian

George Danchev danchev-guest at costa.debian.org
Fri Jun 16 21:56:45 UTC 2006


Author: danchev-guest
Date: 2006-06-16 21:56:44 +0000 (Fri, 16 Jun 2006)
New Revision: 1909

Added:
   sofia-sip/trunk/debian/sofia-sip-ua-doc.install
   sofia-sip/trunk/debian/sofia-sip-ua-glib-doc.install
Modified:
   sofia-sip/trunk/debian/TODO.Debian
   sofia-sip/trunk/debian/changelog
   sofia-sip/trunk/debian/control
   sofia-sip/trunk/debian/rules
Log:
split-off 2 -doc packages;
remove versioned build-depends on cdbs to ease backporting to stable;
fix some minor typos

Modified: sofia-sip/trunk/debian/TODO.Debian
===================================================================
--- sofia-sip/trunk/debian/TODO.Debian	2006-06-16 19:20:34 UTC (rev 1908)
+++ sofia-sip/trunk/debian/TODO.Debian	2006-06-16 21:56:44 UTC (rev 1909)
@@ -1,19 +1,7 @@
-0) split-off a sofia-sip-doc package for doxygen generated documentation
 
-1) http://en.wikipedia.org/wiki/OpenSSL_exception
-   as sofia-sip could optionally links with SSL?
+1) Write manpages for: sip-dig, stunc
 
-2) Write manpages for: sip-dig, stunc
+2) Package prospective new upstream version of 1.12.0
 
+3) Improve package descriptions
 
-3) Fix build warnings:
-
-dh_shlibdeps -psofia-sip
-dpkg-shlibdeps: warning: could not find path for libsofia-sip-ua.so.0
-dpkg-shlibdeps: warning: could not find path for libsofia-sip-ua.so.0
-dpkg-shlibdeps: warning: could not find path for libsofia-sip-ua.so.0
-......
-dh_gencontrol -plibsofia-sip-ua
-dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
-
-4) Package prospective new upstream version of 1.12.0

Modified: sofia-sip/trunk/debian/changelog
===================================================================
--- sofia-sip/trunk/debian/changelog	2006-06-16 19:20:34 UTC (rev 1908)
+++ sofia-sip/trunk/debian/changelog	2006-06-16 21:56:44 UTC (rev 1909)
@@ -6,13 +6,14 @@
   [ George Danchev ]
   * Added print-version, get-orig-source targets to rules
   * Packages renamed -- sofia-sip-bin (executables inside)
-    libsofia-sip-ua0, libsofia-sip-ua-glib0 as suggested by libpkg-guide #5
-  * Version b-d up for cdbs, dh for level4 as required by cdbs 0.4.40 docs
+    libsofia-sip-ua0, libsofia-sip-ua-glib0 as suggested by libpkg-guide#5
+  * Version b-d for debhelper level4 as suggested by cdbs docs
   * Added watch file and TODO.Debian
   * Adjusted maintainer and uploaders fields
+  * Split-off 2 -doc packages -- sofia-sip-ua-doc and sofia-sip-ua-glib-doc
   * Do not override cdbs targets/vars -- common things should stay common
   * Install available man pages -- sip-dig.1 and stunc.1 still missing
-  * Fix old malformed changelog entires -- keeps lintian happy
+  * Fix old malformed changelog entries -- keeps lintian happy
   * Initial release (Closes: #373173 -- the ITP for sofia-sip)
 
  -- George Danchev <danchev at spnet.net>  Tue, 13 Jun 2006 12:32:14 +0300

Modified: sofia-sip/trunk/debian/control
===================================================================
--- sofia-sip/trunk/debian/control	2006-06-16 19:20:34 UTC (rev 1908)
+++ sofia-sip/trunk/debian/control	2006-06-16 21:56:44 UTC (rev 1909)
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: George Danchev <danchev at spnet.net>, Kai Vehmanen <kai.vehmanen at nokia.com>, Kilian Krause <kilian at debian.org>, Mark Purcell <msp at debian.org>
-Build-Depends: debhelper (>= 4.2.0), cdbs (>= 0.4.40), pkg-config, libglib2.0-dev, doxygen
+Build-Depends: debhelper (>= 4.2.0), cdbs, pkg-config, libglib2.0-dev, doxygen
 Standards-Version: 3.7.2
 
 Package: sofia-sip-bin
@@ -38,8 +38,18 @@
  IM, and many other real-time and person-to-person communication 
  services. 
 
+Package: sofia-sip-ua-doc
+Architecture: all
+Section: doc
+Description: SIP library User Agent 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. 
+
 # note: once the first stable version is released, the SONAME
-#       should be added to the package name -> libsofia-sip-ua0 ;
+#       should be added to the package name -> libsofia-sip-ua-glib0 ;
 #       see http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html
 Package: libsofia-sip-ua-glib0
 Architecture: any
@@ -60,3 +70,12 @@
 Description: SIP User-Agent library development files
  Glib bindings to Sofia-SIP is an open-source SIP  User-Agent library.
 
+Package: sofia-sip-ua-glib-doc
+Architecture: all
+Section: doc
+Description: SIP library User Agent glib bindings 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. 

Modified: sofia-sip/trunk/debian/rules
===================================================================
--- sofia-sip/trunk/debian/rules	2006-06-16 19:20:34 UTC (rev 1908)
+++ sofia-sip/trunk/debian/rules	2006-06-16 21:56:44 UTC (rev 1909)
@@ -9,10 +9,16 @@
 #DEB_CONFIGURE_SYSCONFDIR=/etc
 #DEB_CONFIGURE_EXTRA_FLAGS=--prefix=/usr
 
+DEB_INSTALL_DOCS_sofia-sip-ua-doc      := libsofia-sip-ua/docs/
+DEB_INSTALL_DOCS_sofia-sip-ua-glib-doc := libsofia-sip-ua-glib/docs/
+
 #debian/stamp-autotools-files:
 #	./configure --prefix=/usr
 #	touch debian/stamp-autotools-files
 
+common-build-indep::
+	$(MAKE) doxygen
+
 # The following is for internal development usage only
 # Update that sum when new releases occur, this
 # catches silent file content forges at the server side

Added: sofia-sip/trunk/debian/sofia-sip-ua-doc.install
===================================================================
--- sofia-sip/trunk/debian/sofia-sip-ua-doc.install	2006-06-16 19:20:34 UTC (rev 1908)
+++ sofia-sip/trunk/debian/sofia-sip-ua-doc.install	2006-06-16 21:56:44 UTC (rev 1909)
@@ -0,0 +1 @@
+usr/share/doc/sofia-sip-ua-doc/*

Added: sofia-sip/trunk/debian/sofia-sip-ua-glib-doc.install
===================================================================
--- sofia-sip/trunk/debian/sofia-sip-ua-glib-doc.install	2006-06-16 19:20:34 UTC (rev 1908)
+++ sofia-sip/trunk/debian/sofia-sip-ua-glib-doc.install	2006-06-16 21:56:44 UTC (rev 1909)
@@ -0,0 +1 @@
+usr/share/doc/sofia-sip-ua-glib-doc/*




More information about the Pkg-voip-commits mailing list