[SCM] WorldForge configuration library branch, master, updated. upstream/0.6.7-8-g1262e1a

Stephen M. Webb stephen.webb at bregmasoft.ca
Fri Jan 13 15:33:41 UTC 2012


The following commit has been merged in the master branch:
commit 9e2b11b128dcc4696c5856d153abf278a631aa9b
Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
Date:   Fri Jan 13 09:46:46 2012 -0500

    changed package names due to SONAME version bump

diff --git a/debian/changelog b/debian/changelog
index 65d2328..4140716 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ varconf (0.6.7-1) UNRELEASED; urgency=low
   * convert to debhelper(8)
   * new maintainer (Debian games team) (Closes: #653978)
   * converted to 3.0 (quilt) source format
+  * changed package names due to SONAME version bump
 
  -- Stephen M. Webb <stephen.webb at bregmasoft.ca>  Fri, 13 Jan 2012 09:38:21 -0500
 
diff --git a/debian/control b/debian/control
index 1b3784f..4971355 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 8), libsigc++-2.0-dev
 Standards-Version: 3.8.3
 Homepage: http://www.worldforge.org/
 
-Package: libvarconf-1.0-6
+Package: libvarconf-1.0-7
 Architecture: any
 Depends: ${shlibs:Depends}
 Description: WorldForge configuration file handling library
@@ -23,7 +23,7 @@ Package: libvarconf-dev
 Architecture: any
 Section: libdevel
 Depends: libsigc++-2.0-dev,
-         libvarconf-1.0-6 (= ${binary:Version}),
+         libvarconf-1.0-7 (= ${binary:Version}),
          ${misc:Depends}
 Replaces: libvarconf-1.0-dev
 Conflicts: libvarconf-1.0-dev
@@ -37,11 +37,11 @@ Description: WorldForge configuration file handling library - development files
  This package contains the development files for compiling applications and
  libraries depending on varconf.
 
-Package: libvarconf-1.0-6-dbg
+Package: libvarconf-1.0-7-dbg
 Architecture: any
 Section: debug
 Priority: extra
-Depends: libvarconf-1.0-6 (= ${binary:Version}), ${misc:Depends}
+Depends: libvarconf-1.0-7 (= ${binary:Version}), ${misc:Depends}
 Description: WorldForge configuration file handling library - debugging libraries
  Varconf is a configuration system designed for the STAGE server. Varconf
  can parse configuration files, command-line arguments and environment
diff --git a/debian/libvarconf-1.0-6.install b/debian/libvarconf-1.0-7.install
similarity index 100%
rename from debian/libvarconf-1.0-6.install
rename to debian/libvarconf-1.0-7.install
diff --git a/debian/rules b/debian/rules
index 1a2cfae..1a7b36c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,5 +7,5 @@ override_dh_install:
 	dh_install --fail-missing -X.la -X.a
 
 override_dh_strip:
-	dh_strip --dbg-package=libvarconf-1.0-6-dbg
+	dh_strip --dbg-package=libvarconf-1.0-7-dbg
 

-- 
WorldForge configuration library



More information about the Pkg-games-commits mailing list