~ubuntu-branches/ubuntu/lucid/menu-cache/lucid

« back to all changes in this revision

Viewing changes to libmenu-cache/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-02-27 15:08:02 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100227150802-w3m006zu1bzhovb7
Tags: 0.3.2-0ubuntu1
* New upstream release. (LP: #529030)
 - Correctly bump SONAME with the API change of the 0.3 versions.
* debian/control & libmenu-cache*.install
 - Rename libmenu-cache0 to libmenu-cache1.
* debian/control
 - Remove Breaks, not needed anymore with the SONAME change.
 - Add Conflics/Replace with libmenu-cache0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
libmenu_cache_la_LDFLAGS =                      \
23
23
        -no-undefined                           \
24
24
        -export-symbols-regex menu_cache        \
 
25
        -version-info 1:0:0 \
25
26
        $(NULL)
26
27
 
27
28
lib_menu_cache_includedir = $(includedir)/menu-cache