[Pkg-cli-apps-commits] [SCM] docky branch, master, updated. 7ad619ceb07ae0b7c39db4a56aa96ea7a6abadd4

Christopher James Halse Rogers raof at ubuntu.com
Wed Feb 17 22:30:49 UTC 2010


The following commit has been merged in the master branch:
commit 8f2fbaea38a73f41f549c122279783d145cb1f6a
Author: Christopher James Halse Rogers <raof at ubuntu.com>
Date:   Wed Feb 17 22:47:31 2010 +1100

    Remove unusable NetworkManager docklet; Don't create clilibs for private gio-sharp library

diff --git a/debian/rules b/debian/rules
index 9e90c44..cfd2c50 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,10 +8,16 @@ include /usr/share/cli-common/cli.make
 override_dh_pysupport:
 	dh_pysupport usr/share/docky/helpers
 
-# Upstream installs the metadata as executable.
 override_dh_auto_install:
 	dh_auto_install
+# Upstream installs the metadata as executable.
 	chmod -x debian/tmp/usr/share/docky/helpers/metadata/*.info
+# The NetworkManager docklet requires an unreleased ndesk-dbus to work.
+	rm debian/tmp/usr/lib/docky/plugins/NetworkManager.dll
+
+override_dh_makeclilibs:
+# Docky's gio-sharp is private
+	dh_makeclilibs -X usr/lib/docky/*
 
 %:
 	dh  $@

-- 
docky



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