~ubuntu-branches/ubuntu/maverick/telepathy-glib/maverick

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Simon McVittie
  • Date: 2010-07-15 11:52:25 UTC
  • Revision ID: james.westby@ubuntu.com-20100715115225-pxtfh66okons3mzt
Tags: 0.11.10-1+exp1
* Enable the experimental Vala bindings and install them in
  libtelepathy-glib-dev
* Add telepathy-glib.deps (taken from upstream git) and install it alongside
  the Vala bindings, to have correct interdependencies
* Really get the documentation directories right if using dh_buildinfo

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
DEB_CONFIGURE_EXTRA_FLAGS := \
19
19
        --disable-Werror \
20
20
        --enable-introspection \
 
21
        --enable-vala-bindings \
21
22
        --enable-gtk-doc \
22
23
        --with-html-dir=\$${prefix}/share/doc/libtelepathy-glib-doc
23
24
 
34
35
DEB_INSTALL_DOCS_libtelepathy-glib-dev := --link-doc=libtelepathy-glib0
35
36
DEB_INSTALL_DOCS_gir1.0-telepathyglib-0.12 := --link-doc=libtelepathy-glib0
36
37
 
 
38
debian/stamp-buildinfo: insist-on-symlinks
 
39
insist-on-symlinks:
 
40
        for p in libtelepathy-glib0-dbg libtelepathy-glib-dev gir1.0-telepathyglib-0.12; do \
 
41
                install -d debian/$$p/usr/share/doc || exit $$?; \
 
42
                ln -s libtelepathy-glib0 debian/$$p/usr/share/doc/$$p || exit $$?; \
 
43
        done
 
44
 
37
45
include $(CURDIR)/debian/update-patches.mk