[SCM] WorldForge client entity library branch, master, updated. debian/1.3.19-1_RFS1-7-ga1227d4

Stephen M. Webb stephen.webb at bregmasoft.ca
Sat Mar 3 18:21:30 UTC 2012


The following commit has been merged in the master branch:
commit 4538937e4a1ff1aed64307d7c3ee7e9c6c151a92
Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
Date:   Sat Mar 3 13:15:16 2012 -0500

    converted to use xz compression in packaging

diff --git a/debian/changelog b/debian/changelog
index ec98e1c..9a4b891 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,8 +12,9 @@ eris (1.3.19-1) UNRELEASED; urgency=low
   * converted to use the dh build sequencer (compat level 9)
     - made binary packages multi-arch
     - regenerated autotools auxiliary files on build
+  * converted to use xz compression in packaging
 
- -- Stephen M. Webb <stephen.webb at bregmasoft.ca>  Sat, 03 Mar 2012 12:29:40 -0500
+ -- Stephen M. Webb <stephen.webb at bregmasoft.ca>  Sat, 03 Mar 2012 13:14:36 -0500
 
 eris (1.3.14-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 730a1d6..2393042 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-games/eris.git
 Package: liberis-1.3-19
 Architecture: any
 Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
+Pre-Depends: ${misc:Pre-Depends}, dpkg (>= 1.15.6~)
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: WorldForge client entity library
  Eris is designed to simplify client development (and avoid repeating the
@@ -50,7 +50,7 @@ Description: WorldForge client entity library
 Package: liberis-1.3-dev
 Section: libdevel
 Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
+Pre-Depends: ${misc:Pre-Depends}, dpkg (>= 1.15.6~)
 Depends: libatlas-cpp-0.6-dev (>= 0.6.0-1),
          liberis-1.3-19 (= ${binary:Version}),
          libglib2.0-dev,
@@ -90,7 +90,7 @@ Section: debug
 Architecture: any
 Multi-Arch: same
 Priority: extra
-Pre-Depends: ${misc:Pre-Depends}
+Pre-Depends: ${misc:Pre-Depends}, dpkg (>= 1.15.6~)
 Depends: liberis-1.3-19 (= ${binary:Version}), ${misc:Depends}
 Description: WorldForge client entity library - debugging library
  Eris is designed to simplify client development (and avoid repeating the
@@ -120,6 +120,7 @@ Description: WorldForge client entity library - debugging library
 
 Package: liberis-doc
 Section: doc
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends}
 Suggests: liberis-1.3-dev
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 794a090..80fd8e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,3 +20,6 @@ override_dh_strip:
 	done
 	dh_strip -s --remaining-packages
 
+override_dh_builddeb:
+	dh_builddeb -- -Zxz
+

-- 
WorldForge client entity library



More information about the Pkg-games-commits mailing list