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

Ansgar Burchardt ansgar at 43-1.org
Wed Dec 30 06:54:48 UTC 2009


The following commit has been merged in the master branch:
commit 87f372c6bf50a7216ac3d1325a79b72148b2f51d
Author: Ansgar Burchardt <ansgar at 43-1.org>
Date:   Wed Dec 30 14:20:38 2009 +0900

    change soname
    
    Change soname to `libenet.so.0debian1' and rename packages accordingly.
    
    Signed-off-by: Ansgar Burchardt <ansgar at 43-1.org>

diff --git a/debian/control b/debian/control
index 8cd69b8..ad1d429 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Vcs-Git: git://git.debian.org/git/pkg-games/enet.git
 Vcs-Browser: http://git.debian.org/?p=pkg-games/enet.git
 Homepage: http://enet.bespin.org/
 
-Package: libenet2
+Package: libenet0debian1
 Replaces: libenet (<< 1.0-3)
 Conflicts: libenet (<< 1.0-3)
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -25,8 +25,8 @@ Description: thin network communication layer on top of UDP
 
 Package: libenet-dev
 Section: libdevel
-Depends: ${misc:Depends}, libenet2 (= ${binary:Version})
-Recommends: libenet-doc, libenet2-dbg
+Depends: ${misc:Depends}, libenet0debian1 (= ${binary:Version})
+Recommends: libenet-doc, libenet0debian1-dbg
 Replaces: libenet1-dev (<< 1.2)
 Architecture: any
 Description: thin network communication layer on top of UDP - headers
@@ -53,11 +53,11 @@ 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
+Package: libenet0debian1-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${misc:Depends}, libenet2 (= ${binary:Version})
+Depends: ${misc:Depends}, libenet0debian1 (= ${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
diff --git a/debian/libenet-dev.links b/debian/libenet-dev.links
index da0f80a..a307da4 100644
--- a/debian/libenet-dev.links
+++ b/debian/libenet-dev.links
@@ -1 +1 @@
-usr/lib/libenet.so.2.0 usr/lib/libenet.so
+usr/lib/libenet.so.0debian1.0 usr/lib/libenet.so
diff --git a/debian/libenet2.install b/debian/libenet0debian1.install
similarity index 100%
rename from debian/libenet2.install
rename to debian/libenet0debian1.install
diff --git a/debian/libenet0debian1.links b/debian/libenet0debian1.links
new file mode 100644
index 0000000..dd4a799
--- /dev/null
+++ b/debian/libenet0debian1.links
@@ -0,0 +1 @@
+usr/lib/libenet.so.0debian1.0 usr/lib/libenet.so.0debian1
diff --git a/debian/libenet2.dirs b/debian/libenet2.dirs
deleted file mode 100644
index f5b3bee..0000000
--- a/debian/libenet2.dirs
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib
-
diff --git a/debian/libenet2.links b/debian/libenet2.links
deleted file mode 100644
index 393a2ea..0000000
--- a/debian/libenet2.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/libenet.so.2.0 usr/lib/libenet.so.2
diff --git a/debian/rules b/debian/rules
index 68d6fad..3e1ea9d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ override_dh_auto_configure:
 override_dh_auto_build:
 	dh_auto_build
 	# create the shared lib
-	gcc -Wl,-soname,libenet.so.2 -shared -o libenet.so.2.0 *.o
+	gcc -Wl,-soname,libenet.so.0debian1 -shared -o libenet.so.0debian1.0 *.o
 
 	doxygen
 
@@ -21,4 +21,4 @@ override_dh_clean:
 	dh_clean
 
 override_dh_strip:
-	dh_strip --dbg-package=libenet2-dbg
+	dh_strip --dbg-package=libenet0debian1-dbg

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



More information about the Pkg-games-commits mailing list