The following commit has been merged in the master branch:
commit 539064d50af5ab2be09166248e4e1a84dbc55bca
Author: Stephen M. Webb <[email protected]>
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 <[email protected]>  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)

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to