--- gimp-data-extras-2.0.1.orig/debian/rules +++ gimp-data-extras-2.0.1/debian/rules @@ -0,0 +1,99 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +config.status: configure + dh_testdir + # Add here commands to configure the package. + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + + +build: build-stamp + +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(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 + + rm -f config.log + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/gnome-data-extras. + $(MAKE) install DESTDIR=$(CURDIR)/debian/gimp-data-extras + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples +# dh_install + dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_python +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- gimp-data-extras-2.0.1.orig/debian/copyright +++ gimp-data-extras-2.0.1/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-2.0.1.orig/debian/changelog +++ gimp-data-extras-2.0.1/debian/changelog @@ -0,0 +1,127 @@ +gimp-data-extras (1:2.0.1-3) unstable; urgency=low + + * Whoops, forgot to change the maintainer. + + -- Ari Pollak Thu, 11 Nov 2004 16:11:15 -0500 + +gimp-data-extras (1:2.0.1-2) unstable; urgency=low + + * Don't call dh_python (Closes: #280361) + * versioned build-dep on debhelper + + -- Ari Pollak Thu, 11 Nov 2004 15:39:27 -0500 + +gimp-data-extras (1:2.0.1-1) unstable; urgency=low + + * Adopted package, with Ben's permission + * New upstream release + * Update standards-version to 3.6.1 + * echo 4 > debian/compat + * Create new debian/rules from debhelper template + + -- Ari Pollak Sun, 7 Nov 2004 16:21:37 -0500 + +gimp-data-extras (1:1.2.0-3.0.0.1.amd64) unstable; urgency=low + + * patches/gimp-data-extras_1:1.2.0-3.0.0.1.amd64.patch) applied. + + -- Andreas Jochens Sun, 25 Jul 2004 10:46:09 +0200 + +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-2.0.1.orig/debian/control +++ gimp-data-extras-2.0.1/debian/control @@ -0,0 +1,13 @@ +Source: gimp-data-extras +Section: graphics +Priority: optional +Maintainer: Ari Pollak +Standards-Version: 3.6.1 +Build-Depends-Indep: debhelper (>= 4.0.0), libgimp2.0-dev + +Package: gimp-data-extras +Architecture: all +Enhances: gimp +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. --- gimp-data-extras-2.0.1.orig/debian/compat +++ gimp-data-extras-2.0.1/debian/compat @@ -0,0 +1 @@ +4 --- gimp-data-extras-2.0.1.orig/debian/docs +++ gimp-data-extras-2.0.1/debian/docs @@ -0,0 +1,2 @@ +NEWS +README