The following commit has been merged in the master branch:
commit 142b33421536fef09109632c08ba6e3bb0871b07
Author: Ansgar Burchardt <[email protected]>
Date:   Mon Jan 5 18:11:14 2009 +0100

    debian/rules: Add `-alpha on' when using convert to preserve transparency.

diff --git a/debian/changelog b/debian/changelog
index 9850207..0939636 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ simutrans (101.0-1) UNRELEASED; urgency=low
     + Update translations.
   * Require latest version of simutrans-pak64 (101.0).
   * Refresh patches, remove those applied upstream.
+  * debian/rules: Add `-alpha on' when using convert to preserve transparency.
 
  -- Ansgar Burchardt <[email protected]>  Sun, 04 Jan 2009 20:51:07 +0100
 
diff --git a/debian/rules b/debian/rules
index 6f776b1..6645865 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ include /usr/share/quilt/quilt.make
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
        dh build
-       convert simutrans.ico debian/simutrans.xpm
+       convert simutrans.ico -alpha on debian/simutrans.xpm
 
        # we have to remove the object files before, as there are
        # code sections that behave differently when compiled

-- 
transportation simulator

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

Reply via email to