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

Kai Vehmanen kaiv-guest at costa.debian.org
Mon Sep 18 16:05:40 UTC 2006


Author: kaiv-guest
Date: 2006-09-18 16:05:39 +0000 (Mon, 18 Sep 2006)
New Revision: 2405

Modified:
   sofia-sip/trunk/debian/TODO.Debian
   sofia-sip/trunk/debian/changelog
   sofia-sip/trunk/debian/rules
Log:
Add cdbs rules for listing missing files (patch from Remi Denis-Courmont. Updated TODO list for upcoming sofia-sip-1.12.2 release.

Modified: sofia-sip/trunk/debian/TODO.Debian
===================================================================
--- sofia-sip/trunk/debian/TODO.Debian	2006-09-18 06:29:34 UTC (rev 2404)
+++ sofia-sip/trunk/debian/TODO.Debian	2006-09-18 16:05:39 UTC (rev 2405)
@@ -2,12 +2,13 @@
 
    a) add to libsofia-sip-ua-dev.install:
 
+   +usr/include/*/*/su_os_nw.h
+   +usr/share/sofia-sip/msg_parser.awk
    +usr/share/sofia-sip/tag_dll.awk
-   +usr/share/sofia-sip/msg_parser.awk
   
    b) add to libsofia-sip-ua-dev-glib.install:
 
-   usr/include/*/*/su_glib_source.h
+   usr/include/*/*/su_glib.h
 
    c) remove the custom rules for removing 'rfc*txt' from the
       upstream tarball (not needed anymore)

Modified: sofia-sip/trunk/debian/changelog
===================================================================
--- sofia-sip/trunk/debian/changelog	2006-09-18 06:29:34 UTC (rev 2404)
+++ sofia-sip/trunk/debian/changelog	2006-09-18 16:05:39 UTC (rev 2405)
@@ -8,6 +8,7 @@
 
   [ Rémi Denis-Courmont ]
   * Added explicit dependency between libsofia-sip-ua-glib0 and libsofia-sip-ua0.
+  * Modified rules to list installed files missing from packages.
   
  -- Kilian Krause <kilian at debian.org>  Sun, 30 Jul 2006 19:29:35 +0000
 

Modified: sofia-sip/trunk/debian/rules
===================================================================
--- sofia-sip/trunk/debian/rules	2006-09-18 06:29:34 UTC (rev 2404)
+++ sofia-sip/trunk/debian/rules	2006-09-18 16:05:39 UTC (rev 2405)
@@ -2,6 +2,7 @@
 
 DEB_DH_INSTALL_SOURCEDIR=debian/tmp
 
+include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
@@ -10,6 +11,8 @@
 common-build-indep::
 	$(MAKE) doxygen
 
+common-binary-post-install-arch:: list-missing
+
 cleanbuilddir/sofia-sip::
 	rm -f libsofia-sip-ua/nta/nta_tag_ref.c
 	rm -f libsofia-sip-ua/soa/soa_tag_ref.c




More information about the Pkg-voip-commits mailing list