[Bug 29268] New: telepathy-glib.deps is omitted from the tarball

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jul 26 19:34:58 CEST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=29268

           Summary: telepathy-glib.deps is omitted from the tarball
           Product: Telepathy
           Version: git master
          Platform: Other
        OS/Version: All
            Status: ASSIGNED
          Keywords: patch
          Severity: normal
          Priority: medium
         Component: tp-glib
        AssignedTo: simon.mcvittie at collabora.co.uk
        ReportedBy: simon.mcvittie at collabora.co.uk
         QAContact: telepathy-bugs at lists.freedesktop.org
                CC: bugzilla at tecnocode.co.uk


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

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the telepathy-bugs mailing list