r4480 - packages/trunk/libwfut/debian

Barry deFreese bddebian-guest at alioth.debian.org
Sat Oct 27 21:15:56 UTC 2007


Author: bddebian-guest
Date: 2007-10-27 21:15:56 +0000 (Sat, 27 Oct 2007)
New Revision: 4480

Added:
   packages/trunk/libwfut/debian/libwfut-0.1-0.install
   packages/trunk/libwfut/debian/watch
Removed:
   packages/trunk/libwfut/debian/libwfut-0.1.install
Modified:
   packages/trunk/libwfut/debian/changelog
   packages/trunk/libwfut/debian/control
   packages/trunk/libwfut/debian/rules
Log:
Add watch file.  Make package name match soname.


Modified: packages/trunk/libwfut/debian/changelog
===================================================================
--- packages/trunk/libwfut/debian/changelog	2007-10-27 16:52:06 UTC (rev 4479)
+++ packages/trunk/libwfut/debian/changelog	2007-10-27 21:15:56 UTC (rev 4480)
@@ -1,3 +1,11 @@
+libwfut (0.1.0-2) UNRELEASED; urgency=low
+
+  [ Barry deFreese ]
+  * Add watch file
+  * Change packagename to match soname libwfut-0.1-0
+
+ -- Barry deFreese <bddebian at comcast.net>  Sat, 27 Oct 2007 14:46:59 -0400
+
 libwfut (0.1.0-1) unstable; urgency=low
 
   * New release. (Closes: 437524)

Modified: packages/trunk/libwfut/debian/control
===================================================================
--- packages/trunk/libwfut/debian/control	2007-10-27 16:52:06 UTC (rev 4479)
+++ packages/trunk/libwfut/debian/control	2007-10-27 21:15:56 UTC (rev 4480)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 5), libtool, automake, autoconf, pkg-config, libsigc++-2.0-dev, libcurl4-gnutls-dev | libcurl3-gnutls-dev | libcurl4-openssl-dev | libcurl3-openssl-dev
 Standards-Version: 3.7.2
 
-Package: libwfut-0.1
+Package: libwfut-0.1-0
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
@@ -20,7 +20,7 @@
 Package: libwfut-0.1-dbg
 Section: libdevel
 Architecture: any
-Depends: libwfut-0.1 (= ${binary:Version})
+Depends: libwfut-0.1-0 (= ${binary:Version})
 Description: WorldForge Update Tool (debugging libs)
  libwfut is a C++ implementation of the client side of WFUT (forge/tools/WFUT).
  The aim of this library is to provide update capabilities for C++ based
@@ -31,7 +31,7 @@
 Package: libwfut-0.1-dev
 Section: libdevel
 Architecture: any
-Depends: libwfut-0.1 (= ${binary:Version}), libsigc++-2.0-dev, libcurl4-gnutls-dev | libcurl3-gnutls-dev | libcurl4-openssl-dev | libcurl3-openssl-dev
+Depends: libwfut-0.1-0 (= ${binary:Version}), libsigc++-2.0-dev, libcurl4-gnutls-dev | libcurl3-gnutls-dev | libcurl4-openssl-dev | libcurl3-openssl-dev
 Description: WorldForge Update Tool (development files)
  libwfut is a C++ implementation of the client side of WFUT (forge/tools/WFUT).
  The aim of this library is to provide update capabilities for C++ based

Added: packages/trunk/libwfut/debian/libwfut-0.1-0.install
===================================================================
--- packages/trunk/libwfut/debian/libwfut-0.1-0.install	                        (rev 0)
+++ packages/trunk/libwfut/debian/libwfut-0.1-0.install	2007-10-27 21:15:56 UTC (rev 4480)
@@ -0,0 +1 @@
+usr/lib/*.so.*

Deleted: packages/trunk/libwfut/debian/libwfut-0.1.install
===================================================================
--- packages/trunk/libwfut/debian/libwfut-0.1.install	2007-10-27 16:52:06 UTC (rev 4479)
+++ packages/trunk/libwfut/debian/libwfut-0.1.install	2007-10-27 21:15:56 UTC (rev 4480)
@@ -1 +0,0 @@
-usr/lib/*.so.*

Modified: packages/trunk/libwfut/debian/rules
===================================================================
--- packages/trunk/libwfut/debian/rules	2007-10-27 16:52:06 UTC (rev 4479)
+++ packages/trunk/libwfut/debian/rules	2007-10-27 21:15:56 UTC (rev 4480)
@@ -49,14 +49,14 @@
 	dh_testdir
 	dh_testroot
 	dh_install --sourcedir=debian/tmp
-	dh_makeshlibs -plibwfut-0.1
-	dh_strip -plibwfut-0.1 --dbg-package=libwfut-0.1-dbg
+	dh_strip -plibwfut-0.1-0 --dbg-package=libwfut-0.1-dbg
 	dh_strip -pwfut
 	dh_installdocs
 	dh_installchangelogs ChangeLog
 	dh_installman -pwfut debian/tmp/usr/share/man/man1/wfut.1
 	dh_compress
 	dh_fixperms
+	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol

Added: packages/trunk/libwfut/debian/watch
===================================================================
--- packages/trunk/libwfut/debian/watch	                        (rev 0)
+++ packages/trunk/libwfut/debian/watch	2007-10-27 21:15:56 UTC (rev 4480)
@@ -0,0 +1,3 @@
+version=3
+
+http://sf.net/worldforge/libwfut-(.*)\.tar\.gz




More information about the Pkg-games-commits mailing list