cinepaint (0.22-1-0ubuntu1) gutsy; urgency=low * New Upstream Version * debian/rules: - add --enable-gtk2 and --enable-pygimp as configure parameters - use chrpath to remove rpath set in the 'icc_exam_cp' plugin - remove gtkcons.py from the plug-ins, it's too buggy. Remove gimpcons.py as it relies on gtkcons *debian/control: - Build-Depends on libgtk2.0-dev, libxpm-dev, ftgl-dev, and chrpath. - Add a missing dependancy on python for cinepaint * Remove 02_fix-module-name-gtkcons.py.patch as we don't ship this plug-in -- Albin Tonnerre Sun, 05 Aug 2007 14:17:42 +0200 cinepaint (0.21-2-0ubuntu4) feisty; urgency=low * Add a missing Depends: on gimp-python (LP: #91709) * debian/rules: remove /usr/lib/cinepaint/0.21-2/plug-ins/script-fu from cinepaint for now as it causes a segv when starting the program -- Albin Tonnerre Mon, 16 Apr 2007 19:44:29 +0200 cinepaint (0.21-2-0ubuntu3) feisty; urgency=low * 02_fix-module-name-gtkcons.py.patch: fix wrong GTK modules names in plug-ins/pygimp/plug-ins/gtkcons.py (LP: #90480) * 03_fix-module-name-pdbbrowse.py.patch same as above, but in plug-ins/pygimp/plug-ins/pdbbrowse.py (LP: #90479) -- Albin Tonnerre Thu, 8 Mar 2007 22:51:20 +0100 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 Thu, 1 Mar 2007 00:23:54 +0100 cinepaint (0.21-2-0ubuntu1) feisty; urgency=low * New Upstream Version * Removed patch, as the file no longer exists -- Sarah Hobbs Sat, 18 Nov 2006 10:19:33 +1100 cinepaint (0.20-1-3ubuntu1) feisty; urgency=low * Merge from debian unstable * Change build-dep to libgutenprintui2-dev to fix ftbfs * Closes Malone #65457, #46388, #63318, #69250 * Fudge version number -- Sarah Hobbs Tue, 31 Oct 2006 23:09:09 +1100 cinepaint (0.20-1-2) dapper; urgency=low * debian/control, debian/copyright. + Updated homepage. (Closes: Malone #34728) -- Chuck Short Mon, 1 May 2006 23:22:54 -0400 cinepaint (0.20-1-1.3) unstable; urgency=low [ Oystein Gisnas ] * NMU * debian/rules: - Remove link flag "--as-needed" (closes: #374264, #367543) -- Loic Minier Fri, 28 Jul 2006 22:14:55 +0200 cinepaint (0.20-1-1.2) unstable; urgency=low * NMU * debian/rules: - Pass LDFLAGS to get rid of libfreetype6 dependency, thanks Steve. (Closes: #349975) * debian/control: build-depends on libpng12-dev -- Gustavo Franco Sun, 12 Mar 2006 16:16:16 -0300 cinepaint (0.20-1-1.1) unstable; urgency=medium * NMU * debian/patches: - int_to_intptr_t.patch added: fixes FTBFS on 64bit -- Gustavo Franco Sun, 15 Jan 2006 13:44:11 -0200 cinepaint (0.20-1-1) unstable; urgency=medium * New upstream release. * Rebuild against libopenexr2c2a. (closes: #344400) * Debian Standards-Version: 3.6.2.2 * Debhelper compatibility: 5 -- Andrew Lau Sun, 8 Jan 2006 23:27:10 +1100 cinepaint (0.19-1-2) unstable; urgency=medium * [debian/control]: - Update build dependencies in line with C++ ABI transition. - Build with Gutenprint support. * [debian/rules]: - Record compile-time dependency versions using dh_buildinfo - Fix documentation symlinks * Include the new binary for cinepaint-remote. * Debian Standards-Version: 3.6.2 -- Andrew Lau Sun, 17 Jul 2005 22:38:14 +1000 cinepaint (0.19-1-1) unstable; urgency=low * New upstream release. - Support for FLTK plug-ins. * Gutenprint support disabled due its current absence from Debian. -- Andrew Lau Tue, 7 Jun 2005 00:57:04 +1000 cinepaint (0.19-0-1) experimental; urgency=low * New upstream release. - Colour picker fixed. (closes: #218769) - Upgrades to Flipbook. (closes: #258758) - Patches merged: 00_relibtoolize.patch, 01_gcc-3.4.patch * Histogram tool now compiles on AMD64. Thanks: Andreas Jochens (closes: #285592) * Support for colour management (LittleCMS) and Gimp-Python plug-ins enabled. * Uploading to experimental instead due to current bugs in OpenEXR and TIFF handling. -- Andrew Lau Tue, 4 Jan 2005 23:13:05 +1100 cinepaint (0.18.3-8) unstable; urgency=low * [debian/control] - Restored section for libcinepaint-dev to libdevel. * [debian/rules] - Removed manual file permission handling. -- Andrew Lau Wed, 2 Mar 2005 14:21:27 +1100 cinepaint (0.18.3-7) unstable; urgency=low * One last maintainence release before 0.19-1. * AMD64/gcc4.0 fix for the histogram tool + [debian/patches/00_histogram-gcc4.patch] (closes: #285592) * [debian/libcinepaint-dev.install] - Move headers from /usr/include/cinepaint-0.18 to /usr/include/cinepaint * [debian/copyright] - List all three licenses that cover CinePaint. * [debian/rules] - Automatic relibtoolizing by CDBS. -- Andrew Lau Tue, 1 Mar 2005 03:34:03 +1100 cinepaint (0.18.3-6) unstable; urgency=medium * Force synchronised rebuilds against libopenexr2 with versioned build-depends. * Changed types for 'psd_type_to_gimp_type' in psd.c to fix build failure with GCC-3.4. Patch: 01_gcc-3.4.patch (closes: #258578) * Lintian warning cleanups - source-contains-CVS-dir - unquoted-string-in-menu-item -- Andrew Lau Fri, 27 Aug 2004 01:10:02 +1000 cinepaint (0.18.3-5) unstable; urgency=medium * Rebuild against libopenexr2. * Merge NMU fixes. Thanks: Steve Langasek. (closes: #262794) * Relibtoolize using automake 1.8.5 and libtool 1.5.6. Patch: 00_relibtoolize.patch -- Andrew Lau Tue, 17 Aug 2004 20:36:17 +1000 cinepaint (0.18.3-4.2) unstable; urgency=low * Non-maintainer upload. * Reuild against libtiff4 (closes: #262794). -- Steve Langasek Tue, 3 Aug 2004 00:39:17 -0700 cinepaint (0.18.3-4.1) unstable; urgency=low * Non-maintainer upload. * Update this mess to automake 1.8/libtool 1.5, to fix the arm problems once and for all. -- Steve Langasek Sun, 9 May 2004 10:46:31 -0500 cinepaint (0.18.3-4) unstable; urgency=medium * GNU Libtool pass_all fix using libtool 1.4.3-19 with autoconf. (closes: #244150) -- Andrew Lau Tue, 4 May 2004 01:35:11 +1000 cinepaint (0.18.3-3) unstable; urgency=low * Try again with libtool 1.5.6-1 and manually update aclocal.m4 instead. -- Andrew Lau Thu, 22 Apr 2004 11:41:31 +1000 cinepaint (0.18.3-2) unstable; urgency=low * Force libtool update for arm compatibility. -- Andrew Lau Thu, 22 Apr 2004 00:36:21 +1000 cinepaint (0.18.3-1) unstable; urgency=low * New upstream release. - This is a code clean-up release in preparation for 0.19 and has no new features or bug fixes as a result. - Upstream's ChangeLog and NEWS were obsolete and subsequently left out in this release. Upstream assures me that they will return in 0.19. -- Andrew Lau Wed, 31 Mar 2004 18:06:32 +1000 cinepaint (0.18.1-4) unstable; urgency=medium * Force libtool update. Thanks to Scott James Remnant (closes: #205252) -- Andrew Lau Tue, 30 Sep 2003 22:55:53 +1000 cinepaint (0.18.1-3) unstable; urgency=low * The "I shot myself in the foot" Debian release. Sorry. Forgot to actually include the fixed icon file in 0.18.1-2! -- Andrew Lau Sat, 20 Sep 2003 14:07:11 +1000 cinepaint (0.18.1-2) unstable; urgency=low * Debian Standards-Version to 3.6.1 * Fix freedesktop.org menu icon by disabling startup notification. -- Andrew Lau Fri, 19 Sep 2003 03:41:57 +1000 cinepaint (0.18.1-1) unstable; urgency=low * New upstream release. - Fixed FTBFS by removing libcinepainti.a (closes: #203929) * Added freedesktop.org menu icon and MIME types. -- Andrew Lau Wed, 13 Aug 2003 12:19:05 +1000 cinepaint (0.18-1) unstable; urgency=low * New upstream release and name change. - Compiles with GCC-3.3 (closes: #196399) * Debian Standards-Version to 3.6.0 * Switch from Debhelper to the Common Debian Build System. * Enabled support for ILM's OpenEXR image format. (closes: #191535) -- Andrew Lau Mon, 28 Jul 2003 21:32:49 +1000 filmgimp (0.16-1) unstable; urgency=low * New upstream release. -- Andrew Lau Tue, 18 Feb 2003 13:31:17 +1100 filmgimp (0.15-1) unstable; urgency=low * New upstream release. -- Andrew Lau Mon, 3 Feb 2003 21:47:27 +1100 filmgimp (0.14-1) unstable; urgency=low * New upstream release. -- Andrew Lau Fri, 24 Jan 2003 18:08:54 +1100 filmgimp (0.13-1) unstable; urgency=low * New upstream release. * Updated Standards-Version to 3.5.8 * Implement noopt/nostrip in debian/rules (Debian Policy: 11.1) * Build-depends on debhelper (>= 4.1) -- Andrew Lau Mon, 30 Dec 2002 20:22:28 +1100 filmgimp (0.12-1) unstable; urgency=low * New upstream release. -- Andrew Lau Tue, 24 Dec 2002 13:59:14 +1100 filmgimp (0.11-2) unstable; urgency=low * Fixed to generate and use versioned shared library dependencies. * Last package had incorrectly synced debian/ from CVS. -- Andrew Lau Mon, 16 Dec 2002 21:44:02 +1100 filmgimp (0.11-1) unstable; urgency=low * New upstream release. -- Andrew Lau Mon, 16 Dec 2002 12:11:01 +1100 filmgimp (0.10-1) unstable; urgency=low * Changed temp and swap /usr/tmp defaults to FHS compliant /tmp (closes: #171585) -- Andrew Lau Thu, 5 Dec 2002 02:09:04 +1100 filmgimp (0.9-1) unstable; urgency=low * Initial release of the official Debian GNU/Linux package (closes: #163620) -- Andrew Lau Sun, 24 Nov 2002 15:46:43 +1100