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

« back to all changes in this revision

Viewing changes to contrib/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:
49
49
        $(top_srcdir)/configure.ac
50
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51
51
        $(ACLOCAL_M4)
52
 
mkinstalldirs = $(install_sh) -d
 
52
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
53
53
CONFIG_HEADER = $(top_builddir)/config.h
54
54
CONFIG_CLEAN_FILES =
55
55
am__installdirs = "$(DESTDIR)$(scriptdir)" \
99
99
CC = @CC@
100
100
CCDEPMODE = @CCDEPMODE@
101
101
CFLAGS = @CFLAGS@
 
102
CONNMAN_CFLAGS = @CONNMAN_CFLAGS@
 
103
CONNMAN_LIBS = @CONNMAN_LIBS@
102
104
CPP = @CPP@
103
105
CPPFLAGS = @CPPFLAGS@
104
106
CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
194
196
PACKAGE_NAME = @PACKAGE_NAME@
195
197
PACKAGE_STRING = @PACKAGE_STRING@
196
198
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
199
PACKAGE_URL = @PACKAGE_URL@
197
200
PACKAGE_VERSION = @PACKAGE_VERSION@
198
201
PATH_SEPARATOR = @PATH_SEPARATOR@
199
202
PKG_CONFIG = @PKG_CONFIG@