diff --recursive --new-file --unified --exclude=.svn --exclude=.git /ram/gitcmp/installation-report/2.1/svn/debian/bugreporter-udeb.dirs /ram/gitcmp/installation-report/2.1/git/debian/bugreporter-udeb.dirs
--- /ram/gitcmp/installation-report/2.1/svn/debian/bugreporter-udeb.dirs	2003-12-30 22:19:08.000000000 +0100
+++ /ram/gitcmp/installation-report/2.1/git/debian/bugreporter-udeb.dirs	1970-01-01 01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-bin
-usr/share/bugreporter-udeb
-usr/lib/prebaseconfig.d
diff --recursive --new-file --unified --exclude=.svn --exclude=.git /ram/gitcmp/installation-report/2.1/svn/debian/bugreporter-udeb.postinst /ram/gitcmp/installation-report/2.1/git/debian/bugreporter-udeb.postinst
--- /ram/gitcmp/installation-report/2.1/svn/debian/bugreporter-udeb.postinst	2005-05-07 06:06:21.762431000 +0200
+++ /ram/gitcmp/installation-report/2.1/git/debian/bugreporter-udeb.postinst	1970-01-01 01:00:00.000000000 +0100
@@ -1,66 +0,0 @@
-#!/bin/sh -e
-. /usr/share/debconf/confmodule
-
-# Don't ask about web if no interface is up.
-if [ -n "$(grep : /proc/net/dev | grep -v lo:)" ]; then
-	db_input critical bugreporter-udeb/menu || true
-	db_go || true
-	db_get bugreporter-udeb/menu
-	METHOD="$RET"
-else
-	METHOD=floppy
-fi
-
-# Put up progress bar, gather info.
-db_progress START 0 2 debian-installer/bugreporter-udeb/title
-report-hw > $DILOGDIR/hardware-summary
-db_progress STEP 1
-
-case "$METHOD" in
-web)
-		# The httpd serves files from /var/log, where almost
-		# everything of interest is. Link the dpkg status file to
-		# there.
-		ln -s /var/lib/dpkg/status /var/log
-		# TODO: avoid running more than one
-		httpd
-		
-		db_progress STEP 1
-		db_progress STOP
-		IPADDR=$(ifconfig | grep 'inet addr:' | head -1 | \
-			sed 's/.*inet addr:\([0-9.]*\).*/\1/')
-		db_subst bugreporter-udeb/httpd_running ADDRESS "$IPADDR"
-		db_input critical bugreporter-udeb/httpd_running || true
-		db_go || true
-;;
-floppy)
-	test -d /floppy || mkdir /floppy
-	umount /floppy 2>/dev/null || true
-
-	db_input critical bugreporter-udeb/insert_floppy || [ $? -eq 30 ]
-	db_go
-
-	if mountfloppy ; then
-		for file in \
-		    /var/log/messages \
-		    /var/log/syslog \
-		    /var/log/partman \
-		    /var/lib/dpkg/status \
-		    /var/log/hardware-summary \
-		    /var/log/package-versions; do 
-		    	if [ -e $file ]; then
-				cp $file /floppy/
-			fi
-	    	done
-
-		umount /floppy
-		db_progress STEP 1
-		db_progress STOP
-	else
-		db_progress STEP 1
-		db_progress STOP
-		db_input critical bugreporter-udeb/floppy_mount_failed || [ $? -eq 30 ]
-		db_go
-	fi
-;;
-esac
diff --recursive --new-file --unified --exclude=.svn --exclude=.git /ram/gitcmp/installation-report/2.1/svn/debian/bugreporter-udeb.prebaseconfig /ram/gitcmp/installation-report/2.1/git/debian/bugreporter-udeb.prebaseconfig
--- /ram/gitcmp/installation-report/2.1/svn/debian/bugreporter-udeb.prebaseconfig	2005-05-06 18:26:14.537954000 +0200
+++ /ram/gitcmp/installation-report/2.1/git/debian/bugreporter-udeb.prebaseconfig	1970-01-01 01:00:00.000000000 +0100
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-set -e
-
-logsavedir=/target/var/log/debian-installer
-
-test -d $logsavedir || mkdir $logsavedir
-
-report-hw > $logsavedir/hardware-summary
-
-cp /var/lib/dpkg/status $logsavedir/status
-
-# Install the installation report template
-cp /usr/share/bugreporter-udeb/install-report.template /target/root
diff --recursive --new-file --unified --exclude=.svn --exclude=.git /ram/gitcmp/installation-report/2.1/svn/debian/bugreporter-udeb.templates /ram/gitcmp/installation-report/2.1/git/debian/bugreporter-udeb.templates
--- /ram/gitcmp/installation-report/2.1/svn/debian/bugreporter-udeb.templates	2005-05-07 06:06:21.762431000 +0200
+++ /ram/gitcmp/installation-report/2.1/git/debian/bugreporter-udeb.templates	1970-01-01 01:00:00.000000000 +0100
@@ -1,37 +0,0 @@
-Template: debian-installer/bugreporter-udeb/title
-Type: text
-#  Main menu item
-_Description: Save debug logs
-
-Template: bugreporter-udeb/menu
-Type: select
-Choices: floppy, web
-Description: How should the debug logs be saved or transferred?
- Debugging log files for the installer can be saved to floppy, or
- served up over the web.
-
-Template: bugreporter-udeb/httpd_running
-Type: note
-Description: Web server started
- A simple web server has been started on this computer to serve log files
- and debug info. An index of all the available log files can be found at
- http://${ADDRESS}/
-
-Template: bugreporter-udeb/insert_floppy
-Type: note
-_Description: Insert formatted floppy in drive
- Log files and debug info will be copied into this floppy.
- .
- The information will also be stored in /var/log/debian-installer/ on
- the installed system.
-
-Template: bugreporter-udeb/floppy_mount_failed
-Type: note
-_Description: Failed to mount the floppy
- Either the floppy device cannot be found, or a formatted floppy is not in
- the drive.
-
-Template: prebaseconfig/progress/bugreporter-udeb
-Type: text
-# Prebaseconfig progress bar item
-_Description: Gathering information for installation report...
diff --recursive --new-file --unified --exclude=.svn --exclude=.git /ram/gitcmp/installation-report/2.1/svn/Makefile /ram/gitcmp/installation-report/2.1/git/Makefile
--- /ram/gitcmp/installation-report/2.1/svn/Makefile	2005-05-07 06:06:21.762431000 +0200
+++ /ram/gitcmp/installation-report/2.1/git/Makefile	1970-01-01 01:00:00.000000000 +0100
@@ -1,23 +0,0 @@
-PROGS = report-hw httpd
-
-INSTALL     = install
-INSTALL_DATA= install -m 644
-
-bindir      = /bin
-libdir      = /usr/share
-pkglibdir   = $(libdir)/bugreporter-udeb
-
-all:
-
-install:
-	mkdir -p $(DESTDIR)$(bindir)
-	for p in $(PROGS) ; do \
-	    $(INSTALL) $$p $(DESTDIR)$(bindir)/$$p ; \
-	done
-	$(INSTALL_DATA) install-report.template $(DESTDIR)$(pkglibdir)/install-report.template
-
-dist:
-	debuild -us -uc
-
-clean:
-	$(RM) *~
