--- postmark-1.51.orig/debian/copyright
+++ postmark-1.51/debian/copyright
@@ -0,0 +1,13 @@
+This package was debianized
+by Russell Coker <russell@coker.com.au> on Thu, 30 Dec 1999 16:36:43 +1100
+by Noèl Köthe <noel@debian.org> on Sat, 6 Jul 2002 23:21:00 +0200
+
+It was downloaded from http://www.netapp.com/tech_library/postmark.html
+
+Upstream Author: Jeffrey Katcher <katcher@netapp.com>
+
+Copyright: (C) 1997-2001 Network Appliance, Inc.
+
+Artistic License
+
+See /usr/share/common-licenses/Artistic
--- postmark-1.51.orig/debian/changelog
+++ postmark-1.51/debian/changelog
@@ -0,0 +1,67 @@
+postmark (1.51-7) unstable; urgency=low
+
+ * debian/rules cleanup in -6 removed copyright:(
+
+ -- Noèl Köthe <noel@debian.org> Sun, 26 Jul 2009 14:53:59 +0200
+
+postmark (1.51-6) unstable; urgency=low
+
+ * debian/control updated Standards-Version: without changes
+ * debian/control added reference to the description because
+ the homepage/URL isn't working anymore.:(
+ * debian/compat debian/control raised debhelper to 5
+ * debian/rules removed DH_COMPAT (lintian warning)
+ * debian/rules fixed ignores-make-clean-error lintian warning
+ * debian/copyright added copyright notice (lintian warning)
+ * debian/rules cleaned up
+
+ -- Noèl Köthe <noel@debian.org> Sat, 25 Jul 2009 20:30:47 +0200
+
+postmark (1.51-5) unstable; urgency=low
+
+ * corrected Priority to extra
+ * updated Standards-Version
+
+ -- Noèl Köthe <noel@debian.org> Mon, 04 Jul 2005 22:08:02 +0200
+
+postmark (1.51-4) unstable; urgency=low
+
+ * corrected Priority to extra
+ * updated Standards-Version
+
+ -- Noèl Köthe <noel@debian.org> Mon, 04 Jul 2005 20:41:04 +0200
+
+postmark (1.51-3) unstable; urgency=low
+
+ * corrected my name from ascii to correct writing
+ * updated standards-version
+
+ -- Noèl Köthe <noel@debian.org> Mon, 31 May 2004 05:38:07 +0200
+
+postmark (1.51-2) unstable; urgency=low
+
+ * took package from Russell
+ * add URL to description
+
+ -- Noel Koethe <noel@debian.org> Sat, 6 Jul 2002 23:24:00 +0200
+
+postmark (1.51-1) unstable; urgency=low
+
+ * New upstream version.
+
+ * Patched to fix warnings.
+
+ * Now use DH_COMPAT=3 and add build-depends.
+
+ -- Russell Coker <russell@coker.com.au> Sun, 3 Mar 2002 01:58:00 +0100
+
+postmark (1.11-0) unstable; urgency=low
+
+ * Initial Release.
+ * Sponsored by Brian May <bam@snoopy.apana.org.au>
+
+ -- Russell Coker <russell@coker.com.au> Thu, 30 Dec 1999 16:36:43 +1100
+
+Local variables:
+mode: debian-changelog
+End:
--- postmark-1.51.orig/debian/rules
+++ postmark-1.51/debian/rules
@@ -0,0 +1,59 @@
+#!/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
+
+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.
+ [ ! -f Makefile ] || $(MAKE) clean
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ # Add here commands to install the package into debian/postmark.
+ $(MAKE) install DESTDIR=`pwd`/debian/postmark
+
+
+# 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_installdocs
+ dh_installman postmark.1
+ dh_installchangelogs
+ 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
--- postmark-1.51.orig/debian/compat
+++ postmark-1.51/debian/compat
@@ -0,0 +1 @@
+5
--- postmark-1.51.orig/debian/control
+++ postmark-1.51/debian/control
@@ -0,0 +1,17 @@
+Source: postmark
+Section: utils
+Priority: extra
+Maintainer: Noèl Köthe <noel@debian.org>
+Standards-Version: 3.8.2
+Build-Depends: debhelper (>> 5.0.0)
+
+Package: postmark
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: File system benchmark from NetApp
+ Benchmark that's based around small file operations similar to those used on
+ large mail servers and news servers. Has been ported to NT so should be good
+ for comparing OSs. "Postmark: a new file system benchmark", Jeffrey Katcher,
+ Network Appliance Technical Report TR-3022, October 1997
+ .
+ http://www.netapp.com/tech_library/postmark.html