~ubuntu-branches/ubuntu/oneiric/evince/oneiric-updates

« back to all changes in this revision

Viewing changes to backend/dvi/mdvi-lib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya, Josselin Mouette, Rodrigo Moya
  • Date: 2011-05-19 12:12:42 UTC
  • mfrom: (1.1.65 upstream) (1.3.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110519121242-967hbn2nh2hunp4y
Tags: 3.0.0-4ubuntu1
[ Josselin Mouette ]
* bug-presubj: please document where to report rendering bugs.
* evince.mime: dropped. We have desktop files to handle MIME 
  associations, no need to maintain an alternate system by hand.
  Closes: #619564, #627027, #551734, #581441.

[ Rodrigo Moya ]
* Rebase from Debian and GNOME3 PPA (thanks to Rico Tzschichholz).
  Remaining Ubuntu changes:
* debian/apparmor-profile:
* debian/apparmor-profile.abstraction:
* debian/evince.apport:
* debian/evince-common.dirs:
* debian/evince-common.postinst:
* debian/evince-common.postrm:
  - Add apparmor profile
* debian/control:
  - Build-Depend on debhelper (>= 7.4.20ubuntu5), gnome-common,
    hardening-includes and liblaunchpad-integration-3.0-dev
  - Standards-Version is 3.9.1
  - Depend on apparmor
* debian/rules:
  - Include hardening.make
  - Add rule to install apparmor files
* debian/watch:
  - Watch unstable series
* debian/patches/01_lpi.patch:
  - Launchpad integration patch
* debian/patches/04_gold.patch:
  - Link against libz
* debian/patches/05_library-path.patch:
  - Fix library path for g-ir-scanner

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
DATADIRNAME = @DATADIRNAME@
121
121
DEFS = @DEFS@
122
122
DEPDIR = @DEPDIR@
 
123
DESKTOP_SCHEMAS_CFLAGS = @DESKTOP_SCHEMAS_CFLAGS@
 
124
DESKTOP_SCHEMAS_LIBS = @DESKTOP_SCHEMAS_LIBS@
123
125
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
124
126
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
125
127
DJVU_CFLAGS = @DJVU_CFLAGS@
151
153
FRONTEND_CORE_CFLAGS = @FRONTEND_CORE_CFLAGS@
152
154
FRONTEND_CORE_LIBS = @FRONTEND_CORE_LIBS@
153
155
FRONTEND_LIBS = @FRONTEND_LIBS@
154
 
GCONFTOOL = @GCONFTOOL@
155
 
GCONF_CFLAGS = @GCONF_CFLAGS@
156
 
GCONF_LIBS = @GCONF_LIBS@
157
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
158
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
159
156
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
160
157
GIRDIR = @GIRDIR@
161
158
GIRTYPELIBDIR = @GIRTYPELIBDIR@
175
172
GTKDOC_REBASE = @GTKDOC_REBASE@
176
173
GTKUNIXPRINT_CFLAGS = @GTKUNIXPRINT_CFLAGS@
177
174
GTKUNIXPRINT_LIBS = @GTKUNIXPRINT_LIBS@
178
 
GTK_API_VERSION = @GTK_API_VERSION@
179
175
GTK_PREFIX = @GTK_PREFIX@
180
176
GTK_REQUIRED = @GTK_REQUIRED@
 
177
GXPS_CFLAGS = @GXPS_CFLAGS@
 
178
GXPS_LIBS = @GXPS_LIBS@
181
179
G_IR_COMPILER = @G_IR_COMPILER@
182
180
G_IR_GENERATE = @G_IR_GENERATE@
183
181
G_IR_SCANNER = @G_IR_SCANNER@
233
231
PACKAGE_VERSION = @PACKAGE_VERSION@
234
232
PATH_SEPARATOR = @PATH_SEPARATOR@
235
233
PKG_CONFIG = @PKG_CONFIG@
 
234
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
235
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
236
236
POFILES = @POFILES@
237
237
POPPLER_CFLAGS = @POPPLER_CFLAGS@
238
238
POPPLER_LIBS = @POPPLER_LIBS@