Index: debian_installer/README =================================================================== diff -u -r209fecfc461929b9929daf15f33234efff6c8567 -ra5912e828432cb30ee38be787037b8e15085ca82 --- debian_installer/README (.../README) (revision 209fecfc461929b9929daf15f33234efff6c8567) +++ debian_installer/README (.../README) (revision a5912e828432cb30ee38be787037b8e15085ca82) @@ -54,4 +54,22 @@ 14. sudo dpkg-buildpackage -S -sa (add '-kxxxxxxxx' if you have a gpg key to sign it) - this will create a source package in the parent folder 15. sudo dpkg-buildpackage -b (add '-kxxxxxxxx' if you want to sign it) - this - will create the binary .deb in the parent folder \ No newline at end of file + will create the binary .deb in the parent folder + + +Reference +--------- +Debian new maintainer's guide: +http://www.debian.org/doc/manuals/maint-guide/ + +Official Debian packaging policy: +http://www.debian.org/doc/debian-policy/ + +Nice diagrams indicating how maintenance scripts are used: +http://women.debian.org/wiki/English/MaintainerScripts + +Debconf tutorial: +http://www.fifi.org/doc/debconf-doc/tutorial.html + +Filesystem hierarchy standard: +http://www.pathname.com/fhs/