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

George Danchev danchev-guest at costa.debian.org
Tue Jun 20 14:39:44 UTC 2006


Author: danchev-guest
Date: 2006-06-20 14:39:43 +0000 (Tue, 20 Jun 2006)
New Revision: 1920

Modified:
   sofia-sip/trunk/debian/TODO.Debian
   sofia-sip/trunk/debian/rules
Log:
add rm commands to cleandir target; add todo entry to resolve a problem when a file is being supplied by two packages

Modified: sofia-sip/trunk/debian/TODO.Debian
===================================================================
--- sofia-sip/trunk/debian/TODO.Debian	2006-06-20 07:37:42 UTC (rev 1919)
+++ sofia-sip/trunk/debian/TODO.Debian	2006-06-20 14:39:43 UTC (rev 1920)
@@ -3,3 +3,5 @@
 
 2) Improve package descriptions
 
+3) dpkg: error processing libsofia-sip-ua-glib-dev_1.12.0-1_i386.deb (--install):
+ trying to overwrite `/usr/include/sofia-sip-1.12/sofia-sip/su_source.h', which is also in package libsofia-sip-ua-dev

Modified: sofia-sip/trunk/debian/rules
===================================================================
--- sofia-sip/trunk/debian/rules	2006-06-20 07:37:42 UTC (rev 1919)
+++ sofia-sip/trunk/debian/rules	2006-06-20 14:39:43 UTC (rev 1920)
@@ -18,6 +18,11 @@
 common-build-indep::
 	$(MAKE) doxygen
 
+cleanbuilddir/sofia-sip::
+	rm -f libsofia-sip-ua/nta/nta_tag_ref.c
+	rm -f libsofia-sip-ua/soa/soa_tag_ref.c
+	rm -f libsofia-sip-ua/nua/nua_tag_ref.c
+
 # 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




More information about the Pkg-voip-commits mailing list