Le Thursday 13 January 2011 23:02:09 Didier 'OdyX' Raboud, vous avez écrit :
> I will try to come up with something; it'll be there on the win32-loader
> upload that enables the dpkg-distaddfile call (after proofread on -boot).

Hi all, 

as it sounds that time is getting short, I took some of my sleep time to 
prepare 
the attached patch. Does it sound sane for an upload soon (aka tomorrow) ?

I'd appreciate review on the wording of the text in particular. An opinion on 
the handling of the BYHAND variable from the FTPMasters would be appreciated 
too 
(should BYHAND be yes at each upload to unstable? at each "safe" upload? at 
each 
upload targetted to testing? only in stable-updates uploads, … ? ).

Cheers, and good night,

OdyX

-- 
Didier Raboud, proud Debian Developer.
CH-1020 Renens
o...@debian.org
commit 4d0799d87332ae7da85a8a35d62507f106971dcb
Author: Didier Raboud <o...@debian.org>
Date:   Tue Jan 18 01:58:32 2011 +0100

    Add a dpkg-distaddfile byhand call to install win32-loader-standalone.exe as win32-loader.exe on the mirrors.

diff --git a/debian/rules b/debian/rules
index 73582af..39215fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+# Install the win32-loader-standalone.exe as debian/tools/win32-loader.exe on the mirrors
+BYHAND ?= yes
+
 %:
 	dh $@
 
@@ -13,3 +16,13 @@ override_dh_auto_build:
 override_dh_auto_clean:
 	dh_auto_clean
 	rm -f win32-loader-standalone.exe
+
+override_dh_builddeb:
+	dh_builddeb
+ifeq ($(BYHAND),yes)
+	cp win32-loader-standalone.exe ../win32-loader.exe
+	dpkg-distaddfile win32-loader.exe byhand -
+	cp debian/win32-loader_doc.txt ../win32-loader.txt
+	cat debian/copyright >> ../win32-loader.txt
+	dpkg-distaddfile win32-loader.txt byhand -
+endif
diff --git a/debian/win32-loader_doc.txt b/debian/win32-loader_doc.txt
new file mode 100644
index 0000000..561d853
--- /dev/null
+++ b/debian/win32-loader_doc.txt
@@ -0,0 +1,31 @@
+===== Win32-Loader =====
+
+== What is Win32-Loader? ==
+
+win32-loader is a component of the Debian-Installer that runs on Windows and
+has the ability to load the actual installer either from the network or from
+CD-ROM media (as in the version included in the official CD images).
+
+This executable is the standalone flavour, which downloads the Debian
+Installer from official Debian mirrors.
+
+== How does it work? ==
+
+After a GPL license acceptance, the executable prompts the user for some
+options and tries to get defaults from the Windows environment. It then
+downloads the official Debian installer and kernel from the official Debian
+mirrors. It puts them in a Windows directory and safely modifies the Windows
+bootloader to enable a choice between the legacy Windows installation and the
+Debian installer at boot time.
+
+Then, on the next reboot, the user can choose to continue the installation of
+Debian. The installation will be run using the defaults gathered from the
+runtime analysis and user prompting.
+
+== Removal ==
+
+When win32-loader.exe is uninstalled, it removes the Debian-Installer image
+and kernel and restores the Windows bootloader settings.
+
+== Authors and licensing ==
+

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to