~ubuntu-branches/ubuntu/wily/grilo/wily

« back to all changes in this revision

Viewing changes to m4/gtk-doc.m4

  • Committer: Package Import Robot
  • Author(s): Alberto Garcia
  • Date: 2014-02-15 18:06:20 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20140215180620-m8p91wg7zordxcl8
Tags: 0.2.8-1
* New upstream release (Closes: #739025, #739028).
* debian/control:
  - Update Standards-Version to 3.9.5 (no changes).
  - Bump build dependency on libglib2.0-dev to 2.32.
  - Add build dependency on libtotem-plparser-dev.
  - Build depend on the generic valac package, there's no need for any
    specific version of Vala.
* Don't require libvala, it's not used by Grilo at all.
  - debian/patches/drop-libvala.patch: remove check in configure.ac
  - debian/control: remove build dependency.
* debian/libgrilo-0.2-1.symbols: update.
* debian/copyright: update copyright years.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
  AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first
12
12
 
13
13
  dnl check for tools we added during development
14
 
  AC_PATH_PROG([GTKDOC_CHECK],[gtkdoc-check])
 
14
  dnl Use AC_CHECK_PROG to avoid the check target using an absolute path that
 
15
  dnl may not be writable by the user. Currently, automake requires that the
 
16
  dnl test name must end in '.test'.
 
17
  dnl https://bugzilla.gnome.org/show_bug.cgi?id=701638
 
18
  AC_CHECK_PROG([GTKDOC_CHECK],[gtkdoc-check],[gtkdoc-check.test])
 
19
  AC_PATH_PROG([GTKDOC_CHECK_PATH],[gtkdoc-check])
15
20
  AC_PATH_PROGS([GTKDOC_REBASE],[gtkdoc-rebase],[true])
16
21
  AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf])
17
22