--- tuxpaint-0.9.17.orig/debian/postinst
+++ tuxpaint-0.9.17/debian/postinst
@@ -1,16 +1,2 @@
-#! /bin/sh
-
-# The clock might be wrong and we know that we need to update the icon
-# cache so we just force it.
-
-gtk-update-icon-cache -f /usr/share/icons/hicolor
-
-if [ ! -d /media/mmc1/tuxpaint ]
-then
-   mkdir /media/mmc1/tuxpaint
-fi
-
-echo " Lets ask about the location"
-maemo-select-menu-location tuxpaint.desktop tana_fi_games
-
-exit 0
+#!/bin/sh
+#DEBHELPER#
--- tuxpaint-0.9.17.orig/debian/control
+++ tuxpaint-0.9.17/debian/control
@@ -1,13 +1,14 @@
 Source: tuxpaint
-Version: 0.9.17
-Section: user/games
+Section: graphics
 Priority: optional
-Installed-Size: 2828
-Maintainer: Alessandro Pasotti <apasotti@gmail.com>
+Maintainer: Ben Armstrong <synrg@sanctuary.nslug.ns.ca>
+Build-Depends: debhelper (>> 5), gettext, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev (>= 1.2.4-1.1), libsdl-ttf2.0-dev, libpng3-dev, libvorbis-dev (>= 1.0.0-2), librsvg2-dev, libcairo2-dev, libpaper-dev
+Standards-Version: 3.7.2
 
 Package: tuxpaint
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: tuxpaint-data (= ${source:Version}), ${shlibs:Depends}, libvorbis0a (>= 1.0.0-2), libvorbisfile3 (>= 1.0.0-2), netpbm
+Recommends: tuxpaint-config
 Description: A paint program for young children
  Tux Paint is meant to be a simple drawing program for young
  children.  It is not meant as a general-purpose drawing tool.
@@ -26,3 +27,32 @@
  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.
+
+Package: tuxpaint-data
+Architecture: all
+Conflicts: tuxpaint (<< 1:0.9.13-1), tuxpaint-stamps-default (<< 2003.12.23)
+Replaces: tuxpaint (<< 1:0.9.13-1), tuxpaint-stamps-default (<< 2003.12.23)
+Depends: tuxpaint-stamps, ttf-freefont
+Recommends: tuxpaint
+Suggests: ttf-arabeyes, ttf-arphic-gbsn00lp, ttf-arphic-uming, ttf-baekmuk, ttf-gujarati-fonts, ttf-tamil-fonts, ttf-telugu-fonts, ttf-thai-tlwg, ttf-thryomanes  
+Description: Data 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, fonts and other data for
+ Tux Paint.
--- tuxpaint-0.9.17.orig/debian/rules
+++ tuxpaint-0.9.17/debian/rules
@@ -1,24 +1,17 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Builds tuxpaint for MAEMO NOKIA DEVICES
 # Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
+# GNU copyright 1997 to 1999 by Joey Hess.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export DH_ALWAYS_EXCLUDE=CVS
 
-
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
+ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+	DEBUG_FLAGS += -g
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+	INSTALL_PROGRAM += -s
 endif
 
 configure: configure-stamp
@@ -29,24 +22,34 @@
 	touch configure-stamp
 
 
-build: build-stamp
-
-build-stamp: configure-stamp
+build-arch: configure-stamp build-arch-stamp
+build-arch-stamp:
 	dh_testdir
 
 	# Add here commands to compile the package.
-	$(MAKE) nokia770 PKG_ROOT=$(CURDIR)/debian/tuxpaint PREFIX=/usr
-	#docbook-to-man debian/tuxpaint.sgml > tuxpaint.1
+	$(MAKE) clean
+	$(MAKE) all PREFIX=/usr DEBUG_FLAGS="$(DEBUG_FLAGS)"
+
+	touch build-arch-stamp
 
-	touch build-stamp
+
+build-indep: configure-stamp build-indep-stamp
+build-indep-stamp:
+	dh_testdir
+
+	# Nothing to do here.
+
+	touch build-indep-stamp
+
+
+build: build-arch build-indep
 
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp configure-stamp
+	rm -f build-arch-stamp build-indep-stamp configure-stamp
 
-	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
+	$(MAKE) clean
 
 	dh_clean
 
