[Pkg-telepathy-commits] [SCM] MC 5 packaging branch, debian, updated. debian/5.1.3-1-7-gf3e6f89

Simon McVittie smcv at debian.org
Thu Jul 9 09:51:39 UTC 2009


The following commit has been merged in the debian branch:
commit 9d60281fd9e9572c7b86031936123c64e4992e92
Author: Simon McVittie <smcv at debian.org>
Date:   Thu Jul 9 10:37:37 2009 +0100

    Delete mc-account-convert, if we compiled against gconf

diff --git a/debian/rules b/debian/rules
index 785a64a..4921f7b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,9 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk
 # The AccountManager.service is inappropriate on mainstream distributions,
 # as per telepathy-spec - clients should activate a particular implementation,
 # not the generic name.
+#
+# mc-account-convert requires GConf which we don't want to depend on here,
+# so if we were compiled on a non-minimal system, get rid of it.
 common-binary-post-install-arch:: list-missing
 list-missing: remove-cruft
 remove-cruft:
@@ -19,6 +22,8 @@ remove-cruft:
 	rm -rf debian/tmp/usr/lib/pkgconfig
 	rm -f debian/tmp/usr/share/dbus-1/services/org.freedesktop.Telepathy.AccountManager.service
 	rm -rf debian/tmp/usr/share/gtk-doc
+	rm -f debian/tmp/usr/bin/mc-account-convert
+	rm -f debian/tmp/usr/share/man/man1/mc-account-convert.1
 
 DEB_DH_STRIP_ARGS := --dbg-package=telepathy-mission-control-5-dbg
 

-- 
MC 5 packaging



More information about the Pkg-telepathy-commits mailing list