~ubuntu-branches/ubuntu/maverick/packagekit/maverick-proposed

« back to all changes in this revision

Viewing changes to lib/packagekit-qt/modules/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Heinlein
  • Date: 2009-08-25 13:03:26 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090825130326-jrky8pfx0ukz0lib
Tags: 0.4.9+20090825-0ubuntu1
* New upstream snapshot provding a lot of APT backend improvements:
  - Allow to install updates which require the installation of additional
    packages. Updates depending on the removal of a package are still
    blocked (LP: #342671, LP: #374011, LP: #374011)
  - Warn about the installation of untrusted package (LP: #256245)
  - Don't crash in APT post update hook if system D-Bus daemon isn't 
    running (LP: #388623)
  - Don't try to estimate a download progress during cache updating, since
    APT reports only a forth- and backwards running progress. (LP: #348053)
  - Support for python-apt 0.7.12 (LP: #415993)
  - Translated package descriptions
* debian/patches:
  - Remove ignore_packages_in_conffile (Merged upstream)
  - Remove fix_typo (Merged upstream)
  - Add fix_unicode: Handle the encoding messages via stdin/stdout correctly
    (LP: #396513)
  - Add fix_unicode_debfile: Convert the path of the local file which
    should be installed to the correct encoding (LP: #347327)
* debian/libpackagekit-qt-dev.install: Fix install location of CMake module.
  Thanks to Sveinung Kvilhaugsvik (LP: #345706)
* debian/control: Fix spelling of Qt. Thanks to Sveinung Kvilhaugsvik
  (LP: #378419)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        $(top_srcdir)/configure.ac
40
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
41
        $(ACLOCAL_M4)
42
 
mkinstalldirs = $(install_sh) -d
 
42
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
43
43
CONFIG_HEADER = $(top_builddir)/config.h
44
44
CONFIG_CLEAN_FILES =
45
45
SOURCES =
73
73
CC = @CC@
74
74
CCDEPMODE = @CCDEPMODE@
75
75
CFLAGS = @CFLAGS@
 
76
CONNMAN_CFLAGS = @CONNMAN_CFLAGS@
 
77
CONNMAN_LIBS = @CONNMAN_LIBS@
76
78
CPP = @CPP@
77
79
CPPFLAGS = @CPPFLAGS@
78
80
CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
168
170
PACKAGE_NAME = @PACKAGE_NAME@
169
171
PACKAGE_STRING = @PACKAGE_STRING@
170
172
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
173
PACKAGE_URL = @PACKAGE_URL@
171
174
PACKAGE_VERSION = @PACKAGE_VERSION@
172
175
PATH_SEPARATOR = @PATH_SEPARATOR@
173
176
PKG_CONFIG = @PKG_CONFIG@