~valavanisalex/ubuntu/oneiric/inkscape/inkscape_0.48.1-2ubuntu4

« back to all changes in this revision

Viewing changes to src/extension/script/Makefile_insert

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook, Kees Cook, Ted Gould
  • Date: 2008-02-10 14:20:16 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080210142016-vcnb2zqyhszu0xvb
Tags: 0.46~pre1-0ubuntu1
[ Kees Cook ]
* debian/control:
  - add libgtkspell-dev build-dep to gain GtkSpell features (LP: #183547).
  - update Standards version (no changes needed).
  - add Vcs and Homepage fields.
  - switch to new python-lxml dep.
* debian/{control,rules}: switch from dpatch to quilt for more sanity.
* debian/patches/20_fix_glib_and_gxx43_ftbfs.patch:
  - merged against upstream fixes.
  - added additional fixes for newly written code.
* debian/rules: enable parallel building.

[ Ted Gould ]
* Updating POTFILES.in to make it so things build correctly.
* debian/control:
  - add ImageMagick++ and libboost-dev to build-deps

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
python_sources = \
20
20
        extension/script/InkscapePython.h \
21
21
        extension/script/InkscapePython.cpp \
22
 
        extension/script/inkscape_py_wrap.cpp \
23
 
        extension/script/inkscape_py.py \
24
 
        extension/script/inkscape_py.py.h
 
22
        extension/script/CXX/Config.hxx \
 
23
        extension/script/CXX/cxxextensions.c \
 
24
        extension/script/CXX/cxxsupport.cxx \
 
25
        extension/script/CXX/cxx_extensions.cxx \
 
26
        extension/script/CXX/Exception.hxx \
 
27
        extension/script/CXX/Extensions.hxx \
 
28
        extension/script/CXX/IndirectPythonInterface.cxx \
 
29
        extension/script/CXX/IndirectPythonInterface.hxx \
 
30
        extension/script/CXX/Objects.hxx \
 
31
        extension/script/CXX/Version.hxx \
 
32
        extension/script/CXX/WrapPython.h
25
33
endif
26
34
 
27
35
extension_script_libscript_a_SOURCES =  \