~ubuntu-branches/ubuntu/oneiric/inkscape/oneiric-updates

« back to all changes in this revision

Viewing changes to share/extensions/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Valavanis
  • Date: 2011-02-01 12:53:34 UTC
  • Revision ID: james.westby@ubuntu.com-20110201125334-xezweqxp3tvekidu
Tags: 0.48.1-0ubuntu1
* New upstream version (LP: #710619).  Fixes several Ubuntu bugs:
  - Node editing causes segmentation fault (LP: #544599)
  - Cursor position markers are not cleared from rulers (LP: #627134)
  - Crashes when opening document properties (LP: #658055)
  - Export to XCF error with default template (LP: #485032)
  - Editing a connector in a transformed group returns it to original
    position (LP: #533897)
  - Ungrouping objects changes position of arrow lines (LP: #552289)
  - Will not save XCF file (LP: #642417)
  - XCF export fails when exporting from unsaved document (LP: #650890)
* Drop all patches: Applied upstream
* debian/rules: Disable chmod on debian/patches/* in clean rule (no patches used)

Show diffs side-by-side

added added

removed removed

Lines of Context:
216
216
PERL_CFLAGS = @PERL_CFLAGS@
217
217
PERL_LIBS = @PERL_LIBS@
218
218
PKG_CONFIG = @PKG_CONFIG@
 
219
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
220
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
219
221
POFILES = @POFILES@
220
222
POPPLER_CAIRO_CFLAGS = @POPPLER_CAIRO_CFLAGS@
221
223
POPPLER_CAIRO_LIBS = @POPPLER_CAIRO_LIBS@