--- gimp-data-extras-1.2.0.orig/debian/README.debian +++ gimp-data-extras-1.2.0/debian/README.debian @@ -0,0 +1,10 @@ +gimp-data-extras for Debian GNU/Linux +---------------------------------- + +The GNU Image Manipulation Program lets you draw, edit images, and +manipulate them any way you want! + +These files include a extra, optional set of brushes, palettes, and +gradients for The GIMP. + +Ben Gertzfield , Thu, 14 Jul 1997 23:28:46 -0500 --- gimp-data-extras-1.2.0.orig/debian/rules +++ gimp-data-extras-1.2.0/debian/rules @@ -0,0 +1,54 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-stamp +build-stamp: + dh_testdir + # Add here commands to compile the pacckage. + ./configure --prefix=/usr + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + # Add here commands to clean up after the build process. + -$(MAKE) distclean + find . -name '*.o' -o -name '_libs' -o -name '*.lo' -o -name '*.a' -o -name '*.P' | xargs rm -rf + dh_clean + +# Build architecture-independent files here. +binary-indep: build gimp-data-extras + +# Build architecture-dependent files here. +binary-arch: build + +gimp-data-extras: build + dh_testdir + dh_testroot + dh_clean + dh_installdirs + # Add here commands to install the files into debian/tmp + $(MAKE) prefix=`pwd`/debian/tmp/usr install brushdatadir=`pwd`/debian/tmp/usr/share/gimp/1.2/brushes patterndatadir=`pwd`/debian/tmp/usr/share/gimp/1.2/patterns + dh_installdocs + dh_installchangelogs + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_makeshlibs + dh_md5sums + dh_builddeb + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- gimp-data-extras-1.2.0.orig/debian/copyright +++ gimp-data-extras-1.2.0/debian/copyright @@ -0,0 +1,8 @@ +This package was debianized by Ben Gertzfield che@imsa.edu on +Mon, 14 Jul 1997 20:41:46 -0500. + +It was downloaded from http://www.xcf.berkeley.edu/~gimp/ + +It 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 + --- gimp-data-extras-1.2.0.orig/debian/changelog +++ gimp-data-extras-1.2.0/debian/changelog @@ -0,0 +1,98 @@ +gimp-data-extras (1:1.2.0-3) unstable; urgency=low + + * Remove GIMP 1.0 compatibility links (we no longer ship gimp 1.0). + Closes: #136304 + + -- Ben Gertzfield Mon, 11 Mar 2002 14:29:51 +0900 + +gimp-data-extras (1:1.2.0-2) unstable; urgency=low + + * Thanks to Raphael for really making this patch. + * Fixed the build-dependency. Closes: #93286 + * Removed the outdated part of the Description field. Closes: #81225 + * Removed the add-log-mailing-address stuff (lintian error) in + the changelog. + + -- Ben Gertzfield Sun, 17 Feb 2002 10:49:47 +0900 + +gimp-data-extras (1:1.2.0-1) unstable; urgency=low + + * Version 1.2.0 release! + + -- Ben Gertzfield Mon, 25 Dec 2000 13:55:27 -0800 + +gimp-data-extras (1:1.1.29-2) unstable; urgency=low + + * When I merged some Helix changes, I forgot to make the + debian/control file not mention the Helix email address. + Fixed. + + -- Ben Gertzfield Mon, 6 Nov 2000 08:57:33 -0800 + +gimp-data-extras (1:1.1.29-1) unstable; urgency=low + + * New upstream version. + * Built with symlinks so that this package will work with both + GIMP 1.0 and GIMP 1.1. + + -- Ben Gertzfield Wed, 1 Nov 2000 20:18:07 -0800 + +gimp-data-extras (1:1.0.0-1) stable unstable; urgency=medium + + * I can't believe I forgot to upload this to the archives! We've + had the 1:0.99a-1 version in our archives sinec January, and + I had made the 1.0.0-1 gimp-data-extras all made but forgot to + upload it. + + -- Ben Gertzfield Mon, 24 Aug 1998 13:18:06 -0700 + +gimp-data-extras (1:0.99a-1) unstable; urgency=low + + * New upstream version. + + -- Ben Gertzfield Sun, 4 Jan 1998 01:23:04 -0800 + +gimp-data-extras (1:0.99-1) unstable; urgency=low + + * New upstream version. + * Added epoch :1 because upstream version moved to 0.99. + + -- Ben Gertzfield Thu, 25 Dec 1997 19:49:11 -0800 + +gimp-data-extras (0.99.14-1) unstable; urgency=low + + * Upstream source has split into two; gimp-data-min and gimp-data-extras. + + -- Ben Gertzfield Sun, 19 Oct 1997 11:26:51 -0700 + +gimp-data (0.99.13-1) unstable; urgency=low + + * New upstream version. + * Removed dependancy on gimp, confused too many people. + + -- Ben Gertzfield Fri, 10 Oct 1997 22:45:35 -0700 + +gimp-data (0.99.10-2) unstable; urgency=low + + * Fixed dependancy problem (depended on gimp (=0.99.10-1), should be + gimp (>=0.99.10)) + + -- Ben Gertzfield Fri, 1 Aug 1997 09:09:56 -0500 + +gimp-data (0.99.10-1) unstable; urgency=low + + * New maintainer. + * Split off package from gimp. + + -- Ben Gertzfield Tue, 15 Jul 1997 09:29:46 -0500 + + + + + + + + + + + --- gimp-data-extras-1.2.0.orig/debian/control +++ gimp-data-extras-1.2.0/debian/control @@ -0,0 +1,14 @@ +Source: gimp-data-extras +Section: graphics +Priority: optional +Maintainer: Ben Gertzfield +Standards-Version: 3.2.1 +Build-Depends-Indep: libgimp1.2-dev, debhelper + +Package: gimp-data-extras +Architecture: all +Conflicts: gimp-data +Replaces: gimp-data +Description: An extra set of brushes, palettes, and gradients for The GIMP + This package contains extra brushes, palettes, and gradients for + extra GIMPy artistic enjoyment.