--- gfm-1.03.orig/debian/docs
+++ gfm-1.03/debian/docs
@@ -0,0 +1 @@
+README
--- gfm-1.03.orig/debian/changelog
+++ gfm-1.03/debian/changelog
@@ -0,0 +1,13 @@
+gfm (1.03-2) unstable; urgency=low
+
+  * Package suggests tilp2
+  * Add missing GFM team copyright
+  * Bumped Standards-Version to 3.8.3
+
+ -- Krzysztof Burghardt <krzysztof@burghardt.pl>  Sun, 16 Aug 2009 18:14:21 +0200
+
+gfm (1.03-1) unstable; urgency=low
+
+  * Initial release (Closes: #532606)
+
+ -- Krzysztof Burghardt <krzysztof@burghardt.pl>  Thu, 11 Jun 2009 14:47:41 +0200
--- gfm-1.03.orig/debian/control
+++ gfm-1.03/debian/control
@@ -0,0 +1,18 @@
+Source: gfm
+Section: math
+Priority: optional
+Maintainer: Krzysztof Burghardt <krzysztof@burghardt.pl>
+Build-Depends: debhelper (>= 5), libticables-dev (>= 1.2.0), libticalcs-dev (>= 1.1.0), libtifiles-dev (>= 1.1.0), libticonv-dev (>= 1.1.0), libgtk2.0-dev, libglade2-dev, zlib1g-dev, gettext, groff-base, autotools-dev
+Standards-Version: 3.8.3
+Homepage: http://lpg.ticalc.org/prj_gfm/
+
+Package: gfm
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: tilp2
+Description: Texas Instruments hand-helds file manipulation program for X
+ The GFM is an application allowing to manipulate single/group/tigroup files of
+ all Texas Instruments hand-helds. It can create a new file, open an  existing
+ file, save file, rename variables, remove variables, create folders, group
+ files into a group/tigroup file, ungroup a group/tigroup file into single
+ files.
--- gfm-1.03.orig/debian/compat
+++ gfm-1.03/debian/compat
@@ -0,0 +1 @@
+5
--- gfm-1.03.orig/debian/rules
+++ gfm-1.03/debian/rules
@@ -0,0 +1,91 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# 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
+
+ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -g
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+	INSTALL_PROGRAM += -s
+endif
+
+autotools: autotools-stamp
+autotools-stamp:
+	rm -f config.sub config.guess
+	ln -s /usr/share/misc/config.sub config.sub
+	ln -s /usr/share/misc/config.guess config.guess
+	touch autotools-stamp
+
+config.status: autotools-stamp configure
+	dh_testdir
+	# Add here commands to configure the package.
+	touch configure.ac && touch aclocal.m4 && touch configure
+	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
+		--prefix=/usr --mandir=\$${prefix}/share/man \
+		CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" \
+		--disable-rpath --without-kde
+
+build: build-stamp
+build-stamp:  config.status
+	dh_testdir
+	# Add here commands to compile the package.
+	$(MAKE)
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f autotools-stamp build-stamp
+	# Add here commands to clean up after the build process.
+	[ ! -f Makefile ] || $(MAKE) distclean
+	rm -f config.sub config.guess
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	# Add here commands to install the package into debian/gfm.
+	$(MAKE) DESTDIR=$(CURDIR)/debian/gfm install
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_install
+	dh_installman
+	dh_installmenu
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 
--- gfm-1.03.orig/debian/menu
+++ gfm-1.03/debian/menu
@@ -0,0 +1,2 @@
+?package(gfm):needs="X11" section="Applications/Science/Mathematics"\
+  title="Group File Manager" command="/usr/bin/gfm"
--- gfm-1.03.orig/debian/copyright
+++ gfm-1.03/debian/copyright
@@ -0,0 +1,41 @@
+This package was debianized by Krzysztof Burghardt <krzysztof@burghardt.pl> on
+Thu, 11 Jun 2009 14:47:41 +0200.
+
+It was downloaded from <http://lpg.ticalc.org/prj_gfm/>
+
+Upstream Authors:
+
+    Tyler Cassidy <tyler@tylerc.org>
+    Romain Liévin <roms@tilp.info>
+    Kevin Kofler <kevin.kofler@chello.at>
+
+Copyright:
+
+    Copyright © 1999-2009 Romain Liévin
+    Copyright © 2000-2001 Thomas Corvazier
+    Copyright © 2001-2007 the GFM team
+    Copyright © 2003 Julien Blache
+    Copyright © 2005-2007 Kevin Kofler
+    Copyright © 2006-2007 Tyler Cassidy
+
+License:
+
+    This package is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This package is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is © 2009, Krzysztof Burghardt <krzysztof@burghardt.pl> and
+is licensed under the GPL, see above.
