[SCM] thin, simple and robust network communication layer on top of UDP branch, master, updated. debian/1.2-3-3-gd0912f3

Ansgar Burchardt ansgar at 2008.43-1.org
Thu Apr 2 20:59:47 UTC 2009


The following commit has been merged in the master branch:
commit 59d597fd5703a817e99af24f56d0785097298166
Author: Ansgar Burchardt <ansgar at 2008.43-1.org>
Date:   Thu Apr 2 21:50:07 2009 +0200

    debian/control: Add ${misc:Depends}

diff --git a/debian/control b/debian/control
index 0d88bf6..28faadc 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Package: libenet2
 Section: libs
 Replaces: libenet (<< 1.0-3)
 Conflicts: libenet (<< 1.0-3)
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Architecture: any
 Description: thin network communication layer on top of UDP
  ENet's purpose is to provide a relatively thin, simple and robust network
@@ -26,7 +26,7 @@ Description: thin network communication layer on top of UDP
 
 Package: libenet-dev
 Section: libdevel
-Depends: libenet2
+Depends: ${misc:Depends}, libenet2
 Recommends: libenet-doc, libenet2-dbg
 Replaces: libenet1-dev (<< 1.2)
 Architecture: any
@@ -43,7 +43,7 @@ Description: thin network communication layer on top of UDP - headers
 
 Package: libenet1-dev
 Section: libdevel
-Depends: libenet-dev
+Depends: ${misc:Depends}, libenet-dev
 Architecture: all
 Description: transitional dummy package 
  ENet's purpose is to provide a relatively thin, simple and robust network
@@ -58,7 +58,7 @@ Package: libenet2-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: libenet2 (= ${binary:Version})
+Depends: ${misc:Depends}, libenet2 (= ${binary:Version})
 Description: thin network communication layer on top of UDP - debug symbols
  ENet's purpose is to provide a relatively thin, simple and robust network
  communication layer on top of UDP (User Datagram Protocol). The primary
@@ -73,6 +73,7 @@ Description: thin network communication layer on top of UDP - debug symbols
 Package: libenet-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Description: thin network communication layer on top of UDP - documentation
  ENet's purpose is to provide a relatively thin, simple and robust network
  communication layer on top of UDP (User Datagram Protocol). The primary

-- 
thin, simple and robust network communication layer on top of UDP



More information about the Pkg-games-commits mailing list