[Pkg-cli-apps-commits] [SCM] sparkleshare branch, master, updated. debian/0.4.0-2

Iain Lane laney at debian.org
Mon Nov 28 14:50:24 UTC 2011


The following commit has been merged in the master branch:
commit 2ac5762134abea79d99f9383addd48a6f5f00d05
Author: Iain Lane <laney at debian.org>
Date:   Mon Nov 28 14:03:44 2011 +0000

    Depend on gnome-icon-theme.
    
    SparkleShare unconditionally uses GNOME icons and crashes when they are
    not available.
    
    Closes: #650209

diff --git a/debian/control b/debian/control
index bff021d..2063e29 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/packages/sparkleshare.git
 
 Package: sparkleshare
 Architecture: all
-Depends: git (>= 1.7.1),
+Depends: gnome-icon-theme,
+         git (>= 1.7.1),
          gvfs (>= 1.3),
          ${cli:Depends},
          ${misc:Depends},

-- 
sparkleshare



More information about the Pkg-cli-apps-commits mailing list