~ubuntu-branches/ubuntu/oneiric/unity-lens-music/oneiric

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-09-08 20:12:26 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: package-import@ubuntu.com-20110908201226-zpenogq93xqmwbfs
Tags: 0.1.4-0ubuntu1
* New upstream release.
  - Python PyGI support broken (LP: #844779)
* debian/control:
  - build-dep on latest libunity-dev for ABI/API break

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT(unity-lens-music, 0.1.2, https://launchpad.net/unity-lens-music)
 
1
AC_INIT(unity-lens-music, 0.1.4, https://launchpad.net/unity-lens-music)
2
2
AC_COPYRIGHT([Copyright 2011 Canonical])
3
3
 
4
4
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
63
63
                  gee-1.0
64
64
                  dee-1.0 >= 0.5.16
65
65
                  sqlite3 >= 3.7.7
66
 
                  unity >= 3.6.3)
 
66
                  unity >= 4.0.2)
67
67
 
68
68
 
69
69
AC_SUBST(LENS_DAEMON_CFLAGS)