[Pkg-voip-commits] r5892 - in /sofia-sip/trunk/debian: changelog control rules

msp at alioth.debian.org msp at alioth.debian.org
Tue Jun 24 11:25:39 UTC 2008


Author: msp
Date: Tue Jun 24 11:25:39 2008
New Revision: 5892

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5892
Log:
missing-dependency-on-libc: Add Depends: ${shlibs:Depends},
${misc:Depends}

Modified:
    sofia-sip/trunk/debian/changelog
    sofia-sip/trunk/debian/control
    sofia-sip/trunk/debian/rules

Modified: sofia-sip/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/sofia-sip/trunk/debian/changelog?rev=5892&op=diff
==============================================================================
--- sofia-sip/trunk/debian/changelog (original)
+++ sofia-sip/trunk/debian/changelog Tue Jun 24 11:25:39 2008
@@ -1,6 +1,8 @@
 sofia-sip (1.12.9-1) UNRELEASED; urgency=low
 
   * (NOT RELEASED YET) New upstream release
+  * missing-dependency-on-libc: Add Depends: ${shlibs:Depends},
+    ${misc:Depends}
 
  -- Mark Purcell <msp at debian.org>  Tue, 24 Jun 2008 21:15:31 +1000
 

Modified: sofia-sip/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/sofia-sip/trunk/debian/control?rev=5892&op=diff
==============================================================================
--- sofia-sip/trunk/debian/control (original)
+++ sofia-sip/trunk/debian/control Tue Jun 24 11:25:39 2008
@@ -12,7 +12,7 @@
 Package: sofia-sip-bin
 Architecture: any
 Section: net
-Depends: libsofia-sip-ua0 (>= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libsofia-sip-ua0 (>= ${binary:Version})
 Suggests: sofia-sip-doc
 Description: Sofia-SIP library utilities
  Sofia-SIP is an open-source SIP User-Agent library, compliant 
@@ -50,7 +50,7 @@
 Package: libsofia-sip-ua-dev
 Architecture: any
 Section: libdevel
-Depends: libsofia-sip-ua0 (= ${binary:Version}), libc6-dev | libc-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, libsofia-sip-ua0 (= ${binary:Version}), libc6-dev | libc-dev
 Suggests: sofia-sip-doc
 Description: Sofia-SIP library development files
  Sofia-SIP is an open-source SIP User-Agent library, compliant 
@@ -83,7 +83,7 @@
 Package: libsofia-sip-ua-glib-dev
 Architecture: any
 Section: libdevel
-Depends: libsofia-sip-ua-glib3 (= ${binary:Version}), libsofia-sip-ua-dev, libglib2.0-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, libsofia-sip-ua-glib3 (= ${binary:Version}), libsofia-sip-ua-dev, libglib2.0-dev
 Suggests: sofia-sip-doc
 Description: Sofia-SIP library glib/gobject interface development files
  Sofia-SIP is an open-source SIP User-Agent library, compliant 

Modified: sofia-sip/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/sofia-sip/trunk/debian/rules?rev=5892&op=diff
==============================================================================
--- sofia-sip/trunk/debian/rules (original)
+++ sofia-sip/trunk/debian/rules Tue Jun 24 11:25:39 2008
@@ -24,7 +24,7 @@
 # Update that sum when new releases occur, this
 # catches silent file content forges at the server side
 
-MD5TRUSTED := ae0d64b3131b8aae1c5750e7bfd5306d
+MD5TRUSTED := e91bb7b6a3a5c21f2b09ffc6297da604
 
 DEBVERSION:=$(DEB_VERSION)
 UPVERSION:=$(DEB_UPSTREAM_VERSION)




More information about the Pkg-voip-commits mailing list