The following commit has been merged in the master branch:
commit 5e86bdc1ef928bcfdd743e7aa8e3871b5e61d1e5
Author: Gabriele Giacone <[email protected]>
Date:   Tue Sep 18 15:02:36 2012 +0200

    Fix binary xz compression.

diff --git a/debian/changelog b/debian/changelog
index 50d836a..51c8a3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ sweethome3d (3.6+dfsg-1) UNRELEASED; urgency=low
   * New upstream release (Closes: #687996).
   * B-D on default-jdk, runtime on default-jre (Closes: #684298).
   * Remove gamma correction from icons (Closes: #687823).
+  * Fix binary xz compression.
 
  -- Gabriele Giacone <[email protected]>  Tue, 18 Sep 2012 13:36:44 +0200
 
diff --git a/debian/rules b/debian/rules
index 0424a9b..681be50 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,9 @@ override_dh_auto_install:
                -colorspace RGB -gravity center -extent 32x32 
$(ICONS)/sweethome3d.xpm
        dh_install
 
+override_dh_builddeb:
+       dh_builddeb -- -Zxz
+
 override_dh_auto_clean:
        find . -name *.class -print -exec rm -f {} \;
        rm -rf $(JARFILE) $(ICONS)

-- 
sweethome3d - Interior 2D design application with 3D preview

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

Reply via email to