~ubuntu-branches/debian/sid/packagekit/sid

« back to all changes in this revision

Viewing changes to policy/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Matthias Klumpp
  • Date: 2014-09-22 18:02:58 UTC
  • mfrom: (1.4.11)
  • Revision ID: package-import@ubuntu.com-20140922180258-3vdy9q9gp40vr0e6
Tags: 1.0.0-1
* New upstream release: 1.0.0
  - This release drops support for plugins
  - Aptcc is now the only viable backend for Debian, other
    backends have been removed upstream.
* Drop patches: Applied upstream
* Update symbols file
* Update copyright
* Bring back the PackageKit command-not-found support in a
  separate package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
am__aclocal_m4_deps = $(top_srcdir)/m4/as-linguas.m4 \
86
86
        $(top_srcdir)/m4/ax_check_compile_flag.m4 \
87
87
        $(top_srcdir)/m4/ax_check_link_flag.m4 \
88
 
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/libtool.m4 \
89
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
90
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
88
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
 
89
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
90
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
91
91
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
92
92
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93
93
        $(ACLOCAL_M4)
181
181
DATADIRNAME = @DATADIRNAME@
182
182
DBUS_SERVICES_DIR = @DBUS_SERVICES_DIR@
183
183
DBUS_SYS_DIR = @DBUS_SYS_DIR@
184
 
DEFAULT_BACKEND = @DEFAULT_BACKEND@
185
184
DEFS = @DEFS@
186
185
DEPDIR = @DEPDIR@
187
186
DLLTOOL = @DLLTOOL@
250
249
LIBEXECDIR = @LIBEXECDIR@
251
250
LIBOBJS = @LIBOBJS@
252
251
LIBS = @LIBS@
253
 
LIBSYSTEMD_JOURNAL_CFLAGS = @LIBSYSTEMD_JOURNAL_CFLAGS@
254
 
LIBSYSTEMD_JOURNAL_LIBS = @LIBSYSTEMD_JOURNAL_LIBS@
255
252
LIBTOOL = @LIBTOOL@
256
253
LIPO = @LIPO@
257
254
LN_S = @LN_S@
275
272
NMEDIT = @NMEDIT@
276
273
OBJDUMP = @OBJDUMP@
277
274
OBJEXT = @OBJEXT@
278
 
OPKG_CFLAGS = @OPKG_CFLAGS@
279
 
OPKG_LIBS = @OPKG_LIBS@
280
275
OTOOL = @OTOOL@
281
276
OTOOL64 = @OTOOL64@
282
277
PACKAGE = @PACKAGE@