r2509 - packages/trunk/enet/debian

Gonéri Le Bouder goneri-guest at alioth.debian.org
Sat Mar 24 19:00:16 CET 2007


Author: goneri-guest
Date: 2007-03-24 18:00:16 +0000 (Sat, 24 Mar 2007)
New Revision: 2509

Modified:
   packages/trunk/enet/debian/changelog
   packages/trunk/enet/debian/control
Log:
keep a dumy package libenet-dev for the transition


Modified: packages/trunk/enet/debian/changelog
===================================================================
--- packages/trunk/enet/debian/changelog	2007-03-24 17:52:18 UTC (rev 2508)
+++ packages/trunk/enet/debian/changelog	2007-03-24 18:00:16 UTC (rev 2509)
@@ -1,13 +1,13 @@
-enet (1.0-3) UNRELEASED; urgency=low
+enet (1.0-3) experimental; urgency=low
 
   * create a shared lib to respect Debian policy
    - add libenet1-dev.links
    - calls dh_makeshlibs
-   - provide libenet1
-   - provide libenet1-dev that conflicts on libenet-dev
-   - add a pkg-config file (Closes: #387581)
+  * provide libenet1 and libenet1-dev. Keeps libenet-dev as dummy package for
+    the transition
+  * add a pkg-config file (Closes: #387581)
 
- -- Gonéri Le Bouder <goneri at rulezlan.org>  Fri,  2 Feb 2007 23:49:12 +0100
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Sat, 24 Mar 2007 18:55:29 +0100
 
 enet (1.0-2) unstable; urgency=medium
 

Modified: packages/trunk/enet/debian/control
===================================================================
--- packages/trunk/enet/debian/control	2007-03-24 17:52:18 UTC (rev 2508)
+++ packages/trunk/enet/debian/control	2007-03-24 18:00:16 UTC (rev 2509)
@@ -8,8 +8,8 @@
 
 Package: libenet1
 Section: libs
-Replaces: libenet
-Conflicts: libenet
+Replaces: libenet (<< 1.0-3)
+Conflicts: libenet (<< 1.0-3)
 Depends: ${shlibs:Depends}
 Architecture: any
 Description: devel files for libenet, a UDP networking library
@@ -26,8 +26,8 @@
 Package: libenet1-dev
 Section: libdevel
 Depends: libenet1
-Replaces: libenet-dev
-Conflicts: libenet-dev
+Replaces: libenet-dev (<< 1.0-3)
+Conflicts: libenet-dev (<< 1.0-3)
 Architecture: any
 Description: devel files for libenet, a UDP networking library
  ENet's purpose is to provide a relatively thin, simple and robust network
@@ -40,3 +40,18 @@
  .
   Homepage http://enet.cubik.org 
 
+Package: libenet-dev
+Section: libdevel
+Depends: libenet1-dev
+Architecture: all
+Description: transitional dummy package 
+ 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.
+ .
+  Homepage http://enet.cubik.org 
+




More information about the Pkg-games-commits mailing list