@@ -54,47 +57,74 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	dh_installdirs
-
-	# Add here commands to install the package into debian/tuxpaint.
-	$(MAKE) install PKG_ROOT=$(CURDIR)/debian/tuxpaint PREFIX=/usr
-	$(MAKE) install-nokia770 PKG_ROOT=$(CURDIR)/debian/tuxpaint NOKIA770_PREFIX=/usr
+	dh_installdirs -A
 
+	# tuxpaint:
+	# - Note: install-icon is called here even though it seems
+	#   it belongs in tuxpaint-data as it is needed for the menu
+	#   icon.
+	$(MAKE) install-bin install-gnome install-kde install-icon \
+	  install-importscript install-default-config \
+	  PREFIX=$(CURDIR)/debian/tuxpaint/usr \
+	  CONFDIR=$(CURDIR)/debian/tuxpaint/etc/tuxpaint \
+	  GNOME_PREFIX=$(CURDIR)/debian/tuxpaint/usr \
+	  KDE_PREFIX=$(CURDIR)/debian/tuxpaint/usr/share/applnk \
+	  X11_ICON_PREFIX=$(CURDIR)/debian/tuxpaint/usr/share/pixmaps/
+
+	# tuxpaint-data:
+	$(MAKE) install-data install-gettext install-kde-icons \
+	  install-example-stamps install-example-starters \
+	  PREFIX=$(CURDIR)/debian/tuxpaint-data/usr \
+	  KDE_ICON_PREFIX=$(CURDIR)/debian/tuxpaint-data/usr/share/icons \
+	  GNOME_PREFIX=$(CURDIR)/debian/tuxpaint-data/usr
+
+	# Cleanup after install-data, as we will symlink these fonts
+	# to the ones provided by ttf-freefont and other font packages:
+	rm -f $(CURDIR)/debian/tuxpaint-data/usr/share/tuxpaint/fonts/*.ttf
+	rm -rf $(CURDIR)/debian/tuxpaint-data/usr/share/tuxpaint/fonts/locale/*_docs/
+	rm -f $(CURDIR)/debian/tuxpaint-data/usr/share/tuxpaint/fonts/locale/ar.ttf
+	rm -f $(CURDIR)/debian/tuxpaint-data/usr/share/tuxpaint/fonts/locale/el.ttf
+	rm -f $(CURDIR)/debian/tuxpaint-data/usr/share/tuxpaint/fonts/locale/jp.ttf
+	rm -f $(CURDIR)/debian/tuxpaint-data/usr/share/tuxpaint/fonts/locale/ka.ttf
+	rm -f $(CURDIR)/debian/tuxpaint-data/usr/share/tuxpaint/fonts/locale/ko.ttf
+	rm -f $(CURDIR)/debian/tuxpaint-data/usr/share/tuxpaint/fonts/locale/ta.ttf
+	rm -f $(CURDIR)/debian/tuxpaint-data/usr/share/tuxpaint/fonts/locale/te.ttf
+	rm -f $(CURDIR)/debian/tuxpaint-data/usr/share/tuxpaint/fonts/locale/th.ttf
+	rm -f $(CURDIR)/debian/tuxpaint-data/usr/share/tuxpaint/fonts/locale/zh_tw.ttf
 
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
+	dh_testdir -i
+	dh_testroot -i
+	dh_installdocs -i
+	dh_installchangelogs -i
+	dh_installmenu -i
+	dh_link -i
+	dh_compress -i
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
 
 # Build architecture-dependent files here.
 binary-arch: build install
-	dh_testdir
-	dh_testroot
-#	dh_installchangelogs
-#	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
+	dh_testdir -a
+	dh_testroot -a
+	dh_installdocs -a
+	dh_installchangelogs -a docs/CHANGES.txt
+	dh_installmenu -a
+	dh_installcron -a
+	dh_installman -a src/manpage/tuxpaint.1 src/manpage/tuxpaint-import.1
+	dh_link -a
+	dh_strip -a
+	dh_compress -a
+	dh_fixperms -a
+	dh_installdeb -a
+	dh_shlibdeps -a
+	dh_gencontrol -a
+	dh_md5sums -a
+	dh_builddeb -a
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure
--- tuxpaint-0.9.17.orig/debian/README.Debian
+++ tuxpaint-0.9.17/debian/README.Debian
@@ -0,0 +1,85 @@
+tuxpaint for Debian
+-------------------
+
+If tuxpaint does not work for you in your language, you may need to
+use 'dpkg-reconfigure -plow locales'.  See "Tux Paint won't switch to my
+language" in the FAQ in /usr/share/doc/tuxpaint-data/ for more details
+on this and other frequently asked questions.
+
+Whenever possible, fonts for non-latin languages are provided by Debian
+packages of those fonts.  However, some non-latin fonts are now included
+in tuxpaint-data itself: fonts that are not yet available as a separate
+Debian package, or are customized for Tuxpaint and therefore should not
+be separately packaged.
+
+For a complete list of supported languages in Tuxpaint, type:
+
+$ tuxpaint --lang help
+
+Most of these languages work without installing any additional packages.
+
+Languages that use non-latin characters
+---------------------------------------
+
+To use Tuxpaint with a language requiring a non-latin font not included
+in tuxpaint-data, simply install the package listed below (except no
+download is needed for tuxpaint-data or ttf-freefont, which are installed
+by default):
+
+	Language		Font
+	--------		----
+	Arabic			ttf-arabeyes
+	Chinese (Simplified)	ttf-arphic-gbsn00lp
+	Chinese (Traditional)	ttf-arphic-uming
+	Georgian		ttf-freefont (default font, no download needed)
+	Greek			ttf-thryomanes
+	Gujarati		ttf-gujarati-fonts
+	Hebrew *		tuxpaint-data (Culmus "Nachlieli")
+	Hindi *			tuxpaint-data ("Raghu")
+	Japanese		tuxpaint-data (customized subset of sazanami-gothic.ttf)
+	Korean			ttf-baekmuk
+	Tamil			ttf-tamil-fonts
+	Telugu ***		ttf-telugu-fonts
+	Tibetan **		tuxpaint-data ("Tsampa Keyboard")
+	Thai			ttf-thai-tlwg
+	Vietnamese *		tuxpaint-data (Verajjan.ttf)
+
+*  These fonts should be provided as separate packages in Debian as they could
+   be generally useful for other applications.
+
+** Unfortunately, this is not a Unicode font.  The font will probably be replaced
+   with ttf-tmuni in future, but all the translations will need to be redone for
+   the Unicode encoding.
+  
+   In any event, there is currently no Tibetan locale supported in Debian, which
+   means Tibetan does not work in the Debian package by default.
+
+*** Rendering of Telugu is currently broken.  We believe the problem is in
+    SDL_ttf and also SDL_Pango (which Tuxpaint will be migrating to in
+    the near future).  See:
+    
+    http://lists.libsdl.org/pipermail/sdl-libsdl.org/2007-July/061640.html
+
+Languages for which there are currently no locales in Debian
+------------------------------------------------------------
+
+	Gronings
+	Klingon
+	Swahili
+	Tibetan
+
+If you would like support in one of these languages and can help, please drop
+me a note.
+
+Help with packaging fonts
+-------------------------
+
+If you are a developer and would like to assist with support of one of the
+starred languages above, you can help by separately packaging the indicated
+fonts.  Please drop me a note if you intend to do this.
+
+
+
+Quite simply the most fun package I have ever worked on.  Thanks, Bill!
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>, Thu, 21 Aug 2003 22:00:42 -0300
--- tuxpaint-0.9.17.orig/debian/changelog
+++ tuxpaint-0.9.17/debian/changelog
@@ -0,0 +1,356 @@
+tuxpaint (1:0.9.17-1~bpo.1) etch-backports; urgency=low
+
+  * Etch backport.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Fri, 13 Jul 2007 09:15:03 -0300
+
+tuxpaint (1:0.9.17-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Tue, 03 Jul 2007 13:58:30 -0300
+
+tuxpaint (1:0.9.16-2) unstable; urgency=low
+
+  * Updated README.Debian to make it clearer that locales must be configured
+    for languages to work.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Thu,  3 May 2007 08:23:49 -0300
+
+tuxpaint (1:0.9.16-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Sun, 22 Oct 2006 11:46:04 -0300
+
+tuxpaint (1:0.9.15+0.9.16rc5-3) unstable; urgency=low
+
+  * Replace subset of wangfonts Traditional Chinese font with ttf-arphic-uming.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Sat, 14 Oct 2006 15:33:05 -0300
+
+tuxpaint (1:0.9.15+0.9.16rc5-2) unstable; urgency=low
+
+  * Soften font dependencies from Recommends to Depends.
+  * Update watch file.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Fri, 13 Oct 2006 09:10:07 -0300
+
+tuxpaint (1:0.9.15+0.9.16rc5-1) unstable; urgency=low
+
+  * New upstream release.
+  * Fixed Thai font support. (Closes: #375947)
+  * Fixed Greek and Simplified Chinese font support.
+  * Added Arabic, Georgian, Gujarati, Hebrew, Hindi, Japanese, Traditional
+    Chinese and Vietnamese.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Thu, 12 Oct 2006 14:18:21 -0300
+
+tuxpaint (1:0.9.15b-3) unstable; urgency=low
+
+  * Backported fix from CVS for clicking to the right of the colour palette.
+    (Closes: #352556)
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Sun, 12 Feb 2006 20:12:15 -0400
+
+tuxpaint (1:0.9.15b-2) unstable; urgency=low
+
+  * Improved 'already running' message and include FAQ in docs. (Closes: #347915)
+  * Tweaked tuxpaint-icon.svg to attempt to work around suspected libart bug
+    that hangs gnome-panel in some circumstances (see #349415 for details).
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Sun, 22 Jan 2006 20:26:56 -0400
+
+tuxpaint (1:0.9.15b-1) unstable; urgency=high
+
+  * New upstream release.
+  * Security: unsafe tuxpaint-import tmp file writing eliminated. (CVE-2005-3340)
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Thu, 15 Dec 2005 10:10:11 -0400
+
+tuxpaint (1:0.9.14.20051014-1) unstable; urgency=low
+
+  * CVS snapshot, preparing for imminent 0.9.15 release.  (Closes: #279220)
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Fri, 14 Oct 2005 20:53:25 -0300
+
+tuxpaint (1:0.9.14-2) unstable; urgency=low
+
+  * Disabled broken header check, since we know we have satisified
+    all dependencies. (Closes: #300632)
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Sun, 20 Mar 2005 19:06:40 -0400
+
+tuxpaint (1:0.9.14-1) unstable; urgency=low
+
+  * Fixed location of starters dir.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Tue, 12 Oct 2004 20:28:20 -0300
+
+tuxpaint (1:0.9.14-0.2) unstable; urgency=low
+
+  * Added working watch file.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Thu,  7 Oct 2004 21:11:39 -0300
+
+tuxpaint (1:0.9.14-0.1) unstable; urgency=low
+
+  * Prerelease.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Thu,  7 Oct 2004 09:36:46 -0300
+
+tuxpaint (1:0.9.13.20041003-1) unstable; urgency=low
+
+  * CVS snapshot.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Sun,  3 Oct 2004 22:06:13 -0300
+
+tuxpaint (1:0.9.13.20040924-1) unstable; urgency=low
+
+  * CVS snapshot.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Fri, 24 Sep 2004 21:40:33 -0300
+
+tuxpaint (1:0.9.13-2) unstable; urgency=low
+
+  * Replace outdated copy of default font with link to font
+    from ttf-freefont.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Fri, 26 Dec 2003 20:13:53 -0400
+
+tuxpaint (1:0.9.13-1) unstable; urgency=low
+
+  * New upstream.
+  * No longer install copies of FreeFont fonts in favour of depending
+    on ttf-freefont.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Wed, 24 Dec 2003 12:07:50 -0400
+
+tuxpaint (1:0.9.12.20031222-1) unstable; urgency=low
+
+  * New upstream (0.9.13rc1).
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Mon, 22 Dec 2003 06:59:58 -0400
+
+tuxpaint (1:0.9.12.20031219-1) unstable; urgency=low
+
+  * New upstream (cvs snapshot).
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Fri, 19 Dec 2003 16:19:04 -0400
+
+tuxpaint (1:0.9.12.20030906-1) unstable; urgency=low
+
+  * New upstream (cvs snapshot).
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Sat,  6 Sep 2003 11:26:39 -0300
+
+tuxpaint (1:0.9.12-1) unstable; urgency=low
+
+  * New upstream.
+  * Removed experimental tuxpaint-lowband.
+  * New version has some enhancements which make X over network usable.
+    (Closes: #172129)
+  * Make tuxpaint depend on recent tuxpaint-data.  (Closes: #188522)
+  * Added updated README.txt (fixed in cvs, was missing new Malay 
+    language support).
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Thu, 21 Aug 2003 21:16:53 -0300
+
+tuxpaint (1:0.9.11-1) unstable; urgency=low
+
+  * New upstream.  (Closes: #197894)
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Thu, 19 Jun 2003 21:17:14 -0300
+
+tuxpaint (1:0.9.10-3) unstable; urgency=low
+
+  * Added commented-out rules for tuxpaint-lowband with low bandwidth 
+    code turned on.  Experimental only, so I have decided not to
+    enable this without further iterations of testing and discussion
+    with upstream.
+  * Build-dep updated to fix libvorbis upgrade problem.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Fri,  7 Mar 2003 17:54:00 -0400
+
+tuxpaint (1:0.9.10-2) unstable; urgency=low
+
+  * Build against libsdl-ttf2.0.  (Closes: #153584)
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Thu,  6 Mar 2003 17:20:40 -0400
+
+tuxpaint (1:0.9.10-1) unstable; urgency=low
+
+  * The "Thanks for the non-latin font support, Bill" release.
+  * Applied locale wav filename fix, fwded upstream and committed to 
+    CVS.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Fri, 28 Feb 2003 14:05:01 -0400
+
+tuxpaint (1:0.9.9-2) unstable; urgency=low
+
+  * Whups, forgot the orig tarball rename.  (Closes: #180285)
+  * KDE_PREFIX now hardwired.  (Closes: #182756)
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Fri, 28 Feb 2003 10:31:02 -0400
+
+tuxpaint (1:0.9.9-1) unstable; urgency=low
+
+  * New upstream.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Sat,  1 Feb 2003 15:22:29 -0400
+
+tuxpaint (1:0.9.1-1) unstable; urgency=low
+
+  * New upstream.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Sat, 16 Nov 2002 18:54:35 -0400
+
+tuxpaint (1:0.9.0-1) unstable; urgency=low
+
+  * New upstream.
+  * Version# scheme changed.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Tue, 12 Nov 2002 08:58:22 -0400
+
+tuxpaint (2002.11.03-1) unstable; urgency=low
+
+  * New upstream.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Mon, 11 Nov 2002 22:52:04 -0400
+
+tuxpaint (2002.10.06-2) unstable; urgency=low
+
+  * Make sure the KDE icons install properly. (Closes: #164675)
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Mon, 14 Oct 2002 09:53:48 -0300
+
+tuxpaint (2002.10.06-1) unstable; urgency=low
+
+  * New upstream.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Tue,  8 Oct 2002 15:30:50 -0300
+
+tuxpaint (2002.09.29-1) unstable; urgency=low
+
+  * New upstream.
+  * The tuxpaint-import script and man page are now installed.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Tue,  1 Oct 2002 13:03:32 -0300
+
+tuxpaint (2002.09.25-1) unstable; urgency=low
+
+  * New upstream.
+  * Upstream has split tuxpaint into two tarballs, the main program,
+    which I package here as tuxpaint and tuxpaint-data, and the
+    new tuxpaint-stamps source package.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Thu, 26 Sep 2002 22:39:42 -0300
+
+tuxpaint (2002.08.23-2) unstable; urgency=low
+
+  * Fix dependency on libsdl-image1.2. (Closes: #159096)
+  * Add dependencies on libvorbis0, libvorbisfile3 and
+    build-dep on libvorbis-dev (Closes: #159017)
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Sun,  1 Sep 2002 11:22:38 -0300
+
+tuxpaint (2002.08.23-1) unstable; urgency=low
+
+  * New upstream.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Sat, 24 Aug 2002 18:07:10 -0300
+
+tuxpaint (2002.08.19-1) unstable; urgency=low
+
+  * New upstream.
+  * Split package into tuxpaint, tuxpaint-data.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Mon, 19 Aug 2002 08:41:42 -0300
+
+tuxpaint (2002.08.12-1) unstable; urgency=low
+
+  * New upstream.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Mon, 12 Aug 2002 08:34:04 -0300
+
+tuxpaint (2002.08.09-1) unstable; urgency=low
+
+  * New upstream.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Sat, 10 Aug 2002 14:24:04 -0300
+
+tuxpaint (2002.08.06-1) unstable; urgency=low
+
+  * New upstream.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Tue,  6 Aug 2002 20:25:47 -0300
+
+tuxpaint (2002.08.04-1) unstable; urgency=low
+
+  * New upstream.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Mon,  5 Aug 2002 08:40:23 -0300
+
+tuxpaint (2002.08.02-1) unstable; urgency=low
+
+  * New upstream.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Fri,  2 Aug 2002 22:11:28 -0300
+
+tuxpaint (2002.08.02-0.pre1) unstable; urgency=low
+
+  * New upstream.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Fri,  2 Aug 2002 21:23:45 -0300
+
+tuxpaint (2002.07.31-1) unstable; urgency=low
+
+  * New upstream.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Wed, 31 Jul 2002 22:34:18 -0300
+
+tuxpaint (2002.07.19-3) unstable; urgency=low
+
+  * Patch to fix segfault after saved image directory not found.
+    (Closes: #154115)
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Thu, 25 Jul 2002 14:44:43 -0300
+
+tuxpaint (2002.07.19-2) unstable; urgency=low
+
+  * Added menu icon.  (Closes: #153831)
+  * Made data dir FHS compliant.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Mon, 22 Jul 2002 09:04:40 -0300
+
+tuxpaint (2002.07.19-1) unstable; urgency=low
+
+  * New upstream.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Sat, 20 Jul 2002 15:34:03 -0300
+
+tuxpaint (2002.07.18-1) unstable; urgency=low
+
+  * New upstream.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Thu, 18 Jul 2002 07:53:45 -0300
+
+tuxpaint (2002.07.17-1) unstable; urgency=low
+
+  * New upstream.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Wed, 17 Jul 2002 14:16:29 -0300
+
+tuxpaint (2002.07.07-1) unstable; urgency=low
+
+  * New upstream.
+  * Initial upload.  (Closes: #150460)
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Mon,  8 Jul 2002 13:53:49 -0300
+
+tuxpaint (2002.06.17a-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Ben Armstrong <synrg@sanctuary.nslug.ns.ca>  Tue, 18 Jun 2002 16:20:10 -0300
+
--- tuxpaint-0.9.17.orig/debian/copyright
+++ tuxpaint-0.9.17/debian/copyright
@@ -0,0 +1,11 @@
+This package was debianized by Ben Armstrong <synrg@sanctuary.nslug.ns.ca> on
+Tue, 18 Jun 2002 16:20:10 -0300.
+
+It was downloaded from http://www.newbreedsoftware.com/tuxpaint/
+
+Upstream Author: Bill Kendrick <bill@newbreedsoftware.com>
+
+Copyright (C) 2002-2004 by Bill Kendrick <bill@newbreedsoftware.com>
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in /usr/share/common-licenses/GPL
--- tuxpaint-0.9.17.orig/debian/tuxpaint.dirs
+++ tuxpaint-0.9.17/debian/tuxpaint.dirs
@@ -0,0 +1,4 @@
+usr/bin
+usr/share/pixmaps
+usr/share/gnome/apps/Graphics
+usr/share/applnk/Graphics
--- tuxpaint-0.9.17.orig/debian/tuxpaint-data.dirs
+++ tuxpaint-0.9.17/debian/tuxpaint-data.dirs
@@ -0,0 +1,5 @@
+usr/share/tuxpaint
+usr/share/tuxpaint/fonts/locale
+usr/share/icons/hicolor/48x48/apps
+usr/share/icons/hicolor/32x32/apps
+usr/share/icons/hicolor/16x16/apps
--- tuxpaint-0.9.17.orig/debian/tuxpaint.menu
+++ tuxpaint-0.9.17/debian/tuxpaint.menu
@@ -0,0 +1,2 @@
+?package(tuxpaint):needs="X11" section="Apps/Graphics"\
+  title="tuxpaint" command="/usr/bin/tuxpaint" icon="/usr/share/pixmaps/tuxpaint.xpm"
--- tuxpaint-0.9.17.orig/debian/tuxpaint-data.links
+++ tuxpaint-0.9.17/debian/tuxpaint-data.links
@@ -0,0 +1,23 @@
+usr/share/fonts/truetype/freefont/FreeSans.ttf usr/share/tuxpaint/fonts/default_font.ttf
+usr/share/fonts/truetype/freefont/FreeMono.ttf usr/share/tuxpaint/fonts/FreeMono.ttf
+usr/share/fonts/truetype/freefont/FreeMonoBold.ttf usr/share/tuxpaint/fonts/FreeMonoBold.ttf
+usr/share/fonts/truetype/freefont/FreeMonoBoldOblique.ttf usr/share/tuxpaint/fonts/FreeMonoBoldOblique.ttf
+usr/share/fonts/truetype/freefont/FreeMonoOblique.ttf usr/share/tuxpaint/fonts/FreeMonoOblique.ttf
+usr/share/fonts/truetype/freefont/FreeSans.ttf usr/share/tuxpaint/fonts/FreeSans.ttf
+usr/share/fonts/truetype/freefont/FreeSansBold.ttf usr/share/tuxpaint/fonts/FreeSansBold.ttf
+usr/share/fonts/truetype/freefont/FreeSansBoldOblique.ttf usr/share/tuxpaint/fonts/FreeSansBoldOblique.ttf
+usr/share/fonts/truetype/freefont/FreeSansOblique.ttf usr/share/tuxpaint/fonts/FreeSansOblique.ttf
+usr/share/fonts/truetype/freefont/FreeSerif.ttf usr/share/tuxpaint/fonts/FreeSerif.ttf
+usr/share/fonts/truetype/freefont/FreeSerifBold.ttf usr/share/tuxpaint/fonts/FreeSerifBold.ttf
+usr/share/fonts/truetype/freefont/FreeSerifBoldItalic.ttf usr/share/tuxpaint/fonts/FreeSerifBoldItalic.ttf
+usr/share/fonts/truetype/freefont/FreeSerifItalic.ttf usr/share/tuxpaint/fonts/FreeSerifItalic.ttf
+usr/share/fonts/truetype/ttf-arabeyes/ae_Nice.ttf usr/share/tuxpaint/fonts/locale/ar.ttf
+usr/share/fonts/truetype/ttf-thryomanes/thryrg__.ttf usr/share/tuxpaint/fonts/locale/el.ttf
+usr/share/fonts/truetype/ttf-gujarati-fonts/lohit_gu.ttf usr/share/tuxpaint/fonts/locale/gu.ttf
+usr/share/fonts/truetype/freefont/FreeSans.ttf usr/share/tuxpaint/fonts/locale/ka.ttf
+usr/share/fonts/truetype/baekmuk/gulim.ttf usr/share/tuxpaint/fonts/locale/ko.ttf
+usr/share/fonts/truetype/ttf-tamil-fonts/TSCu_Comic.ttf usr/share/tuxpaint/fonts/locale/ta.ttf
+usr/share/fonts/truetype/ttf-telugu-fonts/Pothana2000.ttf usr/share/tuxpaint/fonts/locale/te.ttf
+usr/share/fonts/truetype/thai/Garuda-Bold.ttf usr/share/tuxpaint/fonts/locale/th.ttf
+usr/share/fonts/truetype/arphic/gbsn00lp.ttf usr/share/tuxpaint/fonts/locale/zh_cn.ttf
+usr/share/fonts/truetype/arphic/uming.ttf usr/share/tuxpaint/fonts/locale/zh_tw.ttf
--- tuxpaint-0.9.17.orig/debian/tuxpaint-data.docs
+++ tuxpaint-0.9.17/debian/tuxpaint-data.docs
@@ -0,0 +1,6 @@
+docs/AUTHORS.txt
+docs/OPTIONS.txt
+docs/README.txt
+docs/FAQ.txt
+docs/PNG.txt
+docs/html
--- tuxpaint-0.9.17.orig/debian/watch
+++ tuxpaint-0.9.17/debian/watch
@@ -0,0 +1,2 @@
+version=2
+ftp://ftp.tuxpaint.org/unix/x/tuxpaint/source/tuxpaint-(\d\.\d+\.\d+.*)\.tar.gz debian uupdate
--- tuxpaint-0.9.17.orig/debian/compat
+++ tuxpaint-0.9.17/debian/compat
@@ -0,0 +1 @@
+5
--- tuxpaint-0.9.17.orig/dummy.c
+++ tuxpaint-0.9.17/dummy.c
@@ -0,0 +1 @@
+main(){}
