[Pkg-voip-commits] r6569 - in /libcommoncpp2/trunk/debian: changelog control

msp at alioth.debian.org msp at alioth.debian.org
Tue Dec 23 05:29:42 UTC 2008


Author: msp
Date: Tue Dec 23 05:29:41 2008
New Revision: 6569

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6569
Log:
Add ${misc:Depends}

Modified:
    libcommoncpp2/trunk/debian/changelog
    libcommoncpp2/trunk/debian/control

Modified: libcommoncpp2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libcommoncpp2/trunk/debian/changelog?rev=6569&op=diff
==============================================================================
--- libcommoncpp2/trunk/debian/changelog (original)
+++ libcommoncpp2/trunk/debian/changelog Tue Dec 23 05:29:41 2008
@@ -4,8 +4,9 @@
   * NEW package libccext2-1.7-0 
     - fixes package-name-doesnt-match-sonames
   * debian/libcommoncpp2-doc.lintian-overrides - cover up doxygens
-
- -- Mark Purcell <msp at debian.org>  Tue, 23 Dec 2008 16:18:19 +1100
+  * Add ${misc:Depends}
+
+ -- Mark Purcell <msp at debian.org>  Tue, 23 Dec 2008 16:25:34 +1100
 
 libcommoncpp2 (1.6.3-1) experimental; urgency=low
 

Modified: libcommoncpp2/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/libcommoncpp2/trunk/debian/control?rev=6569&op=diff
==============================================================================
--- libcommoncpp2/trunk/debian/control (original)
+++ libcommoncpp2/trunk/debian/control Tue Dec 23 05:29:41 2008
@@ -12,9 +12,8 @@
 Package: libcommoncpp2-dev
 Section: libdevel
 Architecture: any
-Depends: libccgnu2-1.7-0 (= ${binary:Version}), libgnutls-dev, zlib1g-dev, libgcrypt11-dev | libgcrypt-dev, pkg-config
+Depends: ${misc:Depends}, libccgnu2-1.7-0 (= ${binary:Version}), libgnutls-dev, zlib1g-dev, libgcrypt11-dev | libgcrypt-dev, pkg-config
 Suggests: libcommoncpp2-doc
-Conflicts: libcommonc++-dev
 Description: Header files and static libraries for Common C++ "2"
  Common C++ is a GNU package which offers portable "abstraction" of system
  services such as threads, networks, and sockets.  Common C++ also offers
@@ -27,7 +26,7 @@
 Package: libccgnu2-1.7-0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: A GNU package for creating portable C++ programs
  Common C++ "2" is a GNU package which offers portable "abstraction"
  of system services such as threads, networks, and sockets.  Common
@@ -41,5 +40,6 @@
 Replaces: libcommoncpp2-dev (<= 1.3.25-1)
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Description: Documentation files for Common C++ "2"
  This package contains the documentation files for the Common C++ "2" packages.




More information about the Pkg-voip-commits mailing list