Ubuntu cinepaint 0.21-2-0ubuntu2

Ubuntu Merge-o-Matic <mom-GeWIH/[email protected]>
Newsgroups gmane.comp.video.cinepaint.devel
Message-ID <[email protected]>
This e-mail has been sent due to an upload to Ubuntu that contains Ubuntu
changes.  It contains the difference between the new version and the
previous version of the same source package in Ubuntu.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
Cinepaint-developers mailing list
Cinepaint-developers-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/cinepaint-developers
cinepaint_0.21-2-0ubuntu2_source.changes (text/plain, 1.2 KB)
Format: 1.7
Date: Thu,  1 Mar 2007 00:23:54 +0100
Source: cinepaint
Binary: libcinepaint-dev libcinepaint0 cinepaint-data cinepaint
Architecture: source
Version: 0.21-2-0ubuntu2
Distribution: feisty
Urgency: low
Maintainer: Ubuntu MOTU Developers <[email protected]>
Changed-By: Lionel Le Folgoc <mrpouit-GeWIH/[email protected]>
Description: 
 cinepaint  - motion picture image painting and retouching tool
 cinepaint-data - data files for CinePaint
 libcinepaint-dev - development library files for CinePaint
 libcinepaint0 - runtime library files for CinePaint
Changes: 
 cinepaint (0.21-2-0ubuntu2) feisty; urgency=low
 .
   * patches/01_add-gimp-python-modules-path.patch: add correct path to import
     successfully gimp python modules (Thanks also to Albin Tonnerre)
     (LP: #75933)
   * debian/control: set Ubuntu MOTU Developers as Maintainer.
Files: 
 58f64d734c465563203496ef3369d490 1062 graphics optional cinepaint_0.21-2-0ubuntu2.dsc
 bb8f9308fc19d1de563c60f9040a0957 17036 graphics optional cinepaint_0.21-2-0ubuntu2.diff.gz
Original-Maintainer: Andrew Lau <[email protected]>
cinepaint_0.21-2-0ubuntu2.patch (text/plain, 5.7 KB)
diff -pruN 0.21-2-0ubuntu1/debian/changelog 0.21-2-0ubuntu2/debian/changelog
--- 0.21-2-0ubuntu1/debian/changelog	2007-03-01 23:15:17.000000000 +0000
+++ 0.21-2-0ubuntu2/debian/changelog	2007-03-01 23:15:07.000000000 +0000
@@ -1,3 +1,12 @@
+cinepaint (0.21-2-0ubuntu2) feisty; urgency=low
+
+  * patches/01_add-gimp-python-modules-path.patch: add correct path to import
+    successfully gimp python modules (Thanks also to Albin Tonnerre)
+    (LP: #75933)
+  * debian/control: set Ubuntu MOTU Developers as Maintainer.
+
+ -- Lionel Le Folgoc <mrpouit-GeWIH/[email protected]>  Thu,  1 Mar 2007 00:23:54 +0100
+
 cinepaint (0.21-2-0ubuntu1) feisty; urgency=low
 
   * New Upstream Version
diff -pruN 0.21-2-0ubuntu1/debian/control 0.21-2-0ubuntu2/debian/control
--- 0.21-2-0ubuntu1/debian/control	2007-03-01 23:15:17.000000000 +0000
+++ 0.21-2-0ubuntu2/debian/control	2007-03-01 23:15:07.000000000 +0000
@@ -1,7 +1,8 @@
 Source: cinepaint
 Section: graphics
 Priority: optional
-Maintainer: Andrew Lau <[email protected]>
+Maintainer: Ubuntu MOTU Developers <[email protected]>
+XSBC-Original-Maintainer: Andrew Lau <[email protected]>
 Build-Depends: autotools-dev, cdbs, debhelper (>= 5.0), dh-buildinfo, libfltk1.1-dev, libgtk1.2-dev, libgutenprint-dev, libgutenprintui2-dev, libjpeg62-dev, liblcms1-dev, libopenexr-dev, libtiff4-dev, libxmu-dev, python-dev, zlib1g-dev, libpng12-dev
 Standards-Version: 3.6.2.2
 
diff -pruN 0.21-2-0ubuntu1/debian/patches/01_add-gimp-python-modules-path.patch 0.21-2-0ubuntu2/debian/patches/01_add-gimp-python-modules-path.patch
--- 0.21-2-0ubuntu1/debian/patches/01_add-gimp-python-modules-path.patch	1970-01-01 01:00:00.000000000 +0100
+++ 0.21-2-0ubuntu2/debian/patches/01_add-gimp-python-modules-path.patch	2007-03-01 23:15:07.000000000 +0000
@@ -0,0 +1,89 @@
+diff -Nur cinepaint-0.21-2/plug-ins/pygimp/plug-ins/clothify.py cinepaint-0.21-2.new/plug-ins/pygimp/plug-ins/clothify.py
+--- cinepaint-0.21-2/plug-ins/pygimp/plug-ins/clothify.py	2006-10-03 12:26:25.000000000 +0200
++++ cinepaint-0.21-2.new/plug-ins/pygimp/plug-ins/clothify.py	2007-03-01 00:19:27.000000000 +0100
+@@ -17,6 +17,9 @@
+ #   along with this program; if not, write to the Free Software
+ #   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ 
++import sys
++sys.path.append('/usr/lib/gimp/2.0/python')
++
+ import math
+ from gimpfu import *
+ 
+diff -Nur cinepaint-0.21-2/plug-ins/pygimp/plug-ins/foggify.py cinepaint-0.21-2.new/plug-ins/pygimp/plug-ins/foggify.py
+--- cinepaint-0.21-2/plug-ins/pygimp/plug-ins/foggify.py	2006-10-03 12:26:08.000000000 +0200
++++ cinepaint-0.21-2.new/plug-ins/pygimp/plug-ins/foggify.py	2007-03-01 00:20:02.000000000 +0100
+@@ -1,5 +1,8 @@
+ #!/usr/bin/env python
+ 
++import sys
++sys.path.append('/usr/lib/gimp/2.0/python')
++
+ from gimpfu import *
+ import time
+ 
+diff -Nur cinepaint-0.21-2/plug-ins/pygimp/plug-ins/gimpcons.py cinepaint-0.21-2.new/plug-ins/pygimp/plug-ins/gimpcons.py
+--- cinepaint-0.21-2/plug-ins/pygimp/plug-ins/gimpcons.py	2004-02-10 02:14:15.000000000 +0100
++++ cinepaint-0.21-2.new/plug-ins/pygimp/plug-ins/gimpcons.py	2007-03-01 00:20:20.000000000 +0100
+@@ -17,6 +17,9 @@
+ #   along with this program; if not, write to the Free Software
+ #   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ 
++import sys
++sys.path.append('/usr/lib/gimp/2.0/python')
++
+ from gimpfu import *
+ import gtkcons
+ 
+diff -Nur cinepaint-0.21-2/plug-ins/pygimp/plug-ins/pdbbrowse.py cinepaint-0.21-2.new/plug-ins/pygimp/plug-ins/pdbbrowse.py
+--- cinepaint-0.21-2/plug-ins/pygimp/plug-ins/pdbbrowse.py	2004-02-10 02:14:15.000000000 +0100
++++ cinepaint-0.21-2.new/plug-ins/pygimp/plug-ins/pdbbrowse.py	2007-03-01 00:20:34.000000000 +0100
+@@ -17,6 +17,9 @@
+ #   along with this program; if not, write to the Free Software
+ #   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ 
++import sys
++sys.path.append('/usr/lib/gimp/2.0/python')
++
+ from gimpfu import *
+ import gimpenums
+ import gtk
+diff -Nur cinepaint-0.21-2/plug-ins/pygimp/plug-ins/shadow_bevel.py cinepaint-0.21-2.new/plug-ins/pygimp/plug-ins/shadow_bevel.py
+--- cinepaint-0.21-2/plug-ins/pygimp/plug-ins/shadow_bevel.py	2006-10-03 12:26:49.000000000 +0200
++++ cinepaint-0.21-2.new/plug-ins/pygimp/plug-ins/shadow_bevel.py	2007-03-01 00:20:48.000000000 +0100
+@@ -1,5 +1,8 @@
+ #!/usr/bin/env python
+ 
++import sys
++sys.path.append('/usr/lib/gimp/2.0/python')
++
+ from gimpfu import *
+ 
+ have_gimp11 = 1 #gimp.major_version > 1 or gimp.major_version == 1 and \
+diff -Nur cinepaint-0.21-2/plug-ins/pygimp/plug-ins/sphere.py cinepaint-0.21-2.new/plug-ins/pygimp/plug-ins/sphere.py
+--- cinepaint-0.21-2/plug-ins/pygimp/plug-ins/sphere.py	2006-10-03 12:27:00.000000000 +0200
++++ cinepaint-0.21-2.new/plug-ins/pygimp/plug-ins/sphere.py	2007-03-01 00:21:01.000000000 +0100
+@@ -17,6 +17,9 @@
+ #   along with this program; if not, write to the Free Software
+ #   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ 
++import sys
++sys.path.append('/usr/lib/gimp/2.0/python')
++
+ import math
+ from gimpfu import *
+ 
+diff -Nur cinepaint-0.21-2/plug-ins/pygimp/plug-ins/whirlpinch.py cinepaint-0.21-2.new/plug-ins/pygimp/plug-ins/whirlpinch.py
+--- cinepaint-0.21-2/plug-ins/pygimp/plug-ins/whirlpinch.py	2004-02-10 02:14:15.000000000 +0100
++++ cinepaint-0.21-2.new/plug-ins/pygimp/plug-ins/whirlpinch.py	2007-03-01 00:21:13.000000000 +0100
+@@ -23,6 +23,9 @@
+ # This version does the same thing, except there is no preview, and it is
+ # written in python and is slower.
+ 
++import sys
++sys.path.append('/usr/lib/gimp/2.0/python')
++
+ import math, struct
+ from gimpfu import *
+
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.