--- jigit-1.14.orig/debian/control
+++ jigit-1.14/debian/control
@@ -0,0 +1,23 @@
+Source: jigit
+Section: utils
+Priority: extra
+Maintainer: Steve McIntyre <93sam@debian.org>
+Build-Depends: debhelper, zlib1g-dev
+Standards-Version: 3.6.1.0
+
+Package: jigit
+Priority: extra
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Tools for working with jigdo files
+ Jigit makes jigdo easy! Run jigit to update existing CDs and images
+ to the latest release. Also contains more utilities written to make
+ jigdo files easier to work with.
+ .
+ jigit:        client wrapper script to make mkimage friendly
+ mkimage:      program to create images from jigdo files
+ iso-image.pl: CGI wrapper for mkimage - make images on the fly!
+ dump:         list the contents of a template file 
+ jigsum:       Output MD5 sums in the base64-style jigdo way
+ mkjigsnap:    helper script to be run on the upstream server
+Section: utils
--- jigit-1.14.orig/debian/copyright
+++ jigit-1.14/debian/copyright
@@ -0,0 +1,15 @@
+This is the Debian GNU/Linux prepackaged version of jigit, a tool
+written by Steve McIntyre <steve@einval.com> to help create ISO images
+from jigdo files.
+
+  Copyright (c) 2004 Steve McIntyre. jigit may be copied under the
+  terms and conditions of version 2 of the GNU General Public License,
+  as published by the Free Software Foundation (Cambridge, MA, USA).
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in /usr/share/common-licenses/GPL .
+
+This package was also put together by Steve McIntyre
+<93sam@debian.org> from sources obtained from:
+
+http://www.einval.com/~steve/software/JTE/
--- jigit-1.14.orig/debian/rules
+++ jigit-1.14/debian/rules
@@ -0,0 +1,64 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# This file is public domain software, originally written by Joey Hess. 
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build: build-stamp
+build-stamp:
+	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) clean
+	-$(MAKE) distclean
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs usr/share/man/man1 usr/share/man/man8 usr/bin usr/sbin
+
+	# Add here commands to install the package into debian/<packagename>
+	#$(MAKE) prefix=`pwd`/debian/`dh_listpackages`/usr install
+	dh_install mkimage jigdump jigit jigsum usr/bin
+	dh_install mkjigsnap usr/sbin
+	dh_install mkimage.1 jigdump.1 jigit.1 jigsum.1 usr/share/man/man1
+	dh_install mkjigsnap.8 usr/share/man/man8
+
+# 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
+	dh_installdocs
+	dh_installexamples
+	dh_installman
+	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
--- jigit-1.14.orig/debian/changelog
+++ jigit-1.14/debian/changelog
@@ -0,0 +1,21 @@
+jigit (1.14-1) unstable; urgency=low
+
+  * Fixed generation of rsyncsums
+  * Added -d option to mkjigsnap to specify DIRNAME
+  * Minor prettiness tweaks to output UI of mkimage and jigit
+  * 64-bit printf fixes
+
+ -- Steve McIntyre <93sam@debian.org>  Tue, 12 Oct 2004 11:53:26 +0100
+
+jigit (1.13-2) unstable; urgency=low
+
+  * Added build-dep on zlib1g-dev.
+
+ -- Steve McIntyre <93sam@debian.org>  Tue, 21 Sep 2004 15:06:26 +0100
+
+jigit (1.13-1) unstable; urgency=low
+
+  * Initial upload.
+
+ -- Steve McIntyre <93sam@debian.org>  Thu, 09 Sep 2004 11:49:43 +0100
+
