[SCM] WorldForge 3D client (media) branch, master, updated. upstream/0.6.2-11-gf3aea29

Stephen M. Webb stephen.webb at bregmasoft.ca
Wed Jan 18 17:01:27 UTC 2012


The following commit has been merged in the master branch:
commit 539064d50af5ab2be09166248e4e1a84dbc55bca
Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
Date:   Wed Jan 18 10:31:08 2012 -0500

    Switched to using xz compression.

diff --git a/debian/changelog b/debian/changelog
index 683dc89..522d4da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ ember-media (0.6.2-1) UNRELEASED; urgency=low
   * Updated Standards-Version to 3.9.2 (no changes required).
   * Converted to use the dh build sequencer.
   * Converted to 3.0 (quilt) source format.
+  * Switched to using xz compression.
 
  -- Stephen M. Webb <stephen.webb at bregmasoft.ca>  Wed, 18 Jan 2012 09:55:21 -0500
 
diff --git a/debian/control b/debian/control
index 97da260..3a28b65 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Homepage: http://www.worldforge.org/
 
 Package: ember-media
 Architecture: all
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends}
 Recommends: ember
 Description: media data for Ember
diff --git a/debian/rules b/debian/rules
index a3da472..3174dee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,3 +9,6 @@ override_dh_auto_install:
 	find debian/ember-media/usr/share/ember -name \*.ttf -exec rm {} \;
 	find debian/ember-media/usr/share/ember -name LICENSE -exec rm {} \;
 
+override_dh_builddeb:
+	dh_builddeb -- -Zxz
+

-- 
WorldForge 3D client (media)



More information about the Pkg-games-commits mailing list