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

Kai Vehmanen kaiv-guest at alioth.debian.org
Fri Dec 22 12:56:03 CET 2006


Author: kaiv-guest
Date: 2006-12-22 12:56:03 +0100 (Fri, 22 Dec 2006)
New Revision: 2835

Modified:
   sofia-sip/trunk/debian/TODO.Debian
   sofia-sip/trunk/debian/changelog
   sofia-sip/trunk/debian/rules
Log:
sofia-sip: Removed install of addrinfo binary. Try to avoid top-level doxygen target twice.

Modified: sofia-sip/trunk/debian/TODO.Debian
===================================================================
--- sofia-sip/trunk/debian/TODO.Debian	2006-12-20 12:29:56 UTC (rev 2834)
+++ sofia-sip/trunk/debian/TODO.Debian	2006-12-22 11:56:03 UTC (rev 2835)
@@ -1,19 +1,18 @@
 1) todo list for next upstream release (1.12.5) 
 
-   btw. is it intended that doxygen is run 2*2 (read four) times in a row?
-   I have double "running doxygen first time in su" and "running doxygen in
-   second time in su" including all the following. Apart from the "running
-   doxygen in second time" being bad english (the "in" should be removed
-   here) it's plain a waste of resources to do this process even twice, no?
+   - add libsofia-sip-ua-glib3 package and deprecate libsofia-sip-ua-glib0; 
+     there are yet no packages depending on libsofia-sip-ua-glib0 in Debian,
+     so the transition should be straighforward
 
-   Ref: http://lists.alioth.debian.org/pipermail/pkg-voip-maintainers/2006-November/006604.html
-   
-   To be resolved upstream ?
-
 2) generic concerns
 
-   should we give some recommendations for embedded
-   systems (like rm -rf /usr/share/doc) in README.Debian ?
+   - any way to reduce number of doxygen runs of current two per library
+     (current total of our)? 1.12.4-2 fixed one bug where the top-level
+     doxygen target was run multiple times
+     ref:http://lists.alioth.debian.org/pipermail/pkg-voip-maintainers/2006-November/006604.html
+   
+   - should we give some recommendations for embedded
+     systems (like rm -rf /usr/share/doc) in README.Debian ?
 
 3) pkg-config dependencies
  

Modified: sofia-sip/trunk/debian/changelog
===================================================================
--- sofia-sip/trunk/debian/changelog	2006-12-20 12:29:56 UTC (rev 2834)
+++ sofia-sip/trunk/debian/changelog	2006-12-22 11:56:03 UTC (rev 2835)
@@ -1,6 +1,11 @@
 sofia-sip (1.12.4-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  [ Kai Vehmanen ]
+  * Do not install addrinfo binary and man page. Fixes #404008. 
+    Next upstream release will contain a renamed binary that can
+    be added back to the package.
+  * Fixed problem with running top-level doxygen target twice
 
  -- Kilian Krause <kilian at debian.org>  Thu, 30 Nov 2006 18:07:56 +0100
 

Modified: sofia-sip/trunk/debian/rules
===================================================================
--- sofia-sip/trunk/debian/rules	2006-12-20 12:29:56 UTC (rev 2834)
+++ sofia-sip/trunk/debian/rules	2006-12-22 11:56:03 UTC (rev 2835)
@@ -9,10 +9,14 @@
 
 DEB_INSTALL_DOCS_sofia-sip-doc          := libsofia-sip-ua/docs/html
 
-common-build-indep::
+common-binary-post-install-arch:: list-missing
+
+build/sofia-sip-doc::
 	$(MAKE) doxygen
 
-common-binary-post-install-arch:: list-missing
+install/sofia-sip-bin::
+	rm -f debian/tmp/usr/bin/addrinfo
+	rm -f debian/tmp/usr/share/man/man1/addrinfo.1
 
 cleanbuilddir/sofia-sip::
 	rm -f libsofia-sip-ua/nta/nta_tag_ref.c




More information about the Pkg-voip-commits mailing list