~ubuntu-branches/ubuntu/precise/unity-lens-applications/precise

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2012-02-03 11:40:17 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120203114017-bzja7rp02htoythj
Tags: 5.2.0-0ubuntu1
* New upstream release.
  - Dash - Remove Dash Home shortcut icons (LP: #885738)
  - Dash - Most Frequently Used apps change to Recently Used, without
    Launcher favorites (LP: #893214)
  - Apps Lens passes wrong arguments to Zeitgeist search (LP: #912719)
* debian/control:
  - ensure we continue building with vala 0.14
  - put the transitional package to extra priority
  - build-dep on latest libunity-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        $(srcdir)/com.canonical.Unity.AppsLens.gschema.xml.in.in \
41
41
        $(srcdir)/unity-lens-applications.menu.in
42
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
 
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
44
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
45
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
46
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
 
43
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
47
44
        $(top_srcdir)/configure.ac
48
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49
46
        $(ACLOCAL_M4)