--- etherwake-1.09.orig/debian/dirs
+++ etherwake-1.09/debian/dirs
@@ -0,0 +1 @@
+usr/sbin
--- etherwake-1.09.orig/debian/changelog
+++ etherwake-1.09/debian/changelog
@@ -0,0 +1,107 @@
+etherwake (1.09-3) unstable; urgency=low
+
+  * Adopt package (Closes: #540998)
+  * Add depends on ${misc:Depends}
+  * Don't use DH_COMPAT any more, but debian/compat
+  * Don't ignore error on make clean
+  * Clean up debian/rules; remove unused dh_foo calls
+  * Remove empty maintainer scripts
+  * Makefile: clean doesn't bail out, if etherwake doesn't exist
+  * Bump standards to 3.8.3 (No further changes needed)
+
+ -- Alexander Reichle-Schmehl <tolimar@debian.org>  Mon, 18 Jan 2010 23:14:51 +0100
+
+etherwake (1.09-2) unstable; urgency=low
+
+  * use the name 'etherwake', not 'ether-wake' in program messages.
+    (Closes: #342604)
+  * Include wakeonlan in description and recommends. (Closes: #422531)
+
+ -- Alain Schroeder <alain@debian.org>  Mon, 18 Jun 2007 23:13:28 +0200
+
+etherwake (1.09-1) unstable; urgency=low
+
+  * New Upstream
+
+ -- Alain Schroeder <alain@debian.org>  Sun, 10 Jul 2005 20:53:02 +0200
+
+etherwake (1.08-1) unstable; urgency=low
+
+  * New Upstream.
+    * Beautified Help Texts.
+    * Cleans (PF_INET,SOCK_PACKET) problems (Closes: #171051)
+  * Renamed ether-wake.8 to etherwake.8 (Closes: #185134)
+  * Revisioned the manpage (Closes: #179290)
+  * Cleaned my helptext from multiline strings, Thanks to Daniel Schepler
+    <schepler@math.berkeley.edu> (Closes: #194909)
+  * Upped Standart Version to 3.5.10.0
+
+ -- Alain Schroeder <alain@debian.org>  Fri,  6 Jun 2003 21:02:11 +0200
+
+etherwake (1.06-2) unstable; urgency=low
+
+  * Reamped description to explain what WOL is (Closes: #135420).
+  * Reamped manpage a bit.
+  * Upped Standart Version to 3.5.6.0.
+
+ -- Alain Schroeder <alain@debian.org>  Sun, 24 Feb 2002 00:45:07 +0100
+
+etherwake (1.06-1) unstable; urgency=low
+
+  * New Upstream.
+
+ -- Alain Schroeder <alain@parkautomat.net>  Fri, 15 Feb 2002 19:15:07 +0100
+
+etherwake (1.05-6) unstable; urgency=low
+
+  * Fix etherwake to use sockets correctly - removes "uses obsolete
+    (PF_INET,SOCK_PACKET)" message. (Closes: #111681)
+
+ -- Alain Schroeder <alain@debian.org>  Sat, 22 Dec 2001 21:51:06 +0100
+
+etherwake (1.05-5) unstable; urgency=low
+
+  * Improve description again. (Closes: #124604)
+
+ -- Alain Schroeder <alain@debian.org>  Sat, 22 Dec 2001 20:22:16 +0100
+
+etherwake (1.05-4) unstable; urgency=low
+
+  * Removed more typos in description. (Again thanks to Carlos Valdivia
+    Yagüe)
+
+ -- Alain Schroeder <alain@debian.org>  Thu, 10 May 2001 15:55:48 +0200
+ 
+etherwake (1.05-3) unstable; urgency=low
+
+  * Removed typo in description. (Closes: #95946)
+
+ -- Alain Schroeder <alain@debian.org>  Tue,  1 May 2001 21:14:41 +0200
+
+etherwake (1.05-2) unstable; urgency=low
+
+  * Upload with diff. It was incidentally uploaded as a native 
+    Debian package.
+  * Fixed issues with new libc. The old sys/socket.h did not include
+    bits/uio.h, which it does now. This unfortunately causes that
+    ether-wake wasn't build anymore. I just commented specific part as
+    a quick fix for now. It seems that everything works even with the old
+    libc, closes #87014.
+
+ -- Alain Schroeder <alain@debian.org>  Fri, 23 Feb 2001 00:27:02 +0100
+
+etherwake (1.05-1) unstable; urgency=low
+
+  * New upstream (help was added).
+  * Modified manpage to reflect upstream changes.
+  * Changed binary name to original.
+
+ -- Alain Schroeder <alain@debian.org>  Tue, 20 Feb 2001 11:39:03 +0100
+
+etherwake (1.03-1) unstable; urgency=low
+
+  * Added a manpage.
+  * Added a Makefile.
+  * Initial Release.
+
+ -- Alain Schroeder <alain@debian.org>  Thu,  7 Dec 2000 10:00:24 +0100
--- etherwake-1.09.orig/debian/manpages
+++ etherwake-1.09/debian/manpages
@@ -0,0 +1 @@
+etherwake.8
--- etherwake-1.09.orig/debian/control
+++ etherwake-1.09/debian/control
@@ -0,0 +1,20 @@
+Source: etherwake
+Section: net
+Priority: optional
+Maintainer: Alexander Reichle-Schmehl <tolimar@debian.org>
+Build-Depends: debhelper (>= 5.0)
+Standards-Version: 3.8.3
+
+Package: etherwake
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: wakeonlan
+Description: A little tool to send magic Wake-on-LAN packets
+ You can wake up WOL compliant Computers which have been powered down to
+ sleep mode or start WOL compliant Computers with a BIOS feature.
+ .
+ WOL is an abbreviation for Wake-on-LAN. It is a standard that allows you 
+ to turn on a computer from another location over a network connection.
+ .
+ A feature etherwake seperates from other implementations is, that it also
+ supports WOL passwords.
--- etherwake-1.09.orig/debian/copyright
+++ etherwake-1.09/debian/copyright
@@ -0,0 +1,14 @@
+This package was debianized by Alain Schroeder <alain@debian.org> on
+Thu,  7 Dec 2000 10:00:24 +0100. It is now maintained by Alexander
+Reichle-Schmehl <tolimar@debian.org>
+
+It was downloaded from http://www.scyld.com/expert/wake-on-lan.html
+
+Upstream Author: Donald Becker <becker@scyld.com>
+
+Copyright:
+  Copyright (C) 1999-2003 Donald Becker <becker@scyld.com>
+
+  You are free to distribute this software under the terms of the GNU 
+  General Public License. The full text of this license can be found 
+  in the file /usr/share/common-licenses/GPL.
--- etherwake-1.09.orig/debian/rules
+++ etherwake-1.09/debian/rules
@@ -0,0 +1,70 @@
+#!/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
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	# Add here commands to configure the package.
+	
+
+	touch configure-stamp
+
+build: configure-stamp 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 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_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp.
+	$(MAKE) install DESTDIR=`pwd`/debian/etherwake
+
+# 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_installexamples
+	dh_installmenu
+	dh_installcron
+	dh_installman
+	dh_installinfo
+	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 configure
--- etherwake-1.09.orig/debian/compat
+++ etherwake-1.09/debian/compat
@@ -0,0 +1 @@
+5
