Initial commit.

This commit is contained in:
Jonathan Harker 2012-09-28 02:24:04 +01:00
commit 0658661220
25 changed files with 1104 additions and 0 deletions

27
debian/templates vendored Normal file
View file

@ -0,0 +1,27 @@
Template: positiveinternet-userpackage/use_existing_username
Type: boolean
Default: true
Description: Use existing user account
If an account exists for one of the users in your use list, this
package can install itself to manage that account, allowing you
to upgrade (e.g.) keys, in place, at some point in the future.
Template: positiveinternet-userpackage/overwrite_local_files
Type: boolean
Default: true
Description: Overwrite local files from package
Some files are delivered with this package (.vimrc, .bashrc, ...)
and may be overwritten by updates to the package.
.
Select "No" if you don't want that to happen.
Template: positiveinternet-userpackage/remove_on_purge
Type: boolean
Default: true
Description: Remove account on purge
When this packages is de-installed, the account will be locked
with the files only accessible to "root".
.
Normally the account is completely destroyed when the package
is purged, but you can disable that by selecting "No" here.