--- comgt-0.32.orig/debian/docs
+++ comgt-0.32/debian/docs
@@ -0,0 +1,5 @@
+gprs.txt
+umts.txt
+TODO
+COMPILING
+MANIFEST
--- comgt-0.32.orig/debian/compat
+++ comgt-0.32/debian/compat
@@ -0,0 +1 @@
+7
--- comgt-0.32.orig/debian/watch
+++ comgt-0.32/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/comgt/comgt[.-](.+)\.t(?:ar\.)?gz
--- comgt-0.32.orig/debian/rules
+++ comgt-0.32/debian/rules
@@ -0,0 +1,91 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# 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.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+INSTALL = install
+INSTALL_BINARY = $(INSTALL) -p -oroot -groot -m755
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	# Add here commands to configure the package.
+
+	touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp 
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE)
+	#docbook-to-man debian/comgt.sgml > comgt.1
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	# Add here commands to clean up after the build process.
+	[ ! -f Makefile ] || $(MAKE) clean
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_prep
+	dh_installdirs
+
+	# Add here commands to install the package into debian/comgt.
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/comgt
+	$(INSTALL_BINARY) gcom $(CURDIR)/debian/comgt/usr/bin/gcom
+	mkdir -p $(CURDIR)/debian/gcom/usr/share/doc
+
+# Build architecture-independent files here.
+binary-indep:
+	dh_testdir -i
+	dh_testroot -i
+	dh_installdirs -i
+	dh_link -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir -s
+	dh_testroot -s
+	dh_installchangelogs CHANGELOG -s
+	dh_installdocs -s
+	dh_installexamples -s
+	dh_installman -s
+	dh_link -s
+	dh_strip -s
+	dh_compress -s
+	dh_fixperms -s
+	dh_installdeb -s
+	dh_shlibdeps -s
+	dh_gencontrol -s
+	dh_md5sums -s
+	dh_builddeb -s
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
--- comgt-0.32.orig/debian/dirs
+++ comgt-0.32/debian/dirs
@@ -0,0 +1,3 @@
+usr/bin
+usr/share/man/man1
+etc
--- comgt-0.32.orig/debian/copyright
+++ comgt-0.32/debian/copyright
@@ -0,0 +1,31 @@
+This package was debianized by Andreas "Jimmy" Gredler <jimmy@g-tec.co.at> on
+Mon, 20 Feb 2006 21:07:36 +0100.
+
+It was downloaded from http://sourceforge.net/projects/comgt 
+
+Copyright Holders: 2003-2006: Paul Hardwick <paul@peck.org.uk>,
+2005: Martin Gregorie <martin@gregorie.org>,
+1989 and 1996: Daniel Chouinard <Daniel.Chouinard@pwc.utc.com> 
+
+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 version 2 can be found in
+`/usr/share/common-licenses/GPL-2'.
+
+Newer versions of the GPL can also be found in
+'/usr/share/common-licenses/'.
--- comgt-0.32.orig/debian/control
+++ comgt-0.32/debian/control
@@ -0,0 +1,26 @@
+Source: comgt
+Section: net
+Priority: optional
+Maintainer: Andreas "Jimmy" Gredler <jimmy@g-tec.co.at>
+Build-Depends: debhelper (>= 7.0.0)
+Standards-Version: 3.8.3
+Homepage: http://www.pharscape.org/
+
+Package: comgt
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: gcom (<< 0.32-1)
+Replaces: gcom (<< 0.32-1)
+Description: Option GlobeTrotter and Vodafone datacard control tool
+ Comgt is a scripting language interpreter useful for establishing
+ communications on serial lines and through PCMCIA modems as well as
+ GPRS and 3G datacards. Works with Option GlobeTrotter
+ GPRS/EDGE/3G/HSDPA and Vodafone 3G/GPRS datacards.
+
+Package: gcom
+Architecture: all
+Depends: ${misc:Depends}, comgt
+Description: datacard control tool - transitional package
+ This is a transitional package from gcom to comgt, because there was a
+ name change for trademark reasons.
+ It can be safely removed.
--- comgt-0.32.orig/debian/changelog
+++ comgt-0.32/debian/changelog
@@ -0,0 +1,40 @@
+comgt (0.32-2) unstable; urgency=low
+
+  * Updated Conflicts and Replaces fields which were referring to the
+    wrong version (Closes: #545528).
+  * Bumped Standards-Version to 3.8.3.
+  * Fixed "hyphen-used-as-minus-sign" messages from lintian in manpage.
+  * Fixed copyright file.
+
+ -- Andreas "Jimmy" Gredler <jimmy@g-tec.co.at>  Tue, 08 Sep 2009 15:37:12 +0200
+
+comgt (0.32-1) unstable; urgency=low
+
+  * New upstream release.
+  * Ackowledge NMU (Closes: #464979, #449925).
+  * Installed sigmon script in binary path and added shebang line (as it
+    always has been in former upstream releases).
+  * For trademark reasons the program name has been changed from gcom to
+    comgt.
+  * A couple of new scripts are installed in /etc/comgt/scripts. 
+  * Switched to debhelper7.
+  * Bumped Standards-Version to 3.8.1.
+  * Added field for homepage in debian/control.
+  * Updated debian/watch to point to the right location.
+
+ -- Andreas "Jimmy" Gredler <jimmy@g-tec.co.at>  Tue, 04 Aug 2009 16:22:33 +0200
+
+gcom (0.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix bashism. Closes: #464979
+  * Point watch file to new upstream location. Closes: #449925
+
+ -- Raphael Geissert <geissert@debian.org>  Sun, 05 Jul 2009 20:40:59 -0500
+
+gcom (0.3-1) unstable; urgency=low
+
+  * Initial release Closes: #353802
+
+ -- Andreas "Jimmy" Gredler <jimmy@g-tec.co.at>  Mon, 20 Feb 2006 21:07:36 +0100
+
--- comgt-0.32.orig/debian/gcom.links
+++ comgt-0.32/debian/gcom.links
@@ -0,0 +1 @@
+/usr/share/doc/comgt /usr/share/doc/gcom
