positiveinternet-userpackage/debian/README.debian
2012-09-28 02:30:23 +01:00

27 lines
868 B
Text

positiveinternet-userpackage for Debian
------------------------------------------
This package installs a user on a GNU/Linux system.
To build your own user package using this one as a base,
change to the top level directory of the source package and
run:
bin/clone-new-sysadmin
This will create a new source installation for the new user.
In this new source, copy your SSH public keys into the
ssh-keys subdirectory and any PGP keys into the gpg-keys
subdirectory. After that you can make any other modifications
in the skel directory (e.g. bashrc).
Once those are there you should be able to run:
make
to create a Debian package.
To create a new version of the package, use "debchange -i" to
increment the revision number, and comment on what the change
is that is being made.
Andrew McMillan <andrew@catalyst.net.nz>, Sun, 4 Apr 2004 22:02:51 +1200