--- tuxpaint-stamps-2008.03.01.orig/debian/changelog +++ tuxpaint-stamps-2008.03.01/debian/changelog @@ -0,0 +1,118 @@ +tuxpaint-stamps (2008.03.01-1) unstable; urgency=low + + * New upstream release. + * Remove dependency on tuxpaint-data. + + -- Ben Armstrong Sat, 14 Jun 2008 19:17:35 -0300 + +tuxpaint-stamps (2007.07.01-1) unstable; urgency=low + + * New upstream release. + + -- Ben Armstrong Tue, 03 Jul 2007 22:01:45 -0300 + +tuxpaint-stamps (2006.10.21-1) unstable; urgency=low + + * New upstream release. + + -- Ben Armstrong Sun, 22 Oct 2006 12:13:06 -0300 + +tuxpaint-stamps (2006.10.12-1) unstable; urgency=low + + * New upstream release. + + -- Ben Armstrong Sun, 15 Oct 2006 11:31:04 -0300 + +tuxpaint-stamps (2005.11.25-1) unstable; urgency=low + + * New upstream. + + -- Ben Armstrong Tue, 10 Jan 2006 15:53:09 -0400 + +tuxpaint-stamps (2004-10-03-1) unstable; urgency=low + + * New upstream. + + -- Ben Armstrong Thu, 7 Oct 2004 10:17:02 -0300 + +tuxpaint-stamps (2003.12.23-1) unstable; urgency=low + + * New upstream. + + -- Ben Armstrong Wed, 24 Dec 2003 22:17:11 -0400 + +tuxpaint-stamps (2003.12.22-1) unstable; urgency=low + + * CVS snapshot (2003.12.XXrc1). + + -- Ben Armstrong Mon, 22 Dec 2003 07:17:47 -0400 + +tuxpaint-stamps (2003.12.19-1) unstable; urgency=low + + * CVS snapshot (now includes christmas stamps). + + -- Ben Armstrong Fri, 19 Dec 2003 16:31:04 -0400 + +tuxpaint-stamps (2003.10.31.cvs+christmas-1) unstable; urgency=low + + * CVS snapshot plus Justin Zeigler's christmas stamps. + + -- Ben Armstrong Fri, 31 Oct 2003 22:31:23 -0400 + +tuxpaint-stamps (2003.02.22-1) unstable; urgency=low + + * New upstream. + * Oops, forgot to include orig tarball in last release. (Closes: #180136) + + -- Ben Armstrong Fri, 28 Feb 2003 12:57:35 -0400 + +tuxpaint-stamps (2003.01.28-1) unstable; urgency=low + + * New upstream. + + -- Ben Armstrong Sat, 1 Feb 2003 15:43:44 -0400 + +tuxpaint-stamps (2002.11.12-1) unstable; urgency=low + + * New upstream. + + -- Ben Armstrong Tue, 12 Nov 2002 08:54:31 -0400 + +tuxpaint-stamps (2002.11.03-1) unstable; urgency=low + + * New upstream. + + -- Ben Armstrong Mon, 11 Nov 2002 22:43:38 -0400 + +tuxpaint-stamps (2002.10.09-1) unstable; urgency=low + + * New upstream. + + -- Ben Armstrong Thu, 10 Oct 2002 07:40:06 -0300 + +tuxpaint-stamps (2002.10.06-1) unstable; urgency=low + + * New upstream. + * Include upstream README as it is now no longer completely redundant + (it mentions the tuxpaint-stamps mailing list). + + -- Ben Armstrong Tue, 8 Oct 2002 12:51:21 -0300 + +tuxpaint-stamps (2002.09.29-2) unstable; urgency=low + + * Added missing upstream changelog. + + -- Ben Armstrong Tue, 1 Oct 2002 22:09:57 -0300 + +tuxpaint-stamps (2002.09.29-1) unstable; urgency=low + + * New upstream. + + -- Ben Armstrong Tue, 1 Oct 2002 13:33:06 -0300 + +tuxpaint-stamps (2002.09.25-1) unstable; urgency=low + + * Initial Release. + + -- Ben Armstrong Thu, 26 Sep 2002 21:55:07 -0300 + --- tuxpaint-stamps-2008.03.01.orig/debian/copyright +++ tuxpaint-stamps-2008.03.01/debian/copyright @@ -0,0 +1,11 @@ +This package was debianized by Ben Armstrong on +Thu, 26 Sep 2002 21:55:07 -0300. + +It was downloaded from http://sourceforge.net/projects/tuxpaint + +Upstream Author: Bill Kendrick + +Copyright (C) 2002 by Bill Kendrick + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in /usr/share/common-licenses/GPL --- tuxpaint-stamps-2008.03.01.orig/debian/control +++ tuxpaint-stamps-2008.03.01/debian/control @@ -0,0 +1,31 @@ +Source: tuxpaint-stamps +Section: graphics +Priority: optional +Build-Depends: debhelper (>> 5) +Maintainer: Ben Armstrong +Standards-Version: 3.8.0 + +Package: tuxpaint-stamps-default +Architecture: all +Provides: tuxpaint-stamps +Recommends: tuxpaint +Description: Stamp files for Tux Paint, a paint program for children + Tux Paint is meant to be a simple drawing program for young + children. It is not meant as a general-purpose drawing tool. + It IS meant to be fun and easy to use. Sound effects and a + cartoon character help let the user know what's going on, and + keeps them entertained. + . + Tux Paint is extensible. Brushes and "rubber stamp" shapes can be + dropped in and pulled out. For example, a teacher can drop in a + collection of animal shapes and ask their students to draw an + ecosystem. Each shape can have a sound which is played, and + textual facts which are displayed, when the child selects the shape. + . + There is no direct access to the computer's underlying intricacies. + The current image is kept when the program quits, and reappears when + it is restarted. Saving images requires no need to create filenames + or use the keyboard. Opening an image is done by selecting it from + a collection of thumbnails. + . + This package contains sounds, images and other data for Tux Paint. --- tuxpaint-stamps-2008.03.01.orig/debian/rules +++ tuxpaint-stamps-2008.03.01/debian/rules @@ -0,0 +1,53 @@ +#!/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 + +export DH_ALWAYS_EXCLUDE=CVS + +build: build-stamp + +build-stamp: + dh_testdir + + # Add here commands to compile the package. + $(MAKE) PREFIX=/usr + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) install-all PREFIX=$(CURDIR)/debian/tuxpaint-stamps-default/usr + + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs docs/TODO.txt docs/README.txt + dh_installchangelogs docs/CHANGES.txt + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- tuxpaint-stamps-2008.03.01.orig/debian/compat +++ tuxpaint-stamps-2008.03.01/debian/compat @@ -0,0 +1 @@ +5