[SCM] thin, simple and robust network communication layer on top of UDP branch, master, updated. upstream/1.2-19-g49c85af

Ansgar Burchardt ansgar at 2008.43-1.org
Tue Aug 26 22:51:20 UTC 2008


The following commit has been merged in the master branch:
commit 49c85afdccc0662065126391851662bc461e48c6
Author: Ansgar Burchardt <ansgar at 2008.43-1.org>
Date:   Wed Aug 27 00:44:42 2008 +0200

    add libenet2-dbg with debugging symbols

diff --git a/debian/changelog b/debian/changelog
index 3e74a1c..1090d0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,8 +19,9 @@ enet (1.2-1) experimental; urgency=low
   * Change description for libenet2 and libenet-dev
   * Add libenet-doc package for documentation, also generate said
     documentation with doxygen
+  * Add libenet2-dbg with debugging symbols
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Tue, 26 Aug 2008 23:21:43 +0200
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Wed, 27 Aug 2008 00:43:58 +0200
 
 enet (1.1-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 67b3bc3..0816e1a 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Description: thin network communication layer on top of UDP
 
 Package: libenet-dev
 Section: libdevel
-Recommends: libenet-doc
+Recommends: libenet-doc, libenet2-dbg
 Replaces: libenet1-dev (<< 1.2)
 Architecture: any
 Description: thin network communication layer on top of UDP - headers
@@ -53,6 +53,22 @@ Description: transitional dummy package
  that handles authentication, lobbying, server discovery, compression,
  encryption and other high level, often application level or dependent tasks.
 
+Package: libenet2-dbg
+Section: libs
+Priority: extra
+Architecture: any
+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
+ feature it provides is optional reliable, in-order delivery of packets.
+ .
+ ENet is NOT intended to be a general purpose high level networking library
+ that handles authentication, lobbying, server discovery, compression,
+ encryption and other high level, often application level or dependent tasks.
+ .
+ This package contains the debugging symbols for the library.
+
 Package: libenet-doc
 Section: doc
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 09481d6..92c1009 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,9 @@ binary-indep: build install
 	dh binary-indep
 
 binary-arch: build install
-	dh binary-arch
+	dh binary-arch --before dh_strip
+	dh_strip --dbg-package=libenet2-dbg
+	dh binary-arch --remaining
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install 

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



More information about the Pkg-games-commits mailing list