~ubuntu-branches/ubuntu/jaunty/inkscape/jaunty

« back to all changes in this revision

Viewing changes to debian/inkscape.bash

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-01-25 14:55:44 UTC
  • mfrom: (2.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090125145544-t9219qzq2ttjtstv
Tags: 0.46-5ubuntu1
* Merge from debian unstable, remaining changes: LP: #321079
  - 03-gtk-includes.dpatch as a workaround of GTK includes bug
  - debian/control:
    + Add Vcs-Browser, Vcs-Svn, and Homepage (needs-to-goto-debian)
    + Set python-lxml, python-numpy, python-uniconvertor as Recommends
    + Build-Depends on automake (>= 1.10), libboost1.35-dev
    + move pstoedit from Recommends to Suggests
  - debian/rules:
    + Handle parallel builds via -j
    + Run intltool-update on build
    + Add translation domain to .desktop files

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
                        -j --export-id-only  -t --export-use-hints -b --export-background= \
19
19
                        -y --export-background-opacity= -l --export-plain-svg= -s --slideshow' -- $cur ) ) 
20
20
        else
21
 
                _filedir '@(svg|svgz|ai|dia|eps|ani|bmp|cur|gif|ico|jpe|jpg|pbm|pcx|pgm|png|ppm|pnm|ras|targa|tga|tif|tiff|wbmp|xbm|xpm|ggr|ps|sk|txt|wmf)'
 
21
                _filedir '@(ai|ani|bmp|cur|dia|eps|gif|ggr|ico|jpe|jpeg|jpg|pbm|pcx|pdf|pgm|png|ppm|pnm|ps|ras|sk|svg|svgz|targa|tga|tif|tiff|txt|wbmp|wmf|xbm|xpm)'
22
22
        fi
23
23
 
24
24
}