~ubuntu-branches/ubuntu/hardy/gimp/hardy-backports

« back to all changes in this revision

Viewing changes to plug-ins/pygimp/plug-ins/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-11-21 17:39:07 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20071121173907-od54p9hdtvn5frl0
Tags: 2.4.1-1ubuntu1
* Merge from Debian unstable.
* Remaining Ubuntu changes:
  - 02_help-message.patch, 03_gimp.desktop.in.in.patch: Distro changes.
  - Weave i18n magic in the rules file.
  - Munge Maintainer field as per spec.
* Ubuntu changes dropped:
  - Apply patch from upstream (SVN r23659) that corrects the image
    disappearing for large images at 150% zoom.
  - Symlink doc directories to avoid duplicate files, CDBS does this for
    us.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
        palette-offset.py       \
11
11
        palette-sort.py         \
12
12
        palette-to-gradient.py  \
13
 
        py-slice.py             \
14
 
        shadow_bevel.py
 
13
        py-slice.py
15
14
 
16
15
test_scripts = \
17
16
        benchmark-foreground-extract.py \
18
17
        clothify.py             \
 
18
        shadow_bevel.py         \
19
19
        sphere.py               \
20
20
        whirlpinch.py
21
21