--- gimp-2.4.0~rc3.orig/debian/README.Debian +++ gimp-2.4.0~rc3/debian/README.Debian @@ -0,0 +1,67 @@ +gimp for Debian GNU/Linux +---------------------------- + +Online Help: +------------ +To use the online documentation, you need to install the gimp-help-en package, +and/or the appropriate gimp-help package for your language other than English, +which will allow you to use both the Help menu from within The GIMP, as well +as context help by pressing F1 while using a feature. + +COMPILING PLUGINS: +----------------- + +If you wish to compile your own plug-ins, the easiest way is to use +'gimptool-2.0', a simple tool that comes in the libgimp2.0-dev package. +This works only if you have a plug-in whose source is a single .c file, +however: + +gimptool-2.0 --install plug-in.c + +Now wasn't that easy? + + +Fonts in GIMP 2.0 (from http://www.gimp.org/unix/fonts.html) +----------------- + +In GIMP 2.0 font rendering is handled significantly different from the way it +was done in GIMP 1.0 and 1.2. GIMP no longer uses the X server to render the +fonts. Instead it uses Pango and the FreeType library. Font configuration is +handled by a small library called Fontconfig. As a result you get much better +font rendering with real antialiasing, support for bidirectional text and +various scripts. + +GIMP 2.0 (along with GTK 2) handles a variety of font formats, most notably +TrueType, OpenType and Type1. It should be emphasized that it does not use the +X server or any X font server, so don't be surprised if GIMP doesn't see the +fonts you configured in your X11 setup. + +Setting up Fonts for GIMP 2.0: + +GIMP uses Fontconfig to handle fonts, so setting up fonts for GIMP 2.0 is +merely a job of setting up Fontconfig. But GIMP is not the only application +that uses Fontconfig. Recent desktops such as GNOME-2.4 use it as well, so +there's a good chance that everything is properly setup already and fonts will +just work for you. If they don't, you will have to create or edit your font +configuration file as explained in the Fontconfig User Manual. + +Adding Fonts (system-wide): + +As soon as Fontconfig is properly setup, adding fonts is just a matter of +placing them into a directory that is searched by Fontconfig. Have a look at +/etc/fonts/fonts.conf (and perhaps /etc/fonts/local.conf) to find out what +directories are searched. After copying the fonts there, you should run +fc-cache to regenerate the fonts cache. Fonts added this way will be available +to all applications using Fontconfig. + +Adding Fonts (for GIMP only): + +You might want to install fonts for use with GIMP only or you might not have +permissions to install fonts system-wide. To make this possible, GIMP 2.0 also +looks for fonts in the GIMP specific font search path that can be configured in +your gimprc or from the Preferences Dialog. So, in order to install fonts to be +used with GIMP, you can just copy them to ~/.gimp-2.4/fonts, press the Refresh +button in the Fonts dialog and start using them. + +--- +Ari Pollak Aug. 5, 2004 --- gimp-2.4.0~rc3.orig/debian/NEWS +++ gimp-2.4.0~rc3/debian/NEWS @@ -0,0 +1,8 @@ +gimp (2.4.0~rc2-3) unstable; urgency=low + + * The gimp package now includes its own Print plug-in, and should + automatically remove the old gimp-print package that was provided by + Gutenprint. If you still want to use the extended Gutenprint Print + plug-in, please install the gimp-gutenprint package. + + -- Ari Pollak Tue, 18 Sep 2007 08:25:34 -0400 --- gimp-2.4.0~rc3.orig/debian/changelog +++ gimp-2.4.0~rc3/debian/changelog @@ -0,0 +1,2154 @@ +gimp (2.4.0~rc3-1ubuntu3) gutsy; urgency=low + + * It seems the bad usage hadn't completly gone. Correct a variable name + that was causing the gettext domain to not be put into the .desktop + file. (LP: #148049) + + -- Steve Kowalik Tue, 2 Oct 2007 22:54:24 +1000 + +gimp (2.4.0~rc3-1ubuntu2) gutsy; urgency=low + + * Correct bad usage of cut n' waste in debian/rules. + + -- Steve Kowalik Sun, 30 Sep 2007 21:02:46 +1000 + +gimp (2.4.0~rc3-1ubuntu1) gutsy; urgency=low + + * Resynchronized with Debian. + * 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: + - 10_dont_show_wizard.patch: Unused, upstream doesn't call it anymore. + - Use dh_icons. + * Disabled the print plugin, and removed the Conflicts/Replaces on + gimp-print. + + -- Steve Kowalik Sun, 30 Sep 2007 18:06:49 +1000 + +gimp (2.4.0~rc3-1) unstable; urgency=low + + * New upstream release + - Fixes crash after migrating old Extended Input settings (Closes: #439509) + - Fixes crash on converting color space (Closes: #439511) + - Script-fu now handles non-UTF8 characters better (Closes: #442277) + * Conflict & Replaces with gimp-print and update NEWS.Debian to reflect + the change + * Fix menu entry to point to XPM icon (Really Closes: #441177) + + -- Ari Pollak Sun, 23 Sep 2007 20:27:11 -0400 + +gimp (2.4.0~rc2-2) unstable; urgency=medium + + * Explicitly build-depend on liblcms1-dev + * Explicitly remove *.la files in debian/rules + * Add a note in NEWS.Debian about unnecessary gimp-print + * Make libgimp2.0 recommend gimp-data for the locale data, + since it's mostly only messages used in gimp itself. + * Install XPM for menu icon (Closes: #441177, #237637, #77625) + * Add back 02_help-message.patch to show a better error message when + gimp-help-* isn't installed + * Put icons into gimp-data, and call dh_icons from debian/rules + * debian/patches/03_zoom-crash.patch: + - Apply patch from upstream to fix zooming on images with abnormal + dimensions (Closes: #441409) + + -- Ari Pollak Mon, 17 Sep 2007 21:26:10 -0400 + +gimp (2.4.0~rc2-1ubuntu1) gutsy; urgency=low + + * Resynchronized with Debian. + * Remaining Ubuntu changes: + - 02_help-message.patch, 03_gimp.desktop.in.in.patch, + 10_dont_show_wizard.patch: Distro patches. + - Use dh_icons, and weave i18n magic in the rules file. + - Munge Maintainer field as per spec. + * Ubuntu changes dropped: + - 90_psd_heap_overflow.patch, it has been applied upstream. + * 03_gimp.desktop.in.in.patch: Exec gimp, not gimp-2.4 + + -- Steve Kowalik Fri, 7 Sep 2007 18:01:08 +1000 + +gimp (2.4.0~rc2-1) unstable; urgency=low + + * New upstream version + - Remove extraneous comma in header file (Closes: #440021) + * Remove development version notes from control file + * Tighten up gimp-python dependencies to make it less likely that an + inconsistent version of gimp-python will be installed + * Update watch file for 2.4 RC versions + + -- Ari Pollak Mon, 03 Sep 2007 12:19:27 -0400 + +gimp (2.4.0~rc1-5) unstable; urgency=low + + * debian/patches/04_c++-fix.patch: + - Add a missing G_END_DECLS which was preventing C++ plugins from building + (Closes: #439473) + * debian/patches/05_zoom_improvements.patch: + - Apply latest zoom improvements from upstream to fix crashes while + working with large images (Closes: #439489) + * Add libhal-dev and libdbus-1-dev to build-depends to take advantage + of input hotplugging and existing-gimp-instance checking + + -- Ari Pollak Mon, 27 Aug 2007 00:33:30 -0400 + +gimp (2.4.0~rc1-4) unstable; urgency=low + + * debian/patches/03_toolbox-menu.patch: + - Don't patch .xml.in file, only .xml + + -- Ari Pollak Mon, 20 Aug 2007 00:30:45 -0400 + +gimp (2.4.0~rc1-3) unstable; urgency=low + + * debian/patches/02_print-crash.patch: + - Apply patch from upstream to fix Print crash on new installations + (Closes: #438786) + * debian/patches/03_toolbox-menu.patch: + - Work around missing File->Quit and File->Close All items in the toolbox + (Closes: #438708) + + -- Ari Pollak Sun, 19 Aug 2007 20:19:46 -0400 + +gimp (2.4.0~rc1-2) unstable; urgency=low + + * Fix debian/watch, README.Debian, and gimp.menu to reflect the new + major version + + -- Ari Pollak Fri, 17 Aug 2007 20:14:24 -0400 + +gimp (2.4.0~rc1-1) unstable; urgency=low + + * New upstream version + - Fixes two mistakes in French translation (Closes: #355961, #428564) + - Fixes a mistake in Italian translation (Closes: #298454) + - Fixes a mistake in Chinese Traditional translation (Closes: #309938) + - Improves TGA file detection (Closes: #231525) + + -- Ari Pollak Thu, 16 Aug 2007 13:45:54 -0400 + +gimp (2.3.19-1) experimental; urgency=high + + * New upstream version + - Fixes integer overflow in PSD plugin (CVE-2007-2949) + * Make gimp conflict and replace gimp-svg + * Update versioned build-dep of python-gtk2-dev (Closes: #430363) + * Make package binNMU-safe (Closes: #432965) + + -- Ari Pollak Mon, 25 Jun 2007 11:45:41 -0400 + +gimp (2.3.18-1ubuntu2) gutsy; urgency=low + + * SECURITY UPDATE: arbitrary code execution via heap overflow in PSD. + * Add 90_psd_heap_overflow.patch: upstream fixes. + * References + http://svn.gnome.org/viewcvs/gimp/trunk/plug-ins/common/psd-load.c?r1=22796& +r2=22863 + CVE-2007-2949 + + -- Kees Cook Wed, 04 Jul 2007 17:02:04 -0700 + +gimp (2.3.18-1ubuntu1) gutsy; urgency=low + + * Resynchronized with Debian, remaining Ubuntu changes: + - debian/control: Maintainer change. + - debian/patches/02_help-message.patch, + debian/patches/03_gimp.desktop.in.in.patch, + debian/patches/10_dont_show_wizard.patch: Distro patches. + - debian/rules: + - use dh_iconcache, + - i18n magic. + + -- Daniel Holbach Fri, 22 Jun 2007 17:33:56 +0200 + +gimp (2.3.18-1) experimental; urgency=low + + * New upstream release + * Merge gimp-svg back into main package since librsvg2-2 no longer seems to + pull in GNOME packages + + -- Ari Pollak Fri, 15 Jun 2007 13:33:06 -0400 + +gimp (2.3.17-1) experimental; urgency=low + + * New upstream release + - Improves autodetection of TGA files (Closes: #231525) + * Make gimp-gnomevfs depend on libgnomevfs2-extra so it can open + http/ftp/smb URIs + * Enable GtkPrint support with gtk 2.10 (Closes: #422195) + + -- Ari Pollak Sun, 27 May 2007 14:01:31 -0400 + +gimp (2.3.16-2) experimental; urgency=high + + * 02_sunras_CVS-2007-2356.patch: + - Add patch from upstream to fix CVE-2007-2356, a stack overflow + in the sunras plugin code. + + -- Ari Pollak Tue, 01 May 2007 18:03:38 -0400 + +gimp (2.3.16-1) experimental; urgency=low + + * New upstream release + * Remove XOR override, since there's now a configuration option to change it + * Add XS-Vcs-Svn and XS-Vcs-Browser headers for the subversion repository + + -- Ari Pollak Wed, 25 Apr 2007 17:30:54 -0400 + +gimp (2.3.15-1) experimental; urgency=low + + * New upstream release + - Fixes Select->Border on selections around edge of images + (Closes: #381515) + - Work around buggy clipboard managers (Closes: #411285) + * Fix invocation of find in debian/rules (Closes: #411052) + * Loosen the dependency on gimp-data slightly + + -- Ari Pollak Sat, 17 Feb 2007 14:35:56 -0500 + +gimp (2.3.14-3) experimental; urgency=low + + * 02_xor-to-invert.patch: + - Change GDK_XOR canvas drawing to GDK_INVERT as a quick hack around + artifacts I was seeing on a Radeon card with cursor outlines and + the path tool + + -- Ari Pollak Thu, 15 Feb 2007 00:47:35 -0500 + +gimp (2.3.14-2) experimental; urgency=low + + * Change Build-Depends: libpng-dev to libpng12-dev | libpng-dev + to fix FTBFS on experimental buildds (Closes: #408849) + + -- Ari Pollak Sun, 28 Jan 2007 17:11:45 -0500 + +gimp (2.3.14-1) experimental; urgency=low + + * New upstream release + * Conflict & Replace libgimp-perl <= 2.0.dfsg+2.2pre1.dfsg-2 + since we now provide the redeye plugin, which is also currently in + libgimp-perl + + -- Ari Pollak Sat, 13 Jan 2007 15:03:00 -0500 + +gimp (2.3.13-1) experimental; urgency=low + + * New upstream version + * Remove gimptool alternative from libgimp2.0-dev package + * Don't include gimp-gnomevfs plugin in main gimp package + + -- Ari Pollak Mon, 6 Nov 2006 22:22:39 -0500 + +gimp (2.3.12-2) experimental; urgency=low + + * Put gimp-libcurl into separate package + + -- Ari Pollak Sun, 15 Oct 2006 14:57:32 -0400 + +gimp (2.3.12-1) experimental; urgency=low + + * New upstream release + - Don't build with GtkPrint for now since GTK+ 2.10 isn't in unstable + * Remove gimp-wget package, put curl URI plugin into main gimp package and + have gimp-gnomevfs just divert the uri plugin to use gnomevfs instead of + curl + + -- Ari Pollak Fri, 13 Oct 2006 21:49:55 -0400 + +gimp (2.3.11-1) experimental; urgency=low + + * New upstream release + - Bump dependencies on python-gtk2, gtk, glib, and pango to match new + requirements + * Upgrade to new python policy by using dh_pysupport instead of dh_python + (Closes: #380816) + + -- Ari Pollak Sat, 9 Sep 2006 00:36:24 -0400 + +gimp (2.3.10-1) experimental; urgency=low + + * New upstream release + * Switch build system to cdbs + simple-patchsys + * Include stuff in /usr/share/icons in the gimp package + (Closes: #372758) + * Apply patch to fix buffer overflow in XCF handling code, CVE-2006-3404 + (Closes: #377049) + + -- Ari Pollak Tue, 11 Jul 2006 16:41:06 -0400 + +gimp (2.3.9-1) experimental; urgency=low + + * New upstream release + - fixes resizing the main toolbox (Closes: #345526) + + -- Ari Pollak Tue, 6 Jun 2006 19:27:58 -0400 + +gimp (2.3.8-4) experimental; urgency=low + + * Change libgtk2.0-0 dependency to >= 2.3.8 (Closes: #365023) + + -- Ari Pollak Thu, 27 Apr 2006 09:11:50 -0400 + +gimp (2.3.8-3) experimental; urgency=low + + * Whoops, don't replace & conflict with 2.3.8-2 (Closes: #364244) + + -- Ari Pollak Fri, 21 Apr 2006 13:09:00 -0400 + +gimp (2.3.8-2) experimental; urgency=low + + * Change build-dependency on libpoppler-dev to libpoppler-glib-dev + * Put gimp.desktop, gimp.keys, and gimp.applications in gimp package instead + of gimp-data,and make gimp-data Recommends: gimp (Closes: #363469) + + -- Ari Pollak Wed, 19 Apr 2006 12:14:45 -0400 + +gimp (2.3.8-1) experimental; urgency=low + + * New upstream release + * Change URI plugin dependencies to Recommends + * Fix build-depends to exclude kfreebsd-amd64 from using libasound2-dev + (Closes: #361459) + * Update gimp-python package description + + -- Ari Pollak Thu, 13 Apr 2006 14:08:42 -0400 + +gimp (2.3.7-1) experimental; urgency=low + + * New upstream release + - Fixes issue where saving a file would always report that the file + already exists (Closes: #347804) + * Don't build gimp with gcc 3.4 on arm anymore, since it seems gcc-4.0 + builds correctly there now. + + -- Ari Pollak Thu, 9 Feb 2006 12:08:49 -0500 + +gimp (2.3.6-3) experimental; urgency=low + + * Apply patch from upstream CVS to fix saving EXIF data on JPEG files + (from #307918 for 2.2 branch) + * Conflict with libgimp2.0 (>= 2.5.0) in preparation for gimp 2.4 + (from #349801 for 2.2 branch) + + -- Ari Pollak Mon, 30 Jan 2006 15:19:51 -0500 + +gimp (2.3.6-2) experimental; urgency=low + + * Fix the wget URI plugin to not link with all of the GNOME-VFS libs, + which had resulted from me munging the URI plugin Makefile. + (Closes: #349228) + + -- Ari Pollak Sat, 21 Jan 2006 12:16:41 -0500 + +gimp (2.3.6-1) experimental; urgency=low + + * New development upstream release for experimental (Closes: #322568) + * Add build-dependencies on libpopper-glib-dev, libgnomevfs2-dev, + libgnomeui-dev, and libgnome-keyring-dev. + * Build both the gnome-vfs and wget URI plugins using some Makefile magic + and split them out into gimp-gnomevfs and gimp-wget. Have the gimp package + depend on gimp-gnomevfs | gimp-wget. + * Add more Wilber samples to /usr/share/doc + * Make libgimp2.0-dev suggest libgimp2.0-doc + + -- Ari Pollak Wed, 28 Dec 2005 15:24:24 -0500 + +gimp (2.2.17-1) unstable; urgency=low + + * New upstream version + - Fixes a regression loading PSD files + + -- Ari Pollak Fri, 13 Jul 2007 10:31:45 -0400 + +gimp (2.2.16-1) unstable; urgency=high + + * New upstream version + - Fixes integer overflow in PSD plugin (CVE-2007-2949) + * Don't use find -exec xargs (Closes: #426415) + + -- Ari Pollak Fri, 06 Jul 2007 23:11:47 -0400 + +gimp (2.2.15-1) unstable; urgency=low + + * New upstream release + + -- Ari Pollak Sun, 27 May 2007 13:55:28 -0400 + +gimp (2.2.14-2) unstable; urgency=high + + * 06_sunras_CVE-2007-2356: + - Add patch from upstream to fix CVE-2007-2356, a stack overflow + in the sunras plugin code. + + -- Ari Pollak Tue, 01 May 2007 16:49:47 -0400 + +gimp (2.2.14-1) unstable; urgency=low + + * New upstream version + * Upgrade to new python policy by using dh_pysupport instead of dh_python + (Closes: #380816) + * Add XS-Vcs-Svn and XS-Vcs-Browser headers for the subversion repository + + -- Ari Pollak Wed, 18 Apr 2007 11:55:17 -0400 + +gimp (2.2.13-1) unstable; urgency=low + + * New upstream release + + -- Ari Pollak Thu, 24 Aug 2006 17:46:19 -0400 + +gimp (2.2.12-2) unstable; urgency=low + + * debian/patches/06_gradient-fix.patch: + - Add patch to fix crash on malformed gradient (Closes: #381440) + * debian/patches/07_autoconf2.60-fix.patch: + - Add patch to fix breakage with new autoconf, which resulted in + a broken .desktop file. (Closes: #383391) + + -- Ari Pollak Tue, 22 Aug 2006 22:19:01 -0400 + +gimp (2.2.12-1) unstable; urgency=low + + * New upstream release + - Fixes segfault when closing image while saving it (Closes: #339115) + * Acknowledge NMU (Closes: #377049), revert patch which has been applied + upstream + + -- Ari Pollak Tue, 11 Jul 2006 14:30:03 -0400 + +gimp (2.2.11-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Apply fix from #377049 to fix buffer overflow, CVE-2006-3404. + (closes: #377049) + + -- James Vega Fri, 7 Jul 2006 12:55:41 -0400 + +gimp (2.2.11-3) unstable; urgency=low + + * Revert MMX/SSE fix, it didn't make a difference. Instead, + apply patch from CVS HEAD to disable MMX/SSE-accelerated burn function, + and replace it with generic C function. + Really closes: #374271 + * Fix incorrect watch file + + -- Ari Pollak Tue, 20 Jun 2006 10:32:20 -0400 + +gimp (2.2.11-2) unstable; urgency=low + + * Switch build system to cdbs + simple-patchsys + * Remove build-depends on gcc-3.4 (Closes: #371864) + * Update gimp-python package description + * Put gimp.desktop, gimp.keys, and gimp.applications in gimp package instead + of gimp-data, and make gimp-data Recommends: gimp (Closes: #363469) + * Add more Wilber samples to /usr/share/doc + * Re-add patch from Red Hat to fix MMX/SSE compile error + (Closes: #374271) + + -- Ari Pollak Sun, 18 Jun 2006 11:48:06 -0400 + +gimp (2.2.11-1) unstable; urgency=low + + * New upstream release + * Stop building with gcc-3.4 on arm + * Fix build-depends to exclude kfreebsd-amd64 from using libasound2-dev + (Closes: #361459) + + -- Ari Pollak Thu, 13 Apr 2006 17:27:44 -0400 + +gimp (2.2.10-2) unstable; urgency=low + + * Apply patch from upstream CVS to fix saving EXIF data on JPEG files + (Closes: #307918) + * Conflict with libgimp2.0 (>= 2.3.0) (Closes: #349801) + + -- Ari Pollak Mon, 30 Jan 2006 15:09:49 -0500 + +gimp (2.2.10-1) unstable; urgency=low + + * New upstream release + * Add debian/watch file + * Add explicit depends on pkg-config to libgimp2.0-dev, since + we're now calling that directly from gimptool. + * Revert MMX/SSE patch from Red Hat since the issue should have + been fixed upstream in 2.2.9. + + -- Ari Pollak Wed, 28 Dec 2005 13:13:42 -0500 + +gimp (2.2.9-8) unstable; urgency=low + + * gimptool-2.0.in: + - Define PKG_CONFIG at the beginning of the gimptool script + so the GTK/Glib cflags & libs are checked at runtime instead + of gimp package compile-time. This was breaking gimp plugins + built with gimptool with GTK+ 2.8 installed, since + extra library/include dependencies on Cairo were added. + An upstream bug has been filed about this (GNOME #324761). + + -- Ari Pollak Wed, 21 Dec 2005 20:21:58 -0500 + +gimp (2.2.9-7) unstable; urgency=low + + * Remove unnecessary build-dependency on libmpeg-dev + * Remove unnecessary build-dependency on sharutils + * Remove dependency on xlibs-dev, replace with appropriate -dev + packages + + -- Ari Pollak Mon, 5 Dec 2005 10:52:36 -0500 + +gimp (2.2.9-6) unstable; urgency=low + + * Add explicit build-dependency on libfreetype6-dev since gimp + uses symbols from that library (Closes: #341459) + * Fix downloading of images in gimp when "verbose=off" is present + in wgetrc (Closes: #341221) + + -- Ari Pollak Wed, 30 Nov 2005 13:17:16 -0500 + +gimp (2.2.9-5) unstable; urgency=low + + * Get rid of gcc-3.3 dependency in libgimp2.0-dev, I'm not sure + why it was there in the first place. + + -- Ari Pollak Tue, 29 Nov 2005 15:39:45 -0500 + +gimp (2.2.9-4) unstable; urgency=low + + * I found out from Manish Singh that gcc 3.3 generates incredibly + bloated debugging symbols. So I've switched to building + gimp with gcc 4.0 on all arches except arm (which FTBFSs with gcc-4.0), + which now builds with gcc 3.4. + + -- Ari Pollak Sat, 19 Nov 2005 17:26:51 -0500 + +gimp (2.2.9-3) unstable; urgency=low + + * Oops, I made a typo in debian/rules so the gimp-dbg package didn't + contain anything. + + -- Ari Pollak Tue, 15 Nov 2005 14:22:50 -0500 + +gimp (2.2.9-2) unstable; urgency=low + + * Use debhelper v5 + * Add a gimp-dbg package which contains debugging symbols for all other + gimp binary packages. This should facilitate easier tracing + of bugs in gimp. + + -- Ari Pollak Tue, 15 Nov 2005 12:15:29 -0500 + +gimp (2.2.9-1) unstable; urgency=low + + * New upstream release + + -- Ari Pollak Sat, 29 Oct 2005 00:59:33 +0000 + +gimp (2.2.8-11) unstable; urgency=low + + * Make libgimp2.0-dev depend on gcc-3.3 because gimptool uses the same + compiler that gimp was compiled with. (Closes: #332681) + + -- Ari Pollak Fri, 7 Oct 2005 21:07:06 -0400 + +gimp (2.2.8-10) unstable; urgency=low + + * Add letter spacing option to text tool, taken from upstream + development tree (Closes: #326261) + * Apply patch to German translation (Closes: #314091) + + -- Ari Pollak Sat, 17 Sep 2005 15:22:13 -0400 + +gimp (2.2.8-9) unstable; urgency=low + + * Build with gcc-3.3 until bug #322565 on gcc-4.0 is fixed (Closes: #326423) + + -- Ari Pollak Sat, 3 Sep 2005 12:52:35 -0400 + +gimp (2.2.8-8) unstable; urgency=low + + * Er, somehow gimp-print got removed from the Recommends in the last + revision, so re-add it. (Closes: #322480) + + -- Ari Pollak Wed, 10 Aug 2005 18:01:08 -0400 + +gimp (2.2.8-7) unstable; urgency=low + + * Bump minimum version for libexif-dev in build-depends + + -- Ari Pollak Thu, 28 Jul 2005 11:30:25 -0400 + +gimp (2.2.8-6) unstable; urgency=low + + * Removed libgimpprint1-dev from build-deps, added --disable-print + to configure options, and added Recommends: gimp-print (Closes: #318819) + SIDE EFFECT: gimp-print is now a separate package. Install it if + you would like printing support in GIMP. + * Removed gimp1.2 dummy package and associated Conflicts/Replaces + now that sarge is released, since it is no longer needed. + + -- Ari Pollak Mon, 18 Jul 2005 13:09:37 -0400 + +gimp (2.2.8-5) unstable; urgency=low + + * Instead of adding MMX and SSE flags, apply patch from GNOME bugzilla + #303796 to fix building on gcc 4.0 the correct way. + (Closes: #318345, #318226) + + -- Ari Pollak Thu, 14 Jul 2005 20:01:04 -0400 + +gimp (2.2.8-4) unstable; urgency=low + + * Really change build-dependencies this time. + + -- Ari Pollak Tue, 12 Jul 2005 01:22:23 -0400 + +gimp (2.2.8-3) unstable; urgency=low + + * Add "-mmmx -msse" to CFLAGS on i386 to allow compilation of + MMX/SSE-optimized composite code. Fix suggested by GNOME bugzilla #308412. + * Apply patch from upstream to app/composite/gimp-composite-generic.c + to fix some signedness warnings + * Change build-depends on aalib1-dev to libaa1-dev + * Don't build-depend on libasound2-dev on kfreebsd-i386 & hurd-i386 + (Closes: #316745, #307925) + + -- Ari Pollak Mon, 11 Jul 2005 23:00:43 -0400 + +gimp (2.2.8-2) unstable; urgency=low + + * Remove unnecessary build-dep on slang + + -- Ari Pollak Wed, 29 Jun 2005 10:03:13 -0400 + +gimp (2.2.8-1) unstable; urgency=low + + * New upstream release + + -- Ari Pollak Tue, 28 Jun 2005 01:13:13 +0000 + +gimp (2.2.7-2) unstable; urgency=low + + * Update package descriptions to remove outdated references to GIMP 2.0. + (Closes: #308972) + * Fix small typo in gimprc manpage (Closes: #310018) + + -- Ari Pollak Fri, 13 May 2005 12:18:07 -0400 + +gimp (2.2.7-1) unstable; urgency=low + + * New upstream release + + -- Ari Pollak Sun, 8 May 2005 21:55:38 -0400 + +gimp (2.2.6-1) unstable; urgency=low + + * New upstream release + * Fixes saving certain multilayer ICO files (Closes: #300140) + + -- Ari Pollak Sun, 10 Apr 2005 02:21:57 -0400 + +gimp (2.2.4-3) unstable; urgency=low + + * gimp & gimp-data conflicts & replaces gimp1.2 << 1.2.5-1. + * Forcibly remove files from /etc/gimp/1.2 on purge of gimp1.2 package + (Closes: #303087) + * Apply patch from upstream to make wget output more consistent when run + under gimp (Closes: #298792) + * Apply patch from upstream to fix compile error on amd64/gcc-4.0 + (Closes: #300227) + * Correct typos in gimp manpage (Closes: #302146) + * Add MIDI device howto to README.MIDI now that it's been licensed under + the GPL; update gimp description to point to the new readme. + + -- Ari Pollak Wed, 6 Apr 2005 15:21:19 -0400 + +gimp (2.2.4-2) unstable; urgency=low + + * Make libasound2-dev an actual build-dependency, and suggest libasound2 + instead of depend on it. Also add a note into the gimp description + about how to use the MIDI controller, which is what links against ALSA. + (Closes: #299600) + + -- Ari Pollak Tue, 15 Mar 2005 10:59:18 -0500 + +gimp (2.2.4-1) unstable; urgency=low + + * New upstream release + - Fixes french translation in quit dialog (Closes: #295870) + - Fixes Unsharp Mask when layer is bigger than image (Closes: #292199) + - Now imports templates from 2.0 case-insensitively (Closes: #295973) + * gimp-data Conflicts/Replaces gimp (<< 2.0.2-4), for ubuntu bug #6538 + + -- Ari Pollak Tue, 22 Feb 2005 18:41:48 -0500 + +gimp (2.2.3-3) unstable; urgency=low + + * Add versioned conflicts/replaces on gimp-data pre-2.0.2-4 to gimp + + -- Ari Pollak Tue, 15 Feb 2005 19:40:24 -0500 + +gimp (2.2.3-2) unstable; urgency=low + + * Add explicit depends on libfreetype6 >= 2.1.7, since we + check for it at runtime; Also add build-depends on sed >= 3.95, + since we use the -i option to sed in debian/rules. + Thanks to Gürkan Seng for pointing this out. + + -- Ari Pollak Fri, 28 Jan 2005 16:35:14 -0500 + +gimp (2.2.3-1) unstable; urgency=low + + * New upstream release + + -- Ari Pollak Sat, 22 Jan 2005 18:12:59 -0500 + +gimp (2.2.2-1) unstable; urgency=low + + * New upstream release + - disables MMX instructions for "addition" mode (Closes: #288508) + + -- Ari Pollak Mon, 10 Jan 2005 12:02:36 -0500 + +gimp (2.2.1-2) unstable; urgency=low + + * Remove the python dependency sections from non-python packages + * Bump required libgtk2.0-dev version for the libgimp2.0-dev package + * Really remove the pygimp logo from the debian/ directory + * Apply patch from Andreas Jochens to fix building on amd64/gcc-4.0 + (Closes: #288793) + + -- Ari Pollak Mon, 3 Jan 2005 20:46:57 -0500 + +gimp (2.2.1-1) unstable; urgency=low + + * New upstream release + * Remove pygimp logo, it's now included properly upstream + + -- Ari Pollak Thu, 30 Dec 2004 19:21:26 -0500 + +gimp (2.2.0+rel-2) unstable; urgency=low + + * Rebuild for unstable + - Acknowledge bugs fixed in previous 2.2 prereleases in experimental + (Closes: #254607, #277989, #280408, #280470, #281784) + - 2.2.0 fixes the broken bumpmap filter (Closes: #285008) + * Update menu entry for 2.2 + + -- Ari Pollak Mon, 20 Dec 2004 18:40:14 -0500 + +gimp (2.2.0+rel-1) experimental; urgency=low + + * New upstream release + - Adds --no-splash to gimp-remote (Closes: #277989) + - Fixes leftover swap files when cancelling an import (Closes: #281784) + * Bump shlibs on libgimp2.0 + * Add uuencoded pygimp logo from CVS so pygimp will build properly, + uudecode it before build, and add sharutils to build-depends + + -- Ari Pollak Sun, 19 Dec 2004 15:40:58 -0500 + +gimp (2.2.0+pre2-3) experimental; urgency=low + + * Applied changes from Ubuntu gimp package: + - debian/control: update build-depends on debhelper + - debian/rules: use dh_desktop + + -- Ari Pollak Mon, 6 Dec 2004 10:41:31 -0500 + +gimp (2.2.0+pre2-2) experimental; urgency=low + + * Add libgimp-perl to Suggests. + + -- Ari Pollak Thu, 2 Dec 2004 13:55:17 -0500 + +gimp (2.2.0+pre2-1) experimental; urgency=low + + * New upstream release + - Fixes some various BMP-handling bugs (Closes: #280408, #280470) + - Now updates JPEG EXIF thumbnails to reflect changes (Closes: #277097) + + -- Ari Pollak Sat, 20 Nov 2004 05:16:15 -0500 + +gimp (2.2.0+pre1-3) experimental; urgency=low + + * Get rid of the gimp alternatives for now, i'm not forseeing any need + for it any time soon, and it's just annoying. (Closes: #280688) + + -- Ari Pollak Wed, 10 Nov 2004 22:54:28 -0500 + +gimp (2.2.0+pre1-2) experimental; urgency=low + + * Update gimp.{postinst,prerm} to update alternatives for new version + + -- Ari Pollak Tue, 9 Nov 2004 11:10:50 -0500 + +gimp (2.2.0+pre1-1) experimental; urgency=low + + * New prerelease for experimental + - Uses the new GTK-2.4 filechooser (Closes: #254607) + + -- Ari Pollak Sun, 7 Nov 2004 16:19:43 -0500 + +gimp (2.0.6-1) unstable; urgency=low + + * New upstream release + + -- Ari Pollak Tue, 2 Nov 2004 22:42:16 -0500 + +gimp (2.0.5-1) unstable; urgency=low + + * New upstream release + - Should fix a lot of segfaults with misconfigured filename encodings + (Closes: #267272) + * Add GenericName to gimp.desktop.in.in + * Revert imagemap change, it wasn't applied correctly anyway + * libglib2.0-0 shlibs have been updated to (>= 2.4.6), so no need + to recommend 2.4.4 or higher; instead, update build-deps + to depend on libgtk2.0-dev >= 2.4.7(Closes: #264844) + + -- Ari Pollak Sat, 25 Sep 2004 11:40:42 -0400 + +gimp (2.0.4-2) unstable; urgency=low + + * Add GenericName to gimp.desktop.in.in + * Revert imagemap change, it wasn't applied correctly anyway + + -- Ari Pollak Wed, 11 Aug 2004 14:35:37 -0400 + +gimp (2.0.4-1) unstable; urgency=low + + * New upstream release + - Fixes remaining encoding problems with newer GLib + (Closes: #260766, #262527) + * Exit if can't parse filenames due to invalid G_FILENAME_ENCODING + (Closes: #262718) + * Fix shearing in the X direction from the spinbutton (Closes: #263307) + * Add font information to README.Debian (Closes: #263466) + * Modify the imagemap plugin not to include to fix + a compile error + + -- Ari Pollak Thu, 5 Aug 2004 21:56:21 -0400 + +gimp (2.0.3-3) unstable; urgency=low + + * Make gimp-svg and gimp-helpbrowser depend on the current version of gimp + (Closes: #263102, #259599) + + -- Ari Pollak Tue, 3 Aug 2004 13:05:17 -0400 + +gimp (2.0.3-2) unstable; urgency=medium + + * Fix saving of EXIF data in JPEGs. Bumping urgency to medium because + this could cause an unpleasant surprise for people who expect + EXIF data to be preserved but it's suddenly gone missing. + (Closes: #261621) + * Move gimp-svg to Recommends + * Update Russian, Spanish, French, and Hebrew translation of .desktop file + (thanks to Dan Korostelev and Steve Langasek) + + -- Ari Pollak Tue, 20 Jul 2004 08:19:38 -0400 + +gimp (2.0.3-1) unstable; urgency=low + + * New upstream release + - Fixes long-standing tablet pointer switching bug (Closes: #203755) + * Install /usr/share/pixmaps/gimp.png, update desktop file (Closes: #258596) + + -- Ari Pollak Sat, 17 Jul 2004 19:35:39 -0400 + +gimp (2.0.2-7) unstable; urgency=low + + * Duh, add conflicts & replaces to -svg and -helpbrowser (Closes: #259599) + + -- Ari Pollak Thu, 15 Jul 2004 13:47:07 -0400 + +gimp (2.0.2-6) unstable; urgency=low + + * Split helpbrowser out into gimp-helpbrowser and svg plugin into gimp-svg. + + -- Ari Pollak Fri, 9 Jul 2004 10:28:17 -0400 + +gimp (2.0.2-5) unstable; urgency=low + + * Don't install gnome-gimp.png. + + -- Ari Pollak Thu, 8 Jul 2004 16:56:07 -0400 + +gimp (2.0.2-4) unstable; urgency=low + + * The "I'm tired of waiting for migration to sarge" or + "patents suck" release + * Rebuild against librsvg >= 2.7 to get rid of mistaken libcroco dep + (Closes: #257990) + * Get rid of gimp-nonfree and gimp1.2-nonfree (#257382) + * Change GNOME menu entry to "GIMP Image Editor" + * Install /usr/share/pixmaps/gnome-gimp.png, update .desktop file + * Make better error message in helpbrowser for missing gimp-help + ("Please install the appropriate gimp-help package for your language) + * Move more arch-indep stuff into gimp-data + + -- Ari Pollak Sat, 26 Jun 2004 23:12:10 -0400 + +gimp (2.0.2-3) unstable; urgency=low + + * Wow, I'm a dope. Really rebuild gimp with libexif10 this time. + * Remove Build-Conflicts: libgimp2.0, it's no longer necessary for + the stable version since the soname doesn't change. + * Remove the explicit versioning on gtk 2.2.2 or above, + gtk 2.4 provides shlibs that are more than sufficient. + + -- Ari Pollak Thu, 24 Jun 2004 20:33:58 -0400 + +gimp (2.0.2-2) unstable; urgency=low + + * Rebuild against libexif10 + * If /usr/bin/gimp symlink doesn't exist after postrm, assume + the alternatives broke and automatically run + update-alternatives --auto gimp. + Also add tests to postinst as per Chris Waters' suggestion. + (Closes: #241879) + + -- Ari Pollak Fri, 18 Jun 2004 14:46:03 -0400 + +gimp (2.0.2-1) unstable; urgency=low + + * New upstream release + - Save as JPEG details window corrected (Closes: #244118) + + -- Ari Pollak Tue, 15 Jun 2004 11:04:51 -0400 + +gimp (2.0.1-2) unstable; urgency=low + + * Add replaces & conflicts on gimp1.3-data to libgimp2.0. + * Incorporate patch from Daniel Kobras to fix a bug saving XCFs + (Closes: #248042) + * This should also force a rebuild on s390, which is holding up gimp in + sarge. + + -- Ari Pollak Fri, 14 May 2004 11:33:12 -0400 + +gimp (2.0.1-1) unstable; urgency=low + + * New upstream release + * See upstream NEWS for bugfixes (Closes: #243488, #240890, #236349, #109344) + * Really add NEWS.Debian this time + + -- Ari Pollak Wed, 14 Apr 2004 08:18:33 -0400 + +gimp (2.0.0-7) unstable; urgency=low + + * libgimp2.0 conflicts and replaces gimp-data << 2.0.0-6 (Closes: #243246) + + -- Ari Pollak Mon, 12 Apr 2004 17:53:10 -0400 + +gimp (2.0.0-6) unstable; urgency=low + + * The priority for the gimp 2.0 alternative should be 50 + * gimptool should create the directory before installing modules + to it (Closes: #241871) + * Argh. really correct debian/gimp-data.files this time. + * Force removal of libgimpmath/test-md5. One of these days I have to + go through the clean target and take out the leftover cruft. + * Add note in NEWS.Debian about alternatives issue + + -- Ari Pollak Sat, 3 Apr 2004 13:57:43 -0500 + +gimp (2.0.0-5) unstable; urgency=low + + * The "Squeaky Wheel" revision. + * Re-add gimp1.2 and gimp1.2-nonfree dependency packages. + gimp1.2-perl was not re-added because we no longer provide + gimp-perl. Whomever packages gimp-perl can choose whether to provide + a gimp1.2-perl package, which I'm not sure is a good idea since the + API may have changed. (Closes: #241349) + * Don't remove runtime fontconfig checking, just change the wording of + it so people can know how to solve the problem. (src/app/app.c) + * Correct the spelling errors in gimptool.1.in. The rest of the spelling + errors no longer exist in the gimp source. (Closes: #125783) + * Correct debian/gimp-data.files (Closes: #241587, #241575) + + -- Ari Pollak Sun, 1 Apr 2004 11:28:13 -0500 + +gimp (2.0.0-4) unstable; urgency=low + + * Remove runtime fontconfig checking. (Closes: #239598) + + -- Ari Pollak Sat, 27 Mar 2004 04:09:42 -0500 + +gimp (2.0.0-3) unstable; urgency=low + + * Remove the gimp-1.2 alternative from previous versions on + installation + + -- Ari Pollak Thu, 25 Mar 2004 22:50:59 -0500 + +gimp (2.0.0-2) unstable; urgency=low + + * Oops, shlibs should be >= 2.0.0, not 2.0.0.0. + * gimp-data: Conflict & replace gimp1.3-data + * gimp: Conflict & replace gimp1.2 + * libgimp2.0-dev: Conflict & replace libgimp1.2-dev (<< 1.2.5-4), + since that's when we introduced a gimptool alternative. + + -- Ari Pollak Wed, 24 Mar 2004 08:48:16 -0500 + +gimp (2.0.0-1) unstable; urgency=low + + * New upstream release + - Closes: #21393, #29375, #64000, #70461, #101266, #108834, #200357 + - Closes: #109344, #111128, #114716, #117061, #117866, #112053 + - Closes: #119073, #121437, #128968, #144324, #145503, #110274 + - Closes: #147693, #150451, #151994, #152072, #153631, #179951 + - Closes: #154022, #154722, #157265, #157265, #158629, #198677 + - Closes: #169328, #161959, #169541, #169914, #233105, #199101 + - Closes: #211355, #191762, #183711, #176648, #175692, #183706, #201432 + * Use -nonfree like in gimp1.3 (Closes: #220464) + * Separated package like in gimp1.3 (Closes: #233358) + + -- Ari Pollak Tue, 23 Mar 2004 21:37:49 -0500 + +gimp1.3 (1.3.27+2.0pre4-3) unstable; urgency=low + + * Fix configure's checking for gimp-print to fix ia64 (thanks, Roger Leigh!) + + -- Ari Pollak Tue, 9 Mar 2004 09:16:40 -0500 + +gimp1.3 (1.3.27+2.0pre4-2) unstable; urgency=low + + * We can define the default web browser in the global gimprc, not + the source. + * Recommends: gimp-help + * Split developer docs out into libgimp1.3-doc + + -- Ari Pollak Tue, 9 Mar 2004 00:17:28 -0500 + +gimp1.3 (1.3.27+2.0pre4-1) unstable; urgency=low + + * New upstream release + * fix typo in debian/control (Closes: #230505) + * Add suggested hotkey to menu file (Closes: #234764) + + -- Ari Pollak Sat, 6 Mar 2004 17:09:30 -0500 + +gimp1.3 (1.3.26+2.0pre3-2) unstable; urgency=low + + * Remove gimptool-1.3 alternative on postinst, not prerm (Closes: #232644) + * Change macro name in nautilus menu entry (Closes: #232678) + * Include locales in gimp1.3-data (Closes: #233359) + + -- Ari Pollak Sat, 14 Feb 2004 10:09:43 -0500 + +gimp1.3 (1.3.26+2.0pre3-1) unstable; urgency=low + + * New upstream release (Closes: #230487) + * Bring back build-conflict on libgimp1.3, for some reason this started + being a problem again. + + -- Ari Pollak Wed, 4 Feb 2004 12:06:51 -0500 + +gimp1.3 (1.3.25+2.0pre2-1) unstable; urgency=low + + * New upstream release + * gimptool-1.3 has changed to gimptool-2.0, so alternatives may + have to be updated. + + -- Ari Pollak Mon, 19 Jan 2004 20:34:40 -0500 + +gimp1.3 (1.3.24+2.0pre1-5) unstable; urgency=low + + * Well, that was dumb. Make better shlibs fix. (Closes: #228004) + + -- Ari Pollak Thu, 15 Jan 2004 22:35:41 -0500 + +gimp1.3 (1.3.24+2.0pre1-4) unstable; urgency=low + + * Change shlibs to =, not >=. I know it's a little late to make + this change, but better now so that we know for the next + development cycle. + * app/config/gimpguiconfig.c: + Use sensible-browser, not mozilla, by default. This is actually a + user-specified preference. (Closes: #227419) + * Add better error message when documentation is not found + + -- Ari Pollak Tue, 13 Jan 2004 13:21:47 -0500 + +gimp1.3 (1.3.24+2.0pre1-3) unstable; urgency=low + + * Add build-depends on intltool + + -- Ari Pollak Mon, 12 Jan 2004 09:11:56 -0500 + +gimp1.3 (1.3.24+2.0pre1-2) unstable; urgency=low + + * Also install alternative for gimptool manpage + + -- Ari Pollak Sun, 11 Jan 2004 23:25:55 -0500 + +gimp1.3 (1.3.24+2.0pre1-1) unstable; urgency=low + + * The upstream tarball says 2.0pre1, but this is really 1.3.24. + * Created alternatives for the gimp and gimp1.3 packages. + The main gimp package has a higher priority than this one. + Also created alternative for gimptool in the -dev package. + Also conflict with versions of gimp << 1.2.5-4. + (Closes: #226277) + * Pass --enable-fast-install to configure so we don't have to build-conflict + with libgimp1.3 + + -- Ari Pollak Tue, 7 Jan 2004 22:16:40 -0500 + +gimp1.3 (1.3.23-2) unstable; urgency=low + + * Add versioned libwmf-dev build-dep, accept NMU (Closes: #225665, #225652) + * Apply fix from upstream for Script-fu logos (Closes: #224066) + + -- Ari Pollak Wed, 31 Dec 2003 16:08:55 -0500 + +gimp1.3 (1.3.23-1) unstable; urgency=low + + * New upstream release (Closes: #221425, #222266) + * debian/rules: + - Explicity depend on gtk >= 2.2.2-1 + * debian/control: + - Add WMF support + * Update README.Debian + + -- Ari Pollak Wed, 26 Nov 2003 23:03:19 -0500 + +gimp1.3 (1.3.22-3) unstable; urgency=low + + * gimp1.3-data replaces and conflicts older versions of gimp1.3. + really Closes: #219763, #219676, #219721 + + -- Ari Pollak Sun, 9 Nov 2003 15:52:42 -0500 + +gimp1.3 (1.3.22-2) unstable; urgency=low + + * Rebuild on i386 with _correct_ dependencies + * Remove /usr/share/gimp/ from gimp1.3.files (Closes: #219676, #219721) + + -- Ari Pollak Sat, 8 Nov 2003 12:23:05 -0500 + +gimp1.3 (1.3.22-1) unstable; urgency=low + + * New upstream release (Closes: #208857, #206048, #206838, #215072, + #215504, #215735, #216069, #200149) + * Fix build-deps (Closes: #217535) + + -- Ari Pollak Tue, 4 Nov 2003 11:35:56 -0500 + +gimp1.3 (1.3.21-3) unstable; urgency=low + + * Don't suggest removed packages (Closes: #215031) + * Add libfontconfig1-dev to build-depends + * Create architecture-independent -data package (Closes: #218777) + + -- Ari Pollak Thu, 9 Oct 2003 21:08:32 -0400 + +gimp1.3 (1.3.21-2) unstable; urgency=low + + * Fix some stuff pointed out by Sven Neumann (Closes: #214971): + - Add build-dep on librsvg2-dev + - Remove xfonts-100dpi from suggestions + + -- Ari Pollak Wed, 8 Oct 2003 14:36:40 -0400 + +gimp1.3 (1.3.21-1) unstable; urgency=low + + * New upstream release (Closes: #210617, #211616) + * Don't compile on a system with experimenal packages (Closes: #214140) + + -- Ari Pollak Sun, 5 Oct 2003 20:52:29 -0400 + +gimp1.3 (1.3.20-2.0.1) unstable; urgency=low + + * Don't compile on a system with experimental packages (Closes: #214140) + + -- Ari Pollak Sat, 4 Oct 2003 20:12:24 -0400 + +gimp1.3 (1.3.20-2) unstable; urgency=low + + * Apply patch from Falk Hueffner (Closes: #205889) + + -- Ari Pollak Fri, 3 Oct 2003 12:33:30 -0400 + +gimp1.3 (1.3.20-1) unstable; urgency=low + + * New upstream release + + -- Ari Pollak Mon, 8 Sep 2003 20:13:37 -0400 + +gimp1.3 (1.3.19-1) unstable; urgency=low + + * New upstream release + * Improve python policy conformance (Closes: #205280) + * Bump version requirement on GTK as per upstream changes + * Update build-depends (Closes: #206666) + + -- Ari Pollak Thu, 28 Aug 2003 11:40:21 -0400 + +gimp1.3 (1.3.18-1) unstable; urgency=low + + * New upstream version + + -- Ari Pollak Sun, 10 Aug 2003 23:44:36 -0400 + +gimp1.3 (1.3.17-2) unstable; urgency=low + + * Update build-depends + * Use dh_python + * Build against libexif9 (Closes: #204742) + + -- Ari Pollak Fri, 25 Jul 2003 19:53:34 -0400 + +gimp1.3 (1.3.17-1) unstable; urgency=low + + * New upstream release (Closes: #200023) + - Also really fixes #198045 + + -- Ari Pollak Thu, 24 Jul 2003 22:10:40 -0400 + +gimp1.3 (1.3.16-2) unstable; urgency=low + + * Fix saving MNGs (Closes: #198048) + + -- Ari Pollak Mon, 7 Jul 2003 08:55:43 -0400 + +gimp1.3 (1.3.16-1) unstable; urgency=low + + * New upstream release (Closes: #160164) + * gimp1.3-nonfree depends on gimp1.3 (Closes: #198110) + * Update gimp1.3-nonfree description & copyright to note + the expiration of the GIF/LZW patent in many countries + + -- Ari Pollak Fri, 27 Jun 2003 07:56:32 -0400 + +gimp1.3 (1.3.15-2) unstable; urgency=low + + * Build-depends on libmng-dev (Closes: #197150) + + -- Ari Pollak Thu, 12 Jun 2003 11:18:56 -0400 + +gimp1.3 (1.3.15-1) unstable; urgency=low + + * New upstream release (Closes: #196519) + * Enable python support, which is most likely buggy and unstable + (Closes: #194627), split off into gimp1.3-python package + * Replace antiquated prefix= with DESTDIR= in make install + * Build-Conflict on libgimp1.3 until libtool can be whipped into + not being so stupid + + -- Ari Pollak Tue, 10 Jun 2003 08:37:15 -0400 + +gimp1.3 (1.3.14-1) unstable; urgency=low + + * New upstream release + * Change section of libgimp1.3-dev to libdevel + + -- Ari Pollak Mon, 14 Apr 2003 22:56:50 -0400 + +gimp1.3 (1.3.13-2) unstable; urgency=low + + * libgimp1.3 conflicts with gimp1.3 << 1.3.13-1 (Closes: #186201) + + -- Ari Pollak Sun, 23 Mar 2003 19:51:51 -0500 + +gimp1.3 (1.3.13-1) unstable; urgency=low + + * New upstream release (Closes: #184546) + * Use debian/compat + * Move gimp14-libgimp.mo locale files into the libgimp1.3 package + * Clean up debian/copyright + * Update README.Debian to list things that shouldn't be reported as bugs + * Really fix the print plugin; My modification made the dither algorithm + always use the default, this fixes that. + * Fix libtool stuff again so that libgimp1.3 doesn't depend on [a possibly + older version of] itself; I'm not sure why this worked in the first place. + + -- Ari Pollak Sun, 23 Mar 2003 13:21:19 -0500 + +gimp1.3 (1.3.12-5) unstable; urgency=low + + * Don't stupidly depend on "<< next.version.number." This is what I + get for looking at 2-year-old comments in the rules file and + thinking they're sane. + + -- Ari Pollak Mon, 3 Mar 2003 12:35:45 -0500 + +gimp1.3 (1.3.12-4) unstable; urgency=low + + * Work around weird gimpprint problem with default dither algorithm + not being set correctly. Submitted fix upstream, hopefully this is the + right way to do it. (Closes: #175068) + + -- Ari Pollak Sun, 2 Mar 2003 14:29:39 -0500 + +gimp1.3 (1.3.12-3) unstable; urgency=low + + * Apply patch from upstream CVS (Closes: #182803): + - tools/pdbgen/pdb/guides.pdb + - app/pdb/guides_cmds.c: fixed gimp_image_find_next_guide() which + was broken for the case when the image had no guides at all. Fixes + the hanging rotate plug-in + + -- Ari Pollak Sun, 2 Mar 2003 11:18:40 -0500 + +gimp1.3 (1.3.12-2) unstable; urgency=low + + * Work around libtool crap + + -- Ari Pollak Sun, 23 Feb 2003 00:08:23 -0500 + +gimp1.3 (1.3.12-1) unstable; urgency=low + + * New upstream release (Closes: #180918) + * Revamp debian/rules: clean up lintian warnings, consolidate mucho + duplicate code, make everything compatible with latest debhelper + * Apply patch from upstream CVS to fix saving 1-bit PNGs with alpha trans + (Closes: #179980): + 2003-02-22 Dave Neary + - plug-ins/common/png.c: Fixed bug #105360. Previously, + alpha was taking up an index entry even if there were + no transparent entries. Sorry about that :) + * Change wget | wget-ssl to just wget, as there is no longer a seperate -ssl + package. + + -- Ari Pollak Sat, 22 Feb 2003 11:40:36 -0500 + +gimp1.3 (1.3.11-3) unstable; urgency=low + + * Remove recommends of xfonts-75dpi. Looks like it was leftover from + GIMP 1.2. (Closes; #180747) + * Apply patch from CVS to fix compilation on Alpha: + 2003-01-29 Sven Neumann + - app/widgets/gimppropwidgets.[ch]: removed unused function + gimp_prop_enum_option_menu_new_with_values() which caused problems + on some platforms. + * Update description + * Bump Standards-version to .8, no changes necessary + + -- Ari Pollak Wed, 12 Feb 2003 12:17:43 -0500 + +gimp1.3 (1.3.11-2) unstable; urgency=low + + * Add libgimpmodule to shlibs.local + * Hopefully fix a compile error on alpha + + -- Ari Pollak Sat, 4 Jan 2003 00:13:26 -0500 + +gimp1.3 (1.3.11-1) unstable; urgency=low + + * New upstream release (Closes: #167995, #174891) + * PLEASE NOTE: "This release features some incompatible changes to the + gimprc file format. If you installed earlier versions of the 1.3 series, + you are advised to remove your ~/.gimp-1.3 directory and do a fresh user + installation." + + -- Ari Pollak Fri, 3 Jan 2003 18:35:49 -0500 + +gimp1.3 (1.3.10-4) unstable; urgency=low + + * Don't have to mark files in /etc explicitly as conffiles, debhelper + does that automatically. + + -- Ari Pollak Sun, 17 Nov 2002 22:08:21 -0500 + +gimp1.3 (1.3.10-3) unstable; urgency=low + + * Fix gimp1.3.menu entry + + -- Ari Pollak Sun, 17 Nov 2002 20:47:53 -0500 + +gimp1.3 (1.3.10-2) unstable; urgency=low + + * Use CFLAGS correctly (Closes: #166410) + * Bump standards version to 3.5.7, check for debug and noopt in + DEB_BUILD_OPTIONS + + -- Ari Pollak Thu, 14 Nov 2002 14:46:17 -0500 + +gimp1.3 (1.3.10-1) unstable; urgency=low + + * New upstream release (Closes: #163371, #161781) + - These bugs should be fixed now. If not, please reopen the bug. + (Closes: #166410, #160986, #167995) + * Adopted package (Closes: #168365) + + -- Ari Pollak Mon, 11 Nov 2002 14:39:36 -0500 + +gimp1.3 (1.3.8-1) unstable; urgency=low + + * New upstream release + * Add a configure target to the rules and some cleanups + + -- Bastien Nocera Tue, 20 Aug 2002 22:12:40 +0100 + +gimp1.3 (1.3.7-2) unstable; urgency=low + + * Add .applications and .keys file for nautilus to know about us + (Closes: #152150) + * Close bugs from Marcelo's NMU (Closes: #156914, #156280) + * Suggest gimp-freetype + * Update README.Debian + + -- Bastien Nocera Sun, 18 Aug 2002 15:28:11 +0100 + +gimp1.3 (1.3.7-1.1) unstable; urgency=low + + * NMU + * debian/control: Build-Depend on libpng3-dev, libgtk2.0-dev >= 2.0.6-1; + modify dependency for libgimp1.3-dev. + + -- Marcelo E. Magallon Fri, 16 Aug 2002 13:54:31 +0200 + +gimp1.3 (1.3.7-1) unstable; urgency=low + + * New upstream release + * Do not create a link to gimptool.1 from an inexistant man page + * Do not conflict with GIMP 1.2 packages, as they're parallel installable + * Use the same icon in the menu file as in the desktop file + + -- Bastien Nocera Fri, 28 Jun 2002 01:08:35 +0100 + +gimp1.2 (1.2.3-2) unstable; urgency=MEDIUM + + * Do not include escputil or man pages in gimp1.2 (there is already + a separate package for that). No dependancy is needed, since + the GIMP print plugin does not call escputil directly. + (Closes: #142013, #141892) + * Patch url.c (which is a MONSTROUS hack) to deal with the fact that + wget now outputs a "Resolving host.name.com.... done" line. This + throws off the hard-coded parsing function in url.c, and makes it + impossible to open URL files. (Really fixes #137132). + Patch is at http://people.debian.org/~che/gimp/url.patch + + -- Ben Gertzfield Wed, 10 Apr 2002 13:51:07 +0900 + +gimp1.2 (1.2.3-1) unstable; urgency=low + + * New upstream version. (Closes: #140904) + * Remove TIFF from description of gimp1.2-nonfree. (Closes: #88381) + * Fixed config.guess upstream (and in NMU). (Closes: #120875) + * Change -I/usr/include/gnome-1.0 to be set in environment CFLAGS, + so I don't have to patch configure.in every time. + * Upstream now includes symlinks for names gimp -> gimp-1.2, for + all binaries and man pages, so we do too. + * gimp1.2 now depends on wget | wget-ssl; cannot open URLs otherwise. + (Closes: #137132) + * Include escputil print plug-in utility for cleaning nozzle heads, + etc. on Epson printers. + + -- Ben Gertzfield Mon, 8 Apr 2002 17:33:25 +0900 + +gimp1.2 (1.2.2-3) unstable; urgency=low + + * Based on Colin's patch. + * Make /etc/gimp/1.2/* conffiles (closes: #132167). + * Adjust libpng2-dev build-dependency so that it definitely won't match + png3 (not sure if that would affect plugins). + * Does *not* add libgnome-dev to build-dependencies as Colin's patch + does. We need libgtkxmhtml*-dev, *not* libgnome-dev. I will not + ever require the massive GNOME libraries to build or run GIMP, + unless it becomes a GNOME project. The help browser should build + fine as long as libgtkxmhtml-dev is installed. + * Found the above problem -- libgtkxmhtml-dev renamed its include files + without warning to /usr/include/gnome-1.0/gtk-xmhtml/ for absolutely + no reason at all which broke GIMP's compilation process. + Patched configure.in and to always add -I/usr/include/gnome-1.0 + as a quick solution. + + -- Ben Gertzfield Mon, 11 Mar 2002 11:50:37 +0900 + +gimp1.2 (1.2.2-2.1) unstable; urgency=low + + * NMU + * rerun libtoolize & aclocal for new arch support. Closes: #120876 + + -- LaMont Jones Fri, 23 Nov 2001 20:17:10 -0700 + +gimp1.2 (1.2.2-2) unstable; urgency=HIGH + + * Sven, who released GIMP 1.2.2, messed up and incremented the soname + of the library. This was completely gratuitous and unnecessary for a + STABLE release, and broke tons of things (libgimp1.2 dependancies, + SANE, etc.) So I edited configure.in to change the GIMP_INTERFACE_AGE + and GIMP_BINARY_AGE to 2 so bring the soname back down to the same as + 1.2.1. (Closes: #103238) + + -- Ben Gertzfield Tue, 21 Aug 2001 12:44:37 +0900 + +gimp1.2 (1.2.2-1) unstable; urgency=low + + * New upstream version. (Closes: #108760) + * Add to the front of LD_LIBRARY_PATH, don't clobber it, when + we need to do a dpkg-shlibdeps for gimp1.2-nonfree. (Closes: #104462) + * Add Enhances: tages for gimp1.2-perl and gimp1.2-nonfree -> gimp1.2. + * Up Standards-Version to 3.5.6. + + -- Ben Gertzfield Sat, 18 Aug 2001 12:52:53 +0900 + +gimp1.2 (1.2.1-4) unstable; urgency=low + + * Change Build-Depends from xpm4g-dev to xlibs-dev. (Closes: #90801) + * Remove Build-Depends on xlib6g-dev (it's covered by xlibs-dev now.) + * Add Build-Depends on libtiff3g-dev and gettext. (oops!) + * Fix typo in debian/rules so man page for gimp-remote gets included. + + -- Ben Gertzfield Fri, 23 Mar 2001 01:50:58 -0800 + +gimp1.2 (1.2.1-3) unstable; urgency=low + + * Include gimp-remote and gimp-remote.1 man page in gimp1.2 package. + (Closes: #89996) (Why didn't *I* get bug #90000? :) + * Recompile so gimptool has the right include paths for glib 1.2.9 + and gtk+ 1.2.9. (Closes: #90600, #89001) + * It's weird, but the old building hack I had to set PERL_MM_OPTS + was working. Evidently not for everyone. Removed quotes. + (Closes: #90169) + + -- Ben Gertzfield Wed, 21 Mar 2001 11:54:51 -0800 + +gimp1.2 (1.2.1-2) unstable; urgency=MEDIUM + + * Darn it. The GIMP folks keep the soname of libgimp et al the + same for the stable releases, but my soname guessing code from + the 1.1 series thought that it'd follow the minor revision (the last + 1 in 1.2.1) as it did in the 1.1 series. But in the 1.2 series, the + soname will always (Manish promises) be 0, so we don't need to + auto-generate debian/shlibs.local for proper dependancies. This + makes gimp1.2 depend on libgimp1.2 properly again. (Closes: #88098) + * This was already fixed (gimp 1.2 does not look for plugins in + /usr/lib/gimp/1.1/, honestly). (Closes: #80840) + * Add Replaces: gimp1.1-nonfree (<< 1.1.27-1) to gimp1.2 to make for + proper upgrades (the tiff plugin moved at that time from nonfree to + the main package.) (Closes: #83726) + + -- Ben Gertzfield Thu, 1 Mar 2001 14:40:02 -0800 + +gimp1.2 (1.2.1-1) unstable; urgency=low + + * New upstream version. (Closes: #87912) + * Updated to use new Perl building policy; we're using dh_perl for + some of this, so add Build-Depends on perl (>= 5.6.0-16) and + debhelper (>= 3.0.5). + * Update Build-Depends to specify libglib1.2/libgtk1.2 >= 1.2.8. + (Closes: #87046) + * In README.Debian, mention that gimptool is in libgimp1.2-dev. + (Closes: #83501) + * GIMP saves gif just fine. (Closes: #82369) + * Evidently large numbers of open files bug fixed upstream. + (Closes: #81207) + * Add hint to menu file to put GIMP in "Bitmap" submenu. + (Closes: #80154) + + -- Ben Gertzfield Tue, 27 Feb 2001 18:40:43 -0800 + +gimp1.2 (1.2.0-1) unstable; urgency=low + + * We made it!! At long last, we made it. 1.2 is out! + + -- Ben Gertzfield Mon, 25 Dec 2000 12:04:22 -0800 + +gimp1.1 (1.1.32-1) unstable; urgency=low + + * New upstream version. Closes: #80100 + * (1.1.31 didn't build. I wish people wouldn't submit bug reports + 5 minutes after a new developers'-only version comes out, without + testing if it even *builds*..) + + -- Ben Gertzfield Fri, 22 Dec 2000 13:05:16 -0800 + +gimp1.1 (1.1.29-2) unstable; urgency=low + + * Remove dependancy on perl-5.005 that snuck in there when we merged + the Helix changes. Closes: #77155 + + -- Ben Gertzfield Wed, 15 Nov 2000 19:12:40 -0800 + +gimp1.1 (1.1.29-1) unstable; urgency=low + + * New upstream version. + * Bugs fixed previously that I forgot to close: + * Select / By Color doesn't crash. Closes: #62560 + * libgimp1.1-dev Conflicts: with gimp. Closes: #75331 + + -- Ben Gertzfield Wed, 1 Nov 2000 14:35:01 -0800 + +gimp1.1 (1.1.28-1) unstable; urgency=low + + * New upstream version. That was quick! /etc and it's patches + were accepted. (upstream decided to use /etc/gimp/1.1 instead + of /etc/gimp-1.1. *shrug* + + -- Ben Gertzfield Mon, 16 Oct 2000 22:17:37 -0700 + +gimp1.1 (1.1.27-1) unstable; urgency=low + + * New upstream version. Closes: #72193, #74115 + * Fixed improper use of "it's" in app/user_install.c. Forwarded + patch upstream. Closes: #71521 + * Fixed upstream: installation crash (Closes: #71519) + * Looked at a lot of the nice changes in the helix gimp1.1 packages + and applied 'em. + * IMPORTANT MOVE: I realized that the libgimp1.1.27-style packages + had to die a flaming horrible death. Moved to libgimp1.1 and + libgimp1.1-dev package naming style. This has the consequence + that I've had to make the shlibs file make things compiled against + libgimp1.1 depend on libgimp1.1 (>= 1.1.27.0), libgimp1.1 (<< 1.1.28). + * Because of the above, to clean out everyone's systems, I've made + libgimp1.1 Conflict: with all the old libgimp1.1.xs, and libgimp1.1-dev + Conflict: with all old libgimp1.1.x-devs. Closes: #62532 + * Move the tiff plug-in to the main gimp package; only the gif + one uses patented crud any more. + * Bugs fixed long long ago: lprng moved lpc to /usr/sbin. Closes: #48655 + * script-fu breakage due to not having fonts installed documented + in README.Debian and dependancies. Closes: #48840, #49003 + * gimp1.1-perl split out long ago. Closes: #53873 + * some Perl bug, fixed upstream long ago: Closes: #54502, #54666, #54668, #54687 + * Can't reproduce big swapfile loading two pngs in a row. Probably + fixed upstream. Closes: #56240 + * Can't reproduce crash on 'gimp --no-data -n -b "(gimp-quit 1)"' call, + there is no -n flag! Closes: #60941 + * No problems loading EPS files whatsoever. Closes: #61536 + * Old libgimp1.1.x lying around problem cured with new naming + scheme. Closes: #62532 + * Selection -> By Color does not segfault any more. Closes: #62659 + * Transparency dithering when converting to Indexed has been + implemented. Closes: #63719 + * xcftopnm is included in gimp1.1-perl now. Closes: #63748, #63502 + * Printing to postscript does not make an 'all black image'. + Closes: #65378 + * Freshened up README.Debian and lightened dire font warnings. + Closes: #65664 + * The BMP mentioned in bug #67415 does not crash GIMP. Closes: #67415 + * Faulty order in package build (built gimp1.1 before gimp1.1-perl) + led some Perl plugins to be included in the gimp1.1 package. + Fixed. Closes: #67523, #70811 + * User installation crash fixed upstream. Closes: #71519 + * Patched it's typo in installation. Sent patch upstream. Closes: #71521 + * Patched to move all config files to /etc/gimp-1.1/ instead of + /usr/share/gimp/1.1/ . Sent patch upstream. Closes: #72161 + * GIMP seems to have no problems parsing lpc's output when using + lprng for me. Closes: #72448 + * gimp-python is maintained separately. Closes: #58548 + * Moved gimp binary to /usr/bin. This is to follow policy, and + also fixes a problem with the GIMP Perl module. Closes: #66469 + * Um. Control+mouse button 1 doesn't select; it deselects. This + is documented. Closes: #65326 + * Yes, gimp1.1 is in the archives for woody. Closes: #61641 + + -- Ben Gertzfield Thu, 12 Oct 2000 21:39:45 -0700 + +gimp1.1 (1.1.24-1) unstable; urgency=low + + * New upstream version. (Sorry for slacking off there.) Closes: #64294 + * Add Build-Depends line. Closes: #62896 + * (Hopefully) add Help support in by installing the new libgtkxmhtml-dev + package. Yes, this indirectly requires GNOME libraries -- but only + to build. libgtkxmhtml1 does not require GNOME libraries at run-time, + so I'm satisfied. Closes: #52634 + + -- Ben Gertzfield Thu, 10 Aug 2000 11:15:10 -0700 + +gimp1.1 (1.1.19-1) unstable; urgency=low + + * New upstream version. Please don't let there be any i18n breakage + this time... + * To separate the perl plugins, instead of a static list we now + run 'file' on usr/lib/gimp/1.1/plug-ins/* and any that say + 'perl script' we include in gimp1.1-perl. + + -- Ben Gertzfield Wed, 5 Apr 2000 22:56:19 -0700 + +gimp1.1 (1.1.18-1) unstable; urgency=low + + * New upstream version. Use CVS po files for i18n to avoid crashes, + and patch da_DK po file by hand because it's still broken. + + -- Ben Gertzfield Sat, 4 Mar 2000 09:02:08 -0800 + +gimp1.1 (1.1.17-2) frozen unstable; urgency=low + + * Move gimp-tool into libgimp1.1.17-dev, and make libgimp1.1.17-dev + Depend: on libgtk1.2-dev and libglib1.2-dev. Closes: #59057 + * Fixes locale brokenness for it_IT, ru_RU, de_DE. (Updated the po + files from CVS gimp current as of 27 Feb 2000.) Closes: #58796, #56503, + #57498, #57403, + + -- Ben Gertzfield Sun, 27 Feb 2000 10:39:36 -0800 + +gimp1.1 (1.1.17-1) unstable; urgency=low + + * New upstream version. + + -- Ben Gertzfield Fri, 11 Feb 2000 12:29:22 -0800 + +gimp1.1 (1.1.15-3) frozen unstable; urgency=MEDIUM + + * Fix GIMP crashes by moving Perl-Server plugin out of main + gimp1.1 package into gimp1.1-perl. Closes: #56237 + (Yes, this must make it into frozen, otherwise gimp1.1 doesn't + work.) + * As a consequence of the above, gimp1.1-perl Replaces: gimp1.1 + (<< 1.1.15-3). + * Make sure libgimp1.1.15 doesn't include any Perl directories. + + -- Ben Gertzfield Wed, 26 Jan 2000 16:37:41 -0800 + +gimp1.1 (1.1.15-2) frozen unstable; urgency=MEDIUM + + * Argh. I had messed up the build process and no files actually + got into gimp1.1-perl. This rebuild must make it into frozen, + * Make gimp1.1-perl Depend: on gimp1.1 (>= ${Source-Version}) so + people don't try to install it with a mismatching gimp package. + * Add Suggests: from gimp1.1 to gimp1.1-perl. + * To make slink -> potato upgrade easier (read: possible), sprinkle + Replaces: liberally around. + + -- Ben Gertzfield Sat, 22 Jan 2000 14:14:56 -0800 + +gimp1.1 (1.1.15-1) unstable; urgency=low + + * New upstream version. + * Bump Standards to 3.1.1.1. + * Move Perl plugins and support into gimp1.1-perl. Closes: #54562 + * Duplicates of bugs closed below. Closes: #53707, #53708, #53873, + #50678 + + -- Ben Gertzfield Sat, 15 Jan 2000 11:16:59 -0800 + +gimp1.1 (1.1.14-4) unstable; urgency=low + + * Add Conflict: with libgimp-perl (it should be removed from the + archives sooner or later, though.) Closes: #54212 + + -- Ben Gertzfield Thu, 6 Jan 2000 11:26:57 -0800 + +gimp1.1 (1.1.14-3) unstable; urgency=low + + * Add dependancies on libgtk-perl and pdl. Closes: #53971, #53826 + * Build with perl Image::Magick support. Add dependancy on perlmagick. + * If anyone thinks any of the above new dependancies (libgtk-perl, pdl, + perlmagick) should be made into Suggests, let me know. I couldn't + decide, so went with a Depends to be on the safe side. But, this + requires about 6 more megs of packages to be installed, so some + people may not be happy. + * Patch the stupid Makefile.PL in plug-ins/perl/Makefile.PL to not + force UNINST=1 on the 'make install'. GRRR! + + -- Ben Gertzfield Wed, 5 Jan 2000 18:08:02 -0800 + +gimp1.1 (1.1.14-2) unstable; urgency=low + + * Do not include 'perllocal.pod' in install. + + -- Ben Gertzfield Thu, 30 Dec 1999 12:18:17 -0800 + +gimp1.1 (1.1.14-1) unstable; urgency=low + + * New upstream version. + * Now includes gimp-perl and the related Perl plugins in the main + gimp package. Closes: #34392 + * Still no gimp help browser, as libgtkxmhtml-dev depends on a whole + slew of GNOME libraries which I am not willing to foist on + unsuspecting GIMP users. + * Fixed in earlier releases: Closes: #42096, #42699 + + -- Ben Gertzfield Fri, 17 Dec 1999 15:03:36 -0800 + +gimp1.1 (1.1.13-1) unstable; urgency=low + + * New upstream version. + + -- Ben Gertzfield Fri, 26 Nov 1999 11:13:19 -0800 + +gimp1.1 (1.1.12-1) unstable; urgency=low + + * New upstream version. + + -- Ben Gertzfield Thu, 25 Nov 1999 13:16:37 -0800 + +gimp1.1 (1.1.10-1) unstable; urgency=low + + * New upstream version. + + -- Ben Gertzfield Wed, 6 Oct 1999 19:17:57 -0700 + +gimp1.1 (1.1.9-1) unstable; urgency=low + + * New upstream version. + * Change auto-generation of shlibs file to make things compiled against + libgimp to depend on (e.g.) >= 1.1.8 instead of >= 1.1.8-1. This + makes building slink packages with versions like 1.1.8-0slink1 + work. + + -- Ben Gertzfield Fri, 10 Sep 1999 21:27:29 -0700 + +gimp1.1 (1.1.8-1) unstable; urgency=low + + * New upstream version. + * Change Recommends: of xfnts-100dpi to a Suggests, as it seems GIMP will + work without it nowadays. + * Upstream has restructured /usr/share/gimp and I missed it; that's + why the help files and tips of the day were missing. + (Fixes: #42699, #42096) + * libgimp1.1.8-dev Depends: on Source-Version of libgimp1.1.8 now. + + -- Ben Gertzfield Tue, 24 Aug 1999 13:46:24 -0700 + +gimp1.1 (1.1.7-1) unstable; urgency=low + + * New upstream version. + * Remove dependancy on perl, since it was outdated and I don't + even include the perl stuff (yet) (Fixes: #41402, #41484) + + -- Ben Gertzfield Sun, 18 Jul 1999 18:09:52 -0700 + +gimp1.1 (1.1.6-2) unstable; urgency=low + + * Patch for compiling on non-x86 architectures. (Fixes: #39863, #40080) + * libgimp1.1.6-dev no longer conflicts with libgimp1. (Fixes: #40267) + + -- Ben Gertzfield Thu, 1 Jul 1999 21:13:37 -0700 + +gimp1.1 (1.1.6-1) unstable; urgency=low + + * New upstream version. + + -- Ben Gertzfield Mon, 14 Jun 1999 22:00:10 -0700 + +gimp1.1 (1.1.5-1) unstable; urgency=low + + * New upstream version. + * Make it easier for myself to make new releases by automatically + generating the shlibs.local file, and other changes to debian/rules + + -- Ben Gertzfield Thu, 13 May 1999 14:16:19 -0700 + +gimp1.1 (1.1.4-1) unstable; urgency=low + + * New upstream version. + * The Perl extension won't work until the Debian libgtk-perl package + is updated. So I'm releasing this without the Perl extension until + libgtk-perl is recompiled against GTK+ 1.2 and updated from the + upstream source. + + -- Ben Gertzfield Sun, 11 Apr 1999 14:23:15 -0700 + +gimp1.1 (1.1.3-2) unstable; urgency=low + + * shlibs.local needed to be bumped to 1.1.3 + * disable perl extension for the time being + + -- Ben Gertzfield Sun, 28 Mar 1999 14:04:30 -0800 + +gimp1.1 (1.1.3-1) unstable; urgency=low + + * New upstream version. + * Build with GTK+ 1.2. + + -- Ben Gertzfield Mon, 15 Mar 1999 10:14:32 -0800 + +gimp1.1 (1.1.2-1) unstable; urgency=low + + * New upstream version. + + -- Ben Gertzfield Thu, 18 Feb 1999 19:19:43 -0800 + +gimp1.1 (1.1.1-1) unstable; urgency=low + + * New upstream version. + * Fix menu entry to be package gimp1.1, not gimp. (Fixes: #31796) + + -- Ben Gertzfield Thu, 21 Jan 1999 12:46:10 -0800 + +gimp1.1 (1.1.0-1) unstable; urgency=low + + * New upstream version; new package name (gimp1.1) to reflect unstable + release. + + -- Ben Gertzfield Thu, 24 Dec 1998 10:04:44 -0800 + +gimp (1.0.2-3) frozen unstable; urgency=low + + * Recompile for ncurses 4.2 and related aalib + + -- Ben Gertzfield Mon, 9 Nov 1998 20:29:13 -0800 + +gimp (1.0.2-2) frozen unstable; urgency=low + + * The gimp package no longer depends explicitly on xfnt{75,100}. I + downgraded the relationship to a Recommends: and added big fat + warnings in the README and in the package description. + Fixes bugs #14600 and #21055. This has been changed because it's + possible to run GIMP using a remote font server to serve the 75/100dpi + fonts. However, it's really no big deal to ask for them to be installed + locally, so the relationship should be Recommends:. + * The above Recommends: has been changed to xfonts-{75,100}dpi, although + it's pretty silly that their names were changed without adding a + Provides:. *grumble* + * Bumped the version number in the dependancy of gimp on gimp-data-extras + to (>= 1:1.0.0). + * libgimp-dev now conflicts with libglib-dev, so people don't try + compiling plugins when they only have GTK+ 1.1 installed. + + -- Ben Gertzfield Sun, 25 Oct 1998 10:46:23 -0800 + +gimp (1.0.2-1) unstable; urgency=low + + * New upstream version. This better make it in before the freeze :) + + -- Ben Gertzfield Wed, 14 Oct 1998 22:47:25 -0700 + +gimp (1.0.1-1) unstable; urgency=low + + * New upstream version. + + -- Ben Gertzfield Sun, 27 Sep 1998 21:37:45 -0700 + +gimp (1.0.0-1) frozen unstable; urgency=low + + * We made it! All the way to 1.0.0! Huzzah! + + -- Ben Gertzfield Tue, 2 Jun 1998 01:12:27 -0700 + +gimp (0.99.31-1) frozen unstable; urgency=low + + * New stable upstream version. + * Now includes man-page for gimptool. + + -- Ben Gertzfield Mon, 18 May 1998 13:18:01 -0700 + +gimp (0.99.29-2) frozen unstable; urgency=low + + * Added gimptool into package, was accidentally left out previously. + + -- Ben Gertzfield Mon, 11 May 1998 18:13:23 -0700 + +gimp (0.99.29-1) frozen unstable; urgency=low + + * Yikes! They're still pumping out those upstream versions. + * For some reason, the xdelta-dev package has disappeared. The + xdelta plugin has thus been removed. + + -- Ben Gertzfield Tue, 5 May 1998 19:43:35 -0700 + +gimp (0.99.28-1) frozen unstable; urgency=low + + * Yet another new upstream version. + + -- Ben Gertzfield Tue, 28 Apr 1998 12:54:34 -0700 + +gimp (0.99.27-1) frozen unstable; urgency=low + + * Gosh, 0.99.26 *wasn't* the last version. :/ Hope they're almost + done. New upstream version, bug fixes only of course. + + -- Ben Gertzfield Sat, 18 Apr 1998 14:56:21 -0700 + +gimp (0.99.26-1) frozen unstable; urgency=low + + * Another new upstream version. The GIMP developers are swearing + up and down that this is the last one before 1.0.. hmm :) + * This version is supposed to fix the problems with the save/load + dialog box. + + -- Ben Gertzfield Sun, 12 Apr 1998 01:19:33 -0700 + +gimp (0.99.24-1) frozen unstable; urgency=low + + * New upstream version. + * Made sure ChangeLog was installed as changelog.gz; fixes + lintian errors. + * Corrected major error in libgimp1's shlibs file. + + -- Ben Gertzfield Wed, 8 Apr 1998 12:58:38 -0700 + +gimp (0.99.23-1) frozen unstable; urgency=low + + * New upstream version. + * /usr/lib/libgck.{a,so} were not in the -dev package, moved + them to the right place. + * Fixed postinst to test if package is being configured for + ldconfiggage (Hi again James!) + + -- Ben Gertzfield Sun, 29 Mar 1998 16:12:15 -0800 + +gimp (0.99.22-2) frozen unstable; urgency=low + + * /usr/share/gimp/gfig/ directory was accidentally left out of -1, + re-added it. + * /usr/include/gck/ was accidentally left out of -1's -dev package, + re-added it. + + -- Ben Gertzfield Mon, 23 Mar 1998 18:32:14 -0800 + +gimp (0.99.22-1) unstable; urgency=low + + * New upstream version. + * Replaced libtool with Debian native libtool. + + -- Ben Gertzfield Thu, 19 Mar 1998 23:43:57 -0800 + +gimp (0.99.21-2) frozen unstable; urgency=medium + + * Somehow GIMP didn't get linked with libXi, which MAJORLY broke things. + Fixed. + + -- Ben Gertzfield Mon, 16 Mar 1998 22:40:36 -0800 + +gimp (0.99.21-1) unstable; urgency=low + + * New upstream release. + + -- Ben Gertzfield Sun, 15 Mar 1998 10:53:05 -0800 + +gimp (0.99.20-1) unstable; urgency=low + + * New upstream version. + * Manpage is now included with upstream source, and included ChangeLog, + README, and NOTES in /usr/doc/gimp. + * Patched print plugin to call /usr/sbin/lpc directly instead of + just lpc. + + -- Ben Gertzfield Fri, 13 Mar 1998 23:20:26 -0800 + +gimp (0.99.19-2) unstable; urgency=low + + * Rebuild with gtk+-0.99.4-2 to fix shlib dependancies. + + -- Ben Gertzfield Sun, 8 Mar 1998 00:07:11 -0800 + +gimp (0.99.19-1) unstable; urgency=low + + * New upstream version. + * Removed dh_du calls to remove lintian errors on du control files. + * gimp-data-min has been merged in with the main gimp package and + so is now obsolete. + * Upgraded Standards-Version to 2.4.0.0. + * Made copyrights correct for libgimp and gimp-nonfree. + + -- Ben Gertzfield Mon, 2 Mar 1998 13:38:09 -0800 + +gimp (0.99.18-2) unstable; urgency=low + + * Moved gimp binary back into /usr/X11R6/bin, made menu entry + properly reflect this change. Fixes bug #17554. + + -- Ben Gertzfield Tue, 27 Jan 1998 16:28:54 -0800 + +gimp (0.99.18-1) unstable; urgency=low + + * New upstream version. + + -- Ben Gertzfield Mon, 26 Jan 1998 11:15:12 -0800 + +gimp (0.99.17-3) unstable; urgency=low + + * The menu file was accidentally left out of the package; fixed. + * The /usr/doc/gimp/README.debian was also added back into the package. + + -- Ben Gertzfield Tue, 6 Jan 1998 15:27:36 -0800 + +gimp (0.99.17-2) unstable; urgency=low + + * Recompiled because of shlibs file error in libgtk1 0.99.2-1, + now depends on libgtk1 (>=1:0.99.2) instead of just libgtk1. + + -- Ben Gertzfield Mon, 5 Jan 1998 12:38:11 -0800 + +gimp (0.99.17-1) unstable; urgency=low + + * New upstream version. + + -- Ben Gertzfield Sun, 4 Jan 1998 00:36:42 -0800 + +gimp (0.99.16-2) unstable; urgency=low + + * libgimp-dev did not conflict with and replace gimp-dev; fixed. + * Really used pristine upstream source. + + -- Ben Gertzfield Mon, 29 Dec 1997 13:14:59 -0800 + +gimp (0.99.16-1) unstable; urgency=low + + * New upstream version. + * Converted to use debhelper. + * Split off libgimp package. + + -- Ben Gertzfield Mon, 15 Dec 1997 14:00:19 -0800 + +gimp (0.99.14-1) unstable; urgency=low + + * New upstream version. + * Linked with all libc6 libraries, fixes bug #13505. + * Fixed dumb dependancy error. Fixes bug #13324. + * Put header files in the absolutely proper place. Fixes bug #13247. + * Split off libgtk1 et al from the source package. + * Upgraded to Standards-Version 2.3.0.0. + + -- Ben Gertzfield Wed, 15 Oct 1997 15:49:03 -0700 + +gimp (0.99.10pre11-1) unstable; urgency=low + + * New upstream version. + * Recompiled with libc6 X libraries. + * Removed XInput support, because it depends on XFree86 3.1.1, + which hasn't been made into a Debian package yet. + + -- Ben Gertzfield Sat, 13 Sep 1997 16:28:38 -0700 + +gimp (0.99.10-3) unstable; urgency=low + + * Applied more patches. GIMP now has XInput (tablet pressure/tilt) + extensions! + + -- Ben Gertzfield Sat, 16 Aug 1997 17:55:10 -0500 + +gimp (0.99.10-2) unstable; urgency=low + + * Removed empty documentation files; fixes bug #11491. + * Fixed symbolic links for shared libraries (added links to libname.so in + -dev packages) + * Changed shlibs for libgtk to use = instead of >=; fixes bug #11492 + * Applied patches from http://copper.ucs.indiana.edu/~sgoehrin/gimp/patches/ + + -- Ben Gertzfield Tue, 29 Jul 1997 19:33:41 -0500 + +gimp (0.99.10-1) unstable; urgency=low + + * New maintainer. + * New upstream version. + * Uses the new gtk and gdk libraries instead of Motif. + * Split into gimp, gimp-dev, libgtk, libgtk-dev, gimp-data, and gimp-nonfree. + + -- Ben Gertzfield Tue, 22 Jul 1997 20:53:20 -0500 + +gimp (0.54.1-6) unstable; urgency=low + + * Fixed menu problem. + * Fixed problem with simultaneous gimp-plugins install. + * Added minimal man page. + * Killed README.debian (copyright already had the info). + + -- Rob Browning Sun, 13 Apr 1997 20:49:59 -0500 + +gimp (0.54.1-5) unstable; urgency=low + + * added new gimprc parsing. + * moved /etc/gimprc to /etc/gimp/gimprc + + -- Rob Browning Sun, 2 Feb 1997 03:08:03 -0600 + +gimp (0.54.1-4) unstable; urgency=low + + * Change to new packaging standards. + * Added X menu entry. + * Fixed config file placement and loading (bug #4303) + * Fixed dependencies (bug #6691) + + -- Rob Browning Mon, 27 Jan 1997 01:04:31 -0600 + + --- gimp-2.4.0~rc3.orig/debian/control +++ gimp-2.4.0~rc3/debian/control @@ -0,0 +1,140 @@ +Source: gimp +Priority: optional +Section: graphics +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Ari Pollak +Standards-Version: 3.6.1 +Build-Depends: debhelper (>= 5), cdbs (>= 0.4.37), autotools-dev, + patchutils, gettext, intltool, libx11-dev, libice-dev, libsm-dev, + libxmu-dev, libxpm-dev, libxt-dev, + libaa1-dev, libgtk2.0-dev (>= 2.10.13), libglib2.0-dev (>= 2.12.3), + libpango1.0-dev (>= 1.12.2), libgtkhtml2-dev (>= 2.0.0), libjpeg62-dev, + libart-2.0-dev, libpng12-dev | libpng-dev, + zlib1g-dev, libtiff4-dev, python-dev (>= 2.3.5), python-gtk2-dev (>= 2.10.4), + python-support (>= 0.4), libexif-dev (>= 0.6.12), libmng-dev, + librsvg2-dev (>= 2.7.2-2), libfontconfig1-dev (>= 2.2.0), + libwmf-dev (>= 0.2.8-1.1), libfreetype6-dev (>= 2.2), + libpoppler-glib-dev (>= 0.3.1), libgnomevfs2-dev (>= 2.10.0), + libgnomeui-dev (>= 2.10.0), libcurl4-gnutls-dev, + libasound2-dev (>= 1.0.0) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], + libhal-dev (>= 0.5.7), libdbus-glib-1-dev (>= 0.70), liblcms1-dev | liblcms-dev +#Build-Conflicts: libgimp2.0 +XS-Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/gimp/ +XS-Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/gimp/ + +Package: libgimp2.0 +Architecture: any +Section: libs +Depends: ${shlibs:Depends} +Recommends: gimp-data (>= ${source:Upstream-Version}), gimp-data (<= ${source:Upstream-Version}-z) +Description: Libraries necessary to run the GIMP + This package includes the libgimp libraries, which are + necessary to run The GIMP. + . + It has been split off from the main gimp package in order to + facilitate easy development for packages that use libgimp, + like SANE, the Scanner Access package for GIMP, as well as any other + third-party plugins. + +Package: gimp-helpbrowser +Architecture: any +Section: graphics +Depends: gimp (= ${binary:Version}), ${shlibs:Depends} +Description: Built-in Help Browser plugin for The GIMP + This package includes the browser for reading documentation for The GIMP, + accessible from within the program. + +Package: gimp-python +Architecture: any +Section: graphics +Depends: gimp (= ${binary:Version}), python-gtk2 (>= 2.8.0), ${shlibs:Depends}, ${python:Depends} +Description: Python support and plugins for The GIMP + This package includes the Python modules necessary to write Python-based + plugins for The GIMP. It includes several plugins with various useful + features: + * Clothify: Make the specified layer look like it's printed on cloth + * ColorXHTML: Save the image as colored XHTML text + * Console: Python interactive interpreter with Gimp extensions + * Drop Shadow and Bevel - Add a drop shadow and/or bevel to a layer + * Foggify: Add a layer of fog to an image + * Py-Slice: Cuts an image along its guides and saves subimages + HTML + * Sphere: Generate simple spheres with drop shadows + * Whirl and Pinch: Distorts an image by whirling and pinching + +Package: gimp-gnomevfs +Architecture: any +Section: graphics +Depends: gimp (= ${binary:Version}), libgnomevfs2-extra, ${shlibs:Depends} +Conflicts: gimp-libcurl, gimp (<= 2.3.12-2) +Replaces: gimp-libcurl, gimp (<= 2.3.12-2) +Description: GNOME-VFS URI plugin for The GIMP + This package includes a plugin for The GIMP which will open URIs (e.g. + ftp:, http:, smb:, and sftp:) using protocol handlers from GNOME-VFS. + +Package: gimp-libcurl +Architecture: any +Section: graphics +Depends: gimp (= ${binary:Version}), ${shlibs:Depends} +Conflicts: gimp-gnomevfs, gimp (<= 2.3.12-2) +Replaces: gimp-gnomevfs, gimp (<= 2.3.12-2) +Description: libcurl URI plugin for The GIMP + This package includes a plugin for The GIMP which will open URIs (e.g. + ftp: and http:) using protocol handlers from libcurl. + +Package: gimp +Architecture: any +Section: graphics +Depends: gimp-data (>= ${source:Upstream-Version}), gimp-data (<< ${source:Upstream-Version}-z), ${shlibs:Depends} +Conflicts: gimp-data (<< 2.3.17-2), gimp-wget (<< 2.3.12-1), libgimp-perl (<= 2.0.dfsg+2.2pre1.dfsg-2), gimp-svg +Replaces: gimp-data (<< 2.3.17-2), gimp-wget (<< 2.3.12-1), libgimp-perl (<= 2.0.dfsg+2.2pre1.dfsg-2), gimp-svg +Recommends: gimp-gnomevfs | gimp-libcurl +Suggests: gimp-help-en | gimp-help, gimp-python (>= 2.4.0~rc1-1), libgimp-perl, gimp-data-extras +Description: The GNU Image Manipulation Program + The GIMP lets you draw, paint, edit images, and much more! GIMP + includes the functionality and plug-ins of other famous image + editing and processing programs. + . + If you'd like to use a MIDI device as an input controller in GIMP, + install libasound2 and read the how-to at /usr/share/doc/gimp/README.MIDI + +Package: gimp-data +Architecture: all +Section: graphics +Recommends: gimp +Conflicts: gimp (<< 2.4.0~rc2-2) +Replaces: gimp (<< 2.4.0~rc2-2) +Description: Data files for The GIMP + This package contains architecture-independent supporting data files + for use with The GIMP. + +Package: libgimp2.0-dev +Architecture: any +Section: libdevel +Depends: libgimp2.0 (= ${binary:Version}), libgtk2.0-dev (>= 2.10.0), pkg-config +Suggests: libgimp2.0-doc +Description: Headers and other files for compiling plugins for The GIMP + This package contains the header files for the GNU Image Manipulation + Program, along with the static versions of libgimp. + It also includes the gimptool-2.0 utility. + . + Install this package if you wish to compile your own plugins, + or if you wish to develop packages that use libgimp. + +Package: libgimp2.0-doc +Architecture: all +Section: doc +Depends: lynx | www-browser +Description: Developers' Documentation for the GIMP library + This package contains the HTML documentation for the GIMP library in + /usr/share/gtk-doc/html/ . + +Package: gimp-dbg +Priority: extra +Architecture: any +Section: graphics +Depends: gimp (= ${binary:Version}) | libgimp2.0 (= ${source:Version}), ${shlibs:Depends} +Description: Debugging symbols for The GIMP + This package includes the debugging symbols useful for debugging + The GIMP and its libraries, contained in the gimp and libgimp2.0 packages. + The debugging symbols are used for execution tracing and core dump + analysis. --- gimp-2.4.0~rc3.orig/debian/rules +++ gimp-2.4.0~rc3/debian/rules @@ -0,0 +1,90 @@ +#!/usr/bin/make -f +# PLEASE NOTE: when building a development version or a version where the minor +# library version changes or has changed but the major so version stays the +# same, make sure to Build-Conflict on libgimpX.X, Where libgimpX.X contains +# a previous version of the same major version of the library. Otherwise, +# libtool will stupidly relink against the system version of the library +# when installing, and create a dependency on the old version of libgimp. +# TODO: maybe set LD_LIBRARY_PATH instead? + +## WARNING: compiling without -O2 (DEB_BUILD_OPTIONS=noopt) may produce +## undesired effects, especially when scaling JPEG images + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +## Read version numbers from the changelog (for upstream dev versions) +version=$(shell dpkg-parsechangelog | grep '^Version: ' | sed -e 's/^Version: //' | sed -e 's/-.*//') +major=$(shell echo ${version} | cut -d. -f1-2) +micro=$(shell echo ${version} | cut -d. -f3 | cut -d+ -f1) +nextmicro=$(shell expr ${micro} + 1) + +LDFLAGS = -Wl,--as-needed +DEB_CONFIGURE_EXTRA_FLAGS := \ + --enable-python --enable-default-binary --without-print +DEB_BUILDDIR := $(DEB_SRCDIR)/build + +DEB_DH_SHLIBDEPS_ARGS_ALL := \ + -Llibgimp2.0 -l$(CURDIR)/debian/libgimp2.0/usr/lib +DEB_DH_SHLIBDEPS_ARGS_gimp := -Xlibcontroller_midi.so + +# For the stable branch: +DEB_DH_MAKESHLIBS_ARGS_libgimp2.0 := -V "libgimp2.0 (>= 2.4.0~rc1)" +# For the development branch: +#DEB_DH_MAKESHLIBS_ARGS_libgimp2.0 := \ +# -V "libgimp2.0 (>= ${version}), libgimp2.0 (<< ${major}.${nextmicro})" + +clean:: + rm -rf build + +common-install-impl:: + # Add translation domain to .desktop and .server files + DOMAIN=$$(grep --max-count 1 '^GETTEXT_PACKAGE[[:space:]]*=' $(DEB_BUILDDIR)/po/Makefile | sed 's/^.*=[[:space:]]\([^[:space:]]\)/\1/'); \ + for d in $$(find debian/tmp -type f -name "*.desktop" ); do \ + echo "Adding translation domain $$DOMAIN to $$d..."; \ + echo "X-Ubuntu-Gettext-Domain=$$DOMAIN" >> $$d; \ + done; + + cd po; intltool-update -p + cd po-libgimp; intltool-update -p + cd po-plug-ins; intltool-update -p + cd po-script-fu; intltool-update -p + + # Remove compiled python files from the distribution, they're compiled in + # postrm by dh_python + find $(CURDIR)/debian/tmp -name "*.py[co]" -exec rm '{}' ';' + + rm debian/tmp/usr/lib/gimp/2.0/plug-ins/uri + rm debian/tmp/usr/lib/*.la + + dh_movefiles + dh_icons + +binary-install/gimp-gnomevfs:: + # Build gnomevfs URI plugin + rm $(DEB_BUILDDIR)/plug-ins/uri/uri.o + + cd $(DEB_BUILDDIR)/plug-ins/uri && make + + cp $(DEB_BUILDDIR)/plug-ins/uri/.libs/uri \ + $(CURDIR)/debian/gimp-gnomevfs/usr/lib/gimp/2.0/plug-ins/uri + +binary-install/gimp-libcurl:: + # Build libcurl URI plugin + rm $(DEB_BUILDDIR)/plug-ins/uri/uri.o + + sed -e 's/\(backend_sources.*gnome\)/#\1/' \ + -e 's/#\(backend_sources.*libcurl\)/\1/' \ + -e 's/\(am__objects.*gnome\)/#\1/' \ + -e 's/#\(am__objects.*libcurl\)/\1/' \ + -e 's/$$(URI_GNOME_VFS/$$(URI_LIBCURL/g' \ + $(DEB_BUILDDIR)/plug-ins/uri/Makefile > \ + $(DEB_BUILDDIR)/plug-ins/uri/Makefile.libcurl + cd $(DEB_BUILDDIR)/plug-ins/uri && make -f Makefile.libcurl + + cp $(DEB_BUILDDIR)/plug-ins/uri/.libs/uri \ + $(CURDIR)/debian/gimp-libcurl/usr/lib/gimp/2.0/plug-ins/uri + +binary-install/gimp-python:: + dh_pysupport -pgimp-python /usr/lib/gimp/2.0/python --- gimp-2.4.0~rc3.orig/debian/gimp.preinst +++ gimp-2.4.0~rc3/debian/gimp.preinst @@ -0,0 +1,11 @@ +#!/bin/sh -e + +if [ "$1" = "install" -o "$1" = "upgrade" ]; then + # Clean up older links from this package + update-alternatives --remove gimp /usr/bin/gimp-1.2 + update-alternatives --remove gimptool /usr/bin/gimptool-1.3 + update-alternatives --remove gimp /usr/bin/gimp-2.0 + update-alternatives --remove gimp /usr/bin/gimp-2.2 +fi + +#DEBHELPER# --- gimp-2.4.0~rc3.orig/debian/gimp.menu +++ gimp-2.4.0~rc3/debian/gimp.menu @@ -0,0 +1,3 @@ +?package(gimp):command="/usr/bin/gimp" icon="/usr/share/pixmaps/gimp.xpm" needs="X11" \ + section="Applications/Graphics" title="The GIMP" hints="Bitmap" \ + hotkey="Gimp" --- gimp-2.4.0~rc3.orig/debian/libgimp2.0-dev.files +++ gimp-2.4.0~rc3/debian/libgimp2.0-dev.files @@ -0,0 +1,7 @@ +usr/lib/*.a +usr/lib/*.so +usr/lib/pkgconfig/ +usr/share/man/man1/gimptool-?.?.1 +usr/share/aclocal/gimp-?.?.m4 +usr/include/ +usr/bin/gimptool-?.? --- gimp-2.4.0~rc3.orig/debian/gimp-python.files +++ gimp-2.4.0~rc3/debian/gimp-python.files @@ -0,0 +1,5 @@ +usr/lib/gimp/2.0/environ/pygimp.env +usr/lib/gimp/2.0/interpreters/pygimp.interp +usr/lib/gimp/2.0/plug-ins/*.py +usr/lib/gimp/2.0/python/ +usr/share/locale/*/LC_MESSAGES/gimp??-python.mo --- gimp-2.4.0~rc3.orig/debian/libgimp2.0-doc.files +++ gimp-2.4.0~rc3/debian/libgimp2.0-doc.files @@ -0,0 +1 @@ +/usr/share/gtk-doc/html --- gimp-2.4.0~rc3.orig/debian/TODO +++ gimp-2.4.0~rc3/debian/TODO @@ -0,0 +1 @@ +- Merge gimp-svg back into main package --- gimp-2.4.0~rc3.orig/debian/gimp-gnomevfs.dirs +++ gimp-2.4.0~rc3/debian/gimp-gnomevfs.dirs @@ -0,0 +1 @@ +usr/lib/gimp/2.0/plug-ins --- gimp-2.4.0~rc3.orig/debian/gimp-helpbrowser.files +++ gimp-2.4.0~rc3/debian/gimp-helpbrowser.files @@ -0,0 +1 @@ +usr/lib/gimp/2.0/plug-ins/helpbrowser --- gimp-2.4.0~rc3.orig/debian/libgimp2.0-dev.preinst +++ gimp-2.4.0~rc3/debian/libgimp2.0-dev.preinst @@ -0,0 +1,11 @@ +#!/bin/sh -e + +ver=2.0 +prio=50 + +if [ "$1" = "install" ] || [ "$1" = "upgrade" ]; then + update-alternatives --remove gimptool /usr/bin/gimptool-2.0 +fi + +#DEBHELPER# + --- gimp-2.4.0~rc3.orig/debian/patches/03_gimp.desktop.in.in.patch +++ gimp-2.4.0~rc3/debian/patches/03_gimp.desktop.in.in.patch @@ -0,0 +1,16 @@ +diff -Nur gimp-2.4.0~rc2/desktop/gimp.desktop.in.in gimp-2.4.0~rc2.new/desktop/gimp.desktop.in.in +--- gimp-2.4.0~rc2/desktop/gimp.desktop.in.in 2007-08-31 23:38:18.000000000 +1000 ++++ gimp-2.4.0~rc2.new/desktop/gimp.desktop.in.in 2007-09-07 02:30:00.000000000 +1000 +@@ -2,10 +2,10 @@ + Version=1.0 + Encoding=UTF-8 + Type=Application +-_Name=GNU Image Manipulation Program ++_Name=GIMP Image Editor + _GenericName=Image Editor + _Comment=Create images and edit photographs +-Exec=@GIMP_COMMAND@ %U ++Exec=gimp %U + TryExec=gimp-@GIMP_APP_VERSION@ + Icon=gimp + Terminal=false --- gimp-2.4.0~rc3.orig/debian/patches/00_gimptool-2.0.in.patch +++ gimp-2.4.0~rc3/debian/patches/00_gimptool-2.0.in.patch @@ -0,0 +1,18 @@ +--- gimp-2.3.9.orig/gimptool-2.0.in ++++ gimp-2.3.9/gimptool-2.0.in +@@ -274,6 +278,7 @@ + test $donothing = "yes" || $cmd + dest=`echo $1 | sed -e 's#.*/\([^/].*\)$#\1#'` + cmd="$install_cmd $1 $DESTDIR$install_dir/$dest" ++ mkdir -p $DESTDIR$install_dir + test $quiet = "yes" || echo $cmd + test $donothing = "yes" || exec $cmd + else +@@ -326,6 +331,7 @@ + test $donothing = "yes" || $cmd + fi + dest=`echo $1 | sed -e 's#.*/\([^/].*\)$#\1#' -e 's/\.[^.]*$//'` ++ mkdir -p $install_dir + cmd="$cc $cflags $gimp_cflags -o $install_dir/$dest $1 $ldflags $gimp_libs $libs" + test $quiet = "yes" || echo $cmd + test $donothing = "yes" || exec $cmd --- gimp-2.4.0~rc3.orig/debian/patches/02_help-message.patch +++ gimp-2.4.0~rc3/debian/patches/02_help-message.patch @@ -0,0 +1,15 @@ +diff -Nur gimp-2.3.16/plug-ins/help/gimphelpdomain.c gimp-2.3.16.new/plug-ins/help/gimphelpdomain.c +--- gimp-2.3.16/plug-ins/help/gimphelpdomain.c 2007-01-23 11:16:01.000000000 +0100 ++++ gimp-2.3.16.new/plug-ins/help/gimphelpdomain.c 2007-05-02 17:30:48.000000000 +0200 +@@ -175,8 +175,9 @@ + { + g_message ("%s\n\n%s", + _("The GIMP help files are not found."), +- _("Please install the additional help package or use " +- "the online user manual at http://docs.gimp.org/.")); ++ _("Please make sure gimp-help-en is installed, or " ++ "the appropriate gimp-help package for your " ++ "language.")); + } + else + { --- gimp-2.4.0~rc3.orig/debian/patches/01_debian-gimprc.patch +++ gimp-2.4.0~rc3/debian/patches/01_debian-gimprc.patch @@ -0,0 +1,11 @@ +--- gimp-2.3.9.orig/etc/gimprc ++++ gimp-2.3.9/etc/gimprc +@@ -603,7 +603,7 @@ + # appended to the command with a space separating the two. This is a single + # filename. + # +-# (web-browser "firefox %s") ++(web-browser "sensible-browser %s") + + # The window type hint that is set on the toolbox. This may affect how your + # window manager decorates and handles the toolbox window. Possible values --- gimp-2.4.0~rc3.orig/debian/gimp.docs +++ gimp-2.4.0~rc3/debian/gimp.docs @@ -0,0 +1,6 @@ +NEWS +README +debian/README.Debian +debian/README.MIDI +docs/*.txt +docs/Wilber* --- gimp-2.4.0~rc3.orig/debian/compat +++ gimp-2.4.0~rc3/debian/compat @@ -0,0 +1 @@ +5 --- gimp-2.4.0~rc3.orig/debian/README.MIDI +++ gimp-2.4.0~rc3/debian/README.MIDI @@ -0,0 +1,78 @@ +---------------------------------------------------------------------- +Controlling GIMP with MIDI devices +How To © 2005 Simon Budig. Licensed under the terms of the GNU GPL. + +Retrieved from +by Ari Pollak on 6 Apr 2005. +---------------------------------------------------------------------- + +What? +----- + +GIMP 2.2 comes with a module that allows to control it using MIDI devices. +Currently this is only supported on Linux with either the OSS or the ALSA sound +drivers. It might work on other platforms as well if there is a way to access +the raw MIDI stream by opening a device. + + +Enabling the MIDI Module +------------------------ + +To make the UI of Gimp's MIDI controller visible you need to edit a +configuration file when the Gimp is not running. Open ~/.gimp-2.2/controllerrc +in an editor and add the following lines to the end of the file: + +(GimpControllerInfo "MIDI" + (enabled yes) + (debug-events yes) + (controller "ControllerMidi" + (device "alsa") + (channel -1)) + (mapping)) + +Then start the GIMP from a shell (so that you can see textual output we need +later), open the preferences, go to the "Input Controllers" page in the "Input +Devices" section and select the newly appeared "MIDI" Tab. + + +Configuring the MIDI Source +--------------------------- + +ALSA: +Enter "alsa" in the "Device" entry in the configuration. Gimp then sets up an +Alsa-Output-Port (check with "aconnect -lo"). You can then use your preferred +tool to configure Alsa to connect a MIDI source to the GIMP. When your MIDI +device e.g. provides an Input-Port 72:0 and Gimp provides the Output-Port 128:0 +you can connect the two Ports with "aconnect 72:0 128:0". + +OSS: +The Open Sound System provides a device file for the raw MIDI events. You need +to enter the name of this device file into the "Device" entry in the +configuration (e.g. "/dev/midi00"). + +The MIDI channel: +Each MIDI source sends events on a specific "Channel" (0 to 15, sometimes also +referred as 1 to 16). You can configure if Gimp should listen to all channels +(-1) or to just a specific channel. + +If your MIDI setup works correctly and the "Dump events from this controller" +is enabled as well as "Enable this controller" you should see some text +scrolling by when you hit some keys or turn some controllers on your midi +device, describing the Event that just happened. + + +Assigning Actions to Events +--------------------------- + +You can now use this information to map MIDI Events to Actions in the Gimp. At +the bottom of the configuration page is a list with all events that Gimp can +recognize. Scroll to the event that you want to assign an action to and +doubleclick its entry. Then select an Action from the dialog that pops up and +doubleclick its entry. Now this action gets invoked when the specific MIDI +event happens. + +Please note that some actions fit perfectly to some MIDI Events: Actions like +"context-background-blue-set" can immediately use the numerical value provided +by midi controller events. + +Have fun. --- gimp-2.4.0~rc3.orig/debian/gimp.files +++ gimp-2.4.0~rc3/debian/gimp.files @@ -0,0 +1,19 @@ +usr/bin/gimp +usr/bin/gimp-?.? +usr/bin/gimp-console +usr/bin/gimp-console-?.? +usr/bin/gimp-remote +usr/bin/gimp-remote-?.? +usr/lib/gimp/2.0/environ/ +usr/lib/gimp/2.0/modules/ +usr/lib/gimp/2.0/interpreters/default.interp +usr/lib/gimp/2.0/plug-ins/ +usr/share/applications +usr/share/application-registry +usr/share/man/man1/gimp.1 +usr/share/man/man1/gimp-?.?.1 +usr/share/man/man1/gimp-console.1 +usr/share/man/man1/gimp-console-?.?.1 +usr/share/man/man1/gimp-remote.1 +usr/share/man/man1/gimp-remote-?.?.1 +usr/share/mime-info --- gimp-2.4.0~rc3.orig/debian/gimp-libcurl.dirs +++ gimp-2.4.0~rc3/debian/gimp-libcurl.dirs @@ -0,0 +1 @@ +usr/lib/gimp/2.0/plug-ins --- gimp-2.4.0~rc3.orig/debian/libgimp2.0.files +++ gimp-2.4.0~rc3/debian/libgimp2.0.files @@ -0,0 +1,2 @@ +usr/lib/lib*.so.* +usr/share/locale/*/LC_MESSAGES/*-libgimp.mo --- gimp-2.4.0~rc3.orig/debian/gimp-data.files +++ gimp-2.4.0~rc3/debian/gimp-data.files @@ -0,0 +1,9 @@ +etc/ +usr/share/gimp/ +usr/share/icons/ +usr/share/locale/*/LC_MESSAGES/gimp??.mo +usr/share/locale/*/LC_MESSAGES/gimp??-std-plug-ins.mo +usr/share/locale/*/LC_MESSAGES/gimp??-script-fu.mo +usr/share/locale/*/LC_MESSAGES/gimp??-tips.mo +usr/share/man/man5/gimprc.5 +usr/share/man/man5/gimprc-?.?.5 --- gimp-2.4.0~rc3.orig/debian/gimp.dirs +++ gimp-2.4.0~rc3/debian/gimp.dirs @@ -0,0 +1 @@ +usr/share/pixmaps --- gimp-2.4.0~rc3.orig/debian/gimp.xpm +++ gimp-2.4.0~rc3/debian/gimp.xpm @@ -0,0 +1,342 @@ +/* XPM */ +static char * gimp_xpm[] = { +"32 32 307 2", +" c None", +". c #2F3335", +"+ c #2E3436", +"@ c #313537", +"# c #474844", +"$ c #2F3434", +"% c #303436", +"& c #54534D", +"* c #514F49", +"= c #2F3436", +"- c #303537", +"; c #303637", +"> c #35393A", +", c #56554F", +"' c #666257", +") c #525048", +"! c #303536", +"~ c #373B3B", +"{ c #706D62", +"] c #444848", +"^ c #323737", +"/ c #32393A", +"( c #52534E", +"_ c #6B665B", +": c #5D584B", +"< c #595348", +"[ c #545147", +"} c #525653", +"| c #8C8C85", +"1 c #8C8E88", +"2 c #888A85", +"3 c #5C605E", +"4 c #404444", +"5 c #828581", +"6 c #92938E", +"7 c #9E9F9B", +"8 c #8A8C87", +"9 c #6E716C", +"0 c #494B48", +"a c #585952", +"b c #726E61", +"c c #696454", +"d c #554F41", +"e c #4F493B", +"f c #5B574A", +"g c #535048", +"h c #303535", +"i c #C9CAC7", +"j c #D8D8D6", +"k c #A2A2A1", +"l c #8F918B", +"m c #8A8C85", +"n c #BBBCB7", +"o c #EBEBE8", +"p c #E8E8E7", +"q c #D5D5D5", +"r c #9E9E99", +"s c #818075", +"t c #6E6757", +"u c #615B4A", +"v c #595342", +"w c #554F3F", +"x c #514B3C", +"y c #5E594C", +"z c #504E45", +"A c #010101", +"B c #050606", +"C c #1B1E1E", +"D c #0C0D0D", +"E c #6F716F", +"F c #9D9F98", +"G c #B1B1AE", +"H c #ECECEC", +"I c #838483", +"J c #454644", +"K c #93948F", +"L c #DADAD5", +"M c #A9A9A9", +"N c #DEDEDE", +"O c #4A4A4A", +"P c #5F605E", +"Q c #898A84", +"R c #635C4A", +"S c #5F5947", +"T c #5B5544", +"U c #575140", +"V c #534D3D", +"W c #615C4E", +"X c #4E4C44", +"Y c #303437", +"Z c #020303", +"` c #D7D8D9", +" . c #F2F2F2", +".. c #707678", +"+. c #2A2C2D", +"@. c #0C0D0C", +"#. c #8B8E88", +"$. c #676765", +"%. c #A7A8A8", +"&. c #666A6B", +"*. c #333332", +"=. c #9A9C97", +"-. c #D2D2CC", +";. c #747473", +">. c #FFFFFF", +",. c #7B7E7F", +"'. c #060605", +"). c #7E807B", +"!. c #655E4C", +"~. c #605A47", +"{. c #5C5644", +"]. c #585241", +"^. c #544E3E", +"/. c #635E51", +"(. c #4A4942", +"_. c #2F3437", +":. c #1E1F20", +"<. c #FAFBFB", +"[. c #747C7D", +"}. c #51575A", +"|. c #272929", +"1. c #3A3A38", +"2. c #979792", +"3. c #090A0A", +"4. c #0B0B0B", +"5. c #40403D", +"6. c #8C8D88", +"7. c #C6C6BF", +"8. c #2A2B2A", +"9. c #2B2D2E", +"0. c #1C1F20", +"a. c #0F0F0F", +"b. c #85867E", +"c. c #655E4B", +"d. c #615A48", +"e. c #666255", +"f. c #3E413E", +"g. c #101111", +"h. c #9CA0A1", +"i. c #ACB0B2", +"j. c #495356", +"k. c #353D3F", +"l. c #313435", +"m. c #0B0B0A", +"n. c #858681", +"o. c #858680", +"p. c #6E706B", +"q. c #848275", +"r. c #868579", +"s. c #959790", +"t. c #999993", +"u. c #363735", +"v. c #272827", +"w. c #676863", +"x. c #716D5D", +"y. c #645D4A", +"z. c #605947", +"A. c #575141", +"B. c #554F40", +"C. c #696458", +"D. c #434647", +"E. c #3D4345", +"F. c #373E41", +"G. c #2C3234", +"H. c #222627", +"I. c #0D0D0C", +"J. c #524C3C", +"K. c #77715F", +"L. c #756E58", +"M. c #776E58", +"N. c #776F59", +"O. c #817F72", +"P. c #888A84", +"Q. c #888A83", +"R. c #868881", +"S. c #726E5E", +"T. c #665F4C", +"U. c #625B49", +"V. c #5E5746", +"W. c #5A5443", +"X. c #565040", +"Y. c #5C5749", +"Z. c #5C594D", +"`. c #131414", +" + c #343738", +".+ c #262B2D", +"++ c #1C2021", +"@+ c #16191A", +"#+ c #0A0B09", +"$+ c #4C4638", +"%+ c #6E6652", +"&+ c #706853", +"*+ c #716954", +"=+ c #6E6752", +"-+ c #6C6551", +";+ c #69624E", +">+ c #333026", +",+ c #595242", +"'+ c #585141", +")+ c #686255", +"!+ c #40423E", +"~+ c #2D3032", +"{+ c #080808", +"]+ c #181A1B", +"^+ c #151819", +"/+ c #0D0F10", +"(+ c #070606", +"_+ c #625B4A", +":+ c #69614E", +"<+ c #6A634F", +"[+ c #6B644F", +"}+ c #67604D", +"|+ c #3D392E", +"1+ c #0B0A08", +"2+ c #070603", +"3+ c #23201A", +"4+ c #5E594B", +"5+ c #5D5B4F", +"6+ c #2E3435", +"7+ c #000101", +"8+ c #000000", +"9+ c #434139", +"0+ c #7C7666", +"a+ c #756F5F", +"b+ c #6A6352", +"c+ c #595241", +"d+ c #474235", +"e+ c #302D24", +"f+ c #171611", +"g+ c #271F15", +"h+ c #824B0E", +"i+ c #74430E", +"j+ c #634825", +"k+ c #645D4E", +"l+ c #363A38", +"m+ c #242627", +"n+ c #2E3234", +"o+ c #393C3A", +"p+ c #5E5B50", +"q+ c #787263", +"r+ c #767161", +"s+ c #6A6554", +"t+ c #645D4C", +"u+ c #5F5847", +"v+ c #5D5645", +"w+ c #5A5342", +"x+ c #575242", +"y+ c #5D4C34", +"z+ c #744817", +"A+ c #BB670F", +"B+ c #925412", +"C+ c #543615", +"D+ c #1E2123", +"E+ c #2D3232", +"F+ c #313636", +"G+ c #515048", +"H+ c #696658", +"I+ c #716C5E", +"J+ c #746F61", +"K+ c #706A5D", +"L+ c #6B6557", +"M+ c #6E695B", +"N+ c #6B6759", +"O+ c #625E52", +"P+ c #504E44", +"Q+ c #47351F", +"R+ c #663C0E", +"S+ c #AC5F0D", +"T+ c #9D611F", +"U+ c #B9B9B6", +"V+ c #777873", +"W+ c #151719", +"X+ c #292D2E", +"Y+ c #2D3335", +"Z+ c #2E3335", +"`+ c #333735", +" @ c #40413C", +".@ c #474741", +"+@ c #383A38", +"@@ c #2E3334", +"#@ c #2B3031", +"$@ c #151618", +"%@ c #432305", +"&@ c #7C6C57", +"*@ c #B4B6B3", +"=@ c #E9EAE9", +"-@ c #BCBDBA", +";@ c #141717", +">@ c #1C2022", +",@ c #1F2325", +"'@ c #191C1C", +")@ c #0E1012", +"!@ c #747670", +"~@ c #888B85", +"{@ c #A5A7A4", +"]@ c #929392", +"^@ c #636363", +"/@ c #727272", +"(@ c #212121", +"_@ c #575856", +":@ c #5C5C5C", +"<@ c #4F4F4F", +"[@ c #373737", +"}@ c #515151", +"|@ c #484848", +"1@ c #2B2B2B", +"2@ c #1A1A1A", +" ", +" ", +" ", +" ", +" . ", +" + . ", +" + @ # $ ", +" + % & * = ", +" - ; = > , ' ) ! ", +" ~ { ] ^ = / ( _ : < [ % ", +" } | 1 2 3 4 5 6 7 8 9 0 a b c d e f g h ", +" 2 i j k l m n o p q r s t u v w x y z h ", +" A B C D A E F G H I J K L M N O P Q R S T U V W X Y ", +" Z ` ...+.@.#.$.%.&.*.=.-.;.>.,.'.).!.~.{.].^./.(._. ", +" :.<.>.[.}.|.1.2.3.4.5.6.7.8.9.0.a.b.c.d.{.].^.e.f. ", +" g.h.i.j.k.l.m.n.o.p.q.r.s.t.u.v.w.x.y.z.T A.B.C.! ", +" A D.E.F.G.H.I.J.K.L.M.N.O.P.Q.R.S.T.U.V.W.X.Y.Z.= ", +" `. +.+++@+#+$+%+&+*+*+&+=+-+;+T.X.>+,+'+^.)+!+~+ ", +" {+]+^+/+(+_+:+<+[+[+<+;+}+y.|+1+2+3+w 4+5+6+ ", +" 7+8+B 9+0+a+b+c.y.d.c+d+e+f+g+h+i+j+k+l+m+ ", +" n+o+p+q+r+s+t+u+v+w+,+x+y+z+A+B+C+ ", +" D+E+F+G+H+I+J+K+L+M+N+O+P+Q+R+S+T+U+V+ ", +" W+X+Y+Z+`+ @.@+@@@+ #@$@ %@&@*@=@-@ ", +" ;@>@,@'@)@ !@~@{@]@^@/@(@ ", +" _@:@<@[@ ", +" }@|@1@ ", +" 2@8+", +" ", +" ", +" ", +" ", +" "}; --- gimp-2.4.0~rc3.orig/debian/copyright +++ gimp-2.4.0~rc3/debian/copyright @@ -0,0 +1,57 @@ +The GIMP source is available at ftp.gimp.org:/pub/gimp. + +Copyrights for GIMP-related packages: + +gimp +--------- +Copyright (C) 1995 Spencer Kimball and Peter Mattis + +The GIMP may be redistributed under the terms of the GNU GPL, +Version 2 or later, found on Debian systems in the file +/usr/share/common-licenses/GPL + +The only exceptions are in in plug-ins/common/tiff.c and plug-ins/common/gif.c: + +/* +** tifftopnm.c - converts a Tagged Image File to a portable anymap +** +** Derived by Jef Poskanzer from tif2ras.c, which is: +** +** Copyright (c) 1990 by Sun Microsystems, Inc. +** +** Author: Patrick J. Naughton +** naughton@wind.sun.com +** +** Permission to use, copy, modify, and distribute this software and its +** documentation for any purpose and without fee is hereby granted, +** provided that the above copyright notice appear in all copies and that +** both that copyright notice and this permission notice appear in +** supporting documentation. +** +** This file is provided AS IS with no warranties of any kind. The author +** shall have no liability with respect to the infringement of copyrights, +** trade secrets or any patents by this file or any part thereof. In no +** event will the author be liable for any lost revenue or profits or +** other special, indirect and consequential damages. +*/ + +/* GIF saving file filter for The GIMP version 1.3/1.4 + * + * Copyright + * - Adam D. Moss + * - Peter Mattis + * - Spencer Kimball + * + * Based around original GIF code by David Koblas. */ +/* Copyright notice for GIF code from which this plugin was long ago */ +/* derived (David Koblas has granted permission to relicense): */ +/* +-------------------------------------------------------------------+ */ +/* | Copyright 1990, 1991, 1993, David Koblas. (koblas@extra.com) | */ +/* +-------------------------------------------------------------------+ */ + + +libgimp +----------- +The GIMP libraries may be redistributed under the terms of the GNU +LGPL, Version 2 or later, found on Debian systems in the file +/usr/share/common-licenses/LGPL --- gimp-2.4.0~rc3.orig/debian/gimp.install +++ gimp-2.4.0~rc3/debian/gimp.install @@ -0,0 +1 @@ +debian/gimp.xpm usr/share/pixmaps/ --- gimp-2.4.0~rc3.orig/debian/watch +++ gimp-2.4.0~rc3/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts="dversionmangle=s/~/-/" \ + ftp://ftp.gimp.org/pub/gimp/v2.4/testing/gimp-(.*)\.tar\.bz2