diff options
author | Russ Allbery <rra@stanford.edu> | 2007-03-09 00:30:59 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-03-09 00:30:59 +0000 |
commit | df39a5c8acc53c14df6cba18682090d72c1f94f2 (patch) | |
tree | a798ec75e3f8c05c626ef3b50ce85d02fa9f31ea /debian/control | |
parent | af5baf462cf17cd53c7df44e6d63d95db2dcb266 (diff) |
Initial Debian build rules that just generate a kasetkey package.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b48b7e7 --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: wallet +Section: net +Priority: optional +Maintainer: Russ Allbery <rra@debian.org> +Build-Depends: debhelper (>= 4.0.0), libremctl-dev, libkrb5-dev, + libopenafs-dev +Standards-Version: 3.7.2 + +Package: kasetkey +Priority: extra +Architecture: i386 powerpc sparc alpha s390 ia64 hppa amd64 ppc64 +Depends: ${shlibs:Depends} +Description: Set AFS kaserver keys and generate srvtabs + kasetkey can create or delete principals in an AFS kaserver, randomize + or change the keys of principals, and generate srvtabs for principals. + It's intended for automated generation of service srvtabs and for + synchronization between Kerberos v5 keytabs and Kerberos v4 keys in an + AFS kaserver. It only works with an AFS kaserver KDC. |