--- goto-fai-3.0.orig/debian/README.source
+++ goto-fai-3.0/debian/README.source
@@ -0,0 +1 @@
+/usr/share/doc/dpatch/README.source.gz
--- goto-fai-3.0.orig/debian/rules
+++ goto-fai-3.0/debian/rules
@@ -0,0 +1,73 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build: patch 
+	#********************************************************
+	#*   Building goto-fai into a Debian/GNU Linux Package  *
+	#*                    please stand by                   *
+	#********************************************************
+
+clean: clean-patched unpatch
+clean-patched:
+	dh_testdir
+	rm -f install-stamp 
+	-rm -f debian/files
+	-rm -rf debian/tmp
+	-rm -f debian/substvars
+	dh_clean
+
+unpatch:
+	dpatch deapply-all
+	rm -rf patch-stamp debian/patched
+
+install: install-stamp
+install-stamp: 
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Create a copy, remove svn stuff
+	-mkdir debian/tmp
+	-for i in `ls | grep -v debian`; do \
+		cp -R $$i debian/tmp ; \
+	done
+
+	touch install-stamp
+
+patch: patch-stamp
+patch-stamp:
+	dpatch apply-all
+	dpatch cat-all >patch-stamp
+
+binary-indep: install
+	dh_testdir
+	dh_testroot
+	
+	dh_install
+	dh_installdocs 
+	dh_installman
+	dh_installchangelogs
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms -Xhooks
+	dh_perl
+	dh_installdeb
+	dh_shlibdeps
+	
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep 
+.PHONY: build install clean binary-indep binary
+
+binary-arch:
+
--- goto-fai-3.0.orig/debian/copyright
+++ goto-fai-3.0/debian/copyright
@@ -0,0 +1,18 @@
+This package was debianized by Cajus Pollmeier <pollmeier@gonicus.de>
+Fri, 20 Jul 2007 14:53:17 +0100.
+
+It was downloaded from https://oss.gonicus.de/repositories/goto/trunk/
+
+Upstream authors: Cajus Pollmeier <pollmeier@gonicus.de>
+		  Jan-Marek Glogowski <glogow@fbihome.de>
+
+This software is Copyright (C) 2008-2010 GONICUS GmbH.
+		 Copyright (c) 2007-2008 Landeshauptstadt München
+
+This program 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.
+
+On Debian systems, the complete text of the GNU General Public
+License can be found in the file `/usr/share/common-licenses/GPL-2'.
--- goto-fai-3.0.orig/debian/control
+++ goto-fai-3.0/debian/control
@@ -0,0 +1,19 @@
+Source: goto-fai
+Section: utils
+Priority: optional
+Maintainer: GOsa packages maintainers group <gosa-pkg@oss.gonicus.de>
+Uploaders: Cajus Pollmeier <cajus@debian.org>, Benoit Mortier <benoit.mortier@opensides.be>
+Standards-Version: 3.8.4
+Build-Depends: dpatch, gettext, debhelper (>= 5)
+Homepage: https://oss.gonicus.de/labs/gosa/
+Vcs-Browser: https://oss.gonicus.de/repositories/goto/trunk/goto-fai
+Vcs-Svn: https://oss.gonicus.de/repositories/goto/trunk/goto-fai
+DM-Upload-Allowed: yes
+
+Package: goto-fai
+Architecture: all
+Depends: ${misc:Depends},goto-common (>= 3.0-1), fai-client (>= 3.2.8), libnet-ldap-perl, console-tools, debootstrap, libgosa-perl
+Recommends: netcat
+Description: Scripts to integrate GOto with FAI
+ Ensemble of programs, script and FAI hooks to Integrate
+ GOsa and GOto into an FAI nfs chroot
--- goto-fai-3.0.orig/debian/manpages
+++ goto-fai-3.0/debian/manpages
@@ -0,0 +1 @@
+ldap2fai.1
--- goto-fai-3.0.orig/debian/install
+++ goto-fai-3.0/debian/install
@@ -0,0 +1,9 @@
+ldap2fai                usr/sbin
+ldap2fai-loc            usr/sbin
+fai-softupdate          usr/sbin
+get-config-dir-gosa     usr/lib/fai
+confdir.DEFAULT.source  /var/lib/fai/config/hooks
+error.DEFAULT           /var/lib/fai/config/hooks
+extrbase.DEFAULT        /var/lib/fai/config/hooks
+prepareapt.DEFAULT      /var/lib/fai/config/hooks
+00-copy-templates       /var/lib/fai/config/scripts/DEFAULT
--- goto-fai-3.0.orig/debian/compat
+++ goto-fai-3.0/debian/compat
@@ -0,0 +1 @@
+5
--- goto-fai-3.0.orig/debian/README.Debian
+++ goto-fai-3.0/debian/README.Debian
@@ -0,0 +1,6 @@
+goto for Debian
+----------------------
+
+This package is the glue between GOto and FAI
+
+cajus <cajus@debian.org>, Thu, 17 Mar 2005 09:05:17 +0100
--- goto-fai-3.0.orig/debian/dirs
+++ goto-fai-3.0/debian/dirs
@@ -0,0 +1,5 @@
+etc/goto
+usr/sbin
+usr/lib/fai
+var/lib/fai/config/hooks
+var/lib/fai/config/scripts/DEFAULT
--- goto-fai-3.0.orig/debian/changelog
+++ goto-fai-3.0/debian/changelog
@@ -0,0 +1,5 @@
+goto-fai (3.0-1) unstable; urgency=low
+
+  * Initial upload (Closes: #532542)
+
+ -- Benoit Mortier <benoit.mortier@opensides.be>  Mon, 24 May 2010 11:30:00 +0100
--- goto-fai-3.0.orig/debian/patches/00list
+++ goto-fai-3.0/debian/patches/00list
@@ -0,0 +1,2 @@
+# This file has been left intentionally blank
+
--- goto-fai-3.0.orig/debian/source/format
+++ goto-fai-3.0/debian/source/format
@@ -0,0 +1,2 @@
+1.0
+
