]> eyrie.org Git - kerberos/sident.git/commitdiff
Put things into the right sections, lower the priority of the -dev
authorRuss Allbery <rra@stanford.edu>
Fri, 15 Apr 2005 03:30:40 +0000 (03:30 +0000)
committerRuss Allbery <rra@stanford.edu>
Fri, 15 Apr 2005 03:30:40 +0000 (03:30 +0000)
package, and add homepage links per the developer's reference.

debian/control

index 3deea8d36f00a9d2a8d52917b6e30daeb3d20983..39818adaec01dde392c72acfd9da255014f43bb4 100644 (file)
@@ -16,8 +16,11 @@ Description: Authenticate to network services via S/Ident
  authentication.  Currently, only Kerberos v4 and Kerberos v5 GSS-API
  authentication are supported.  sidentd can also optionally serve as a
  conventional ident responder.
+ .
+ Homepage: http://www.eyrie.org/~eagle/software/sident/
 
 Package: libsident0
+Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
 Description: Shared libraries to do S/Ident authentication
@@ -31,8 +34,12 @@ Description: Shared libraries to do S/Ident authentication
  for that.
  .
  This package contains the shared library.
+ .
+ Homepage: http://www.eyrie.org/~eagle/software/sident/
 
 Package: libsident0-dev
+Section: libdevel
+Priority: extra
 Architecture: any
 Depends: libsident0 (= ${Source-Version}), libkrb5-dev
 Description: Development files to do S/Ident authentication
@@ -47,8 +54,11 @@ Description: Development files to do S/Ident authentication
  .
  This package contains the symlinks, headers, and static library needed to
  compile and link programs that use libsident.
+ .
+ Homepage: http://www.eyrie.org/~eagle/software/sident/
 
 Package: libnet-sident-perl
+Section: perl
 Architecture: any
 Depends: ${shlibs:Depends}, ${perl:Depends}
 Description: Perl library to do S/Ident authentication
@@ -60,4 +70,6 @@ Description: Perl library to do S/Ident authentication
  access to an appropriate srvtab or keytab.  In a pinch, this library can
  also be used to send normal ident queries, but there are better libraries
  for that.
+ .
+ Homepage: http://www.eyrie.org/~eagle/software/sident/