~ubuntu-branches/ubuntu/natty/muon/natty

« back to all changes in this revision

Viewing changes to installer/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2011-01-03 14:28:31 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110103142831-htvytta1vjsdggcg
Tags: 1.0.95-0ubuntu1
* New upstream release candidate:
  - Add a new libmuonprivate1 package for the new libmuonprivate library
    which was formerly a static library
  - Create debian/not-installed and place the development symlink for
    libmuonprivate in it, since it is a private library
* Port the packaging to the debhelper 8 standard:
  - Bump debian/compat to 8
  - Bump the build-depend version on debhelper to 8.0.0~
  - Place the debhelper options after the sequence in debian/rules
* Add a homepage field to debian/control with Muon's homepage

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
kde4_add_executable(muon-installer ${muon_installer_SRCS})
34
34
 
35
 
target_link_libraries(muon-installer libmuon
36
 
                                     ${KDE4_KDEUI_LIBS}
 
35
target_link_libraries(muon-installer muonprivate
37
36
                                     ${KDE4_KIO_LIBS}
38
 
                                     ${KDE4_SOLID_LIBS}
39
37
                                     ${QAPT_LIBRARY}
40
 
                                     ${KDE4_NEPOMUK_LIBS}
41
38
                                     ${DEBCONF_KDE_LIB})
42
39
 
43
40
install(TARGETS muon-installer ${INSTALL_TARGETS_DEFAULT_ARGS} )