[Pkg-cli-apps-commits] [SCM] docky branch, master, updated. debian/2.0.3.1-1-6-gc51ac71

Iain Lane laney at ubuntu.com
Sat May 15 12:07:19 UTC 2010


The following commit has been merged in the master branch:
commit d186bbdbeb81131f370a4f68a3e377b452bd947d
Author: Iain Lane <laney at ubuntu.com>
Date:   Sat May 15 12:40:01 2010 +0100

    Add manual python dependency
    
    * debian/control: Add python dep to docky manually. When we stopped byte
      compiling the helpers, this dependency wasn't removed, but we do still
      need to have a python interpreter around to use them.

diff --git a/debian/changelog b/debian/changelog
index d5b68ca..9e1ba63 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ docky (2.0.3.1-2) UNRELEASED; urgency=low
     upstream to improve the window grouping reliability. Previously some
     applications, particularly OOo, would show two icons when the windows
     should have been grouped into one. 
+  * debian/control: Add python dep to docky manually. When we stopped byte
+    compiling the helpers, this dependency wasn't removed, but we do still
+    need to have a python interpreter around to use them. 
 
  -- Iain Lane <laney at ubuntu.com>  Fri, 14 May 2010 09:32:56 +0100
 
diff --git a/debian/control b/debian/control
index 3cc88dc..d2e75ca 100644
--- a/debian/control
+++ b/debian/control
@@ -37,7 +37,7 @@ Architecture: all
 Depends: ${shlibs:Depends},
  ${misc:Depends},
  ${cli:Depends},
- ${python:Depends},
+ python,
  librsvg2-common,
  python-docky
 Description: Elegant, powerful, clean dock

-- 
docky



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