Bug 29268 - telepathy-glib.deps is omitted from the tarball
Summary: telepathy-glib.deps is omitted from the tarball
Status: RESOLVED FIXED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: tp-glib (show other bugs)
Version: git master
Hardware: Other All
: medium normal
Assignee: Simon McVittie
QA Contact: Telepathy bugs list
URL: http://git.collabora.co.uk/?p=user/sm...
Whiteboard:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2010-07-26 10:34 UTC by Simon McVittie
Modified: 2010-07-28 05:59 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Simon McVittie 2010-07-26 10:34:58 UTC
telepathy-glib.deps needs to be included in the tarball for it to be useful. Branch on the way.

diff --git a/vala/Makefile.am b/vala/Makefile.am
index 6914909..93c64ec 100644
--- a/vala/Makefile.am
+++ b/vala/Makefile.am
@@ -1,11 +1,13 @@
 vapidir = $(datarootdir)/vala/vapi
 vapi_DATA = \
        telepathy-glib.vapi \
+       $(NULL)
+dist_vapi_DATA = \
        telepathy-glib.deps \
        $(NULL)
 
 BUILT_SOURCES = \
-       telepathy-glib.vapi \
+       $(vapi_DATA) \
        $(NULL)
 
 pkgconfigdir = ${libdir}/pkgconfig
Comment 1 Simon McVittie 2010-07-26 10:37:25 UTC
Branch added.
Comment 2 Philip Withnall 2010-07-27 13:39:11 UTC
(In reply to comment #1)
> Branch added.

Looks OK to me.
Comment 3 Simon McVittie 2010-07-28 05:59:13 UTC
Fixed in git for 0.11.12 (and also worked around in the 0.11.11-1+exp1 Debian packaging).


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.