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