]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Update debian/control for new upstream release
authorBenjamin Kaduk <kaduk@mit.edu>
Sat, 10 Dec 2016 18:50:17 +0000 (13:50 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Sat, 10 Dec 2016 18:50:17 +0000 (13:50 -0500)
Libraries got SONAME bumps, kauth bits are gone (kpasswd and
pam stuff), and some new build-depends.

debian/control

index 2adc3f2712e7cf234f46ddfb293c29205c324251..85d26f27dd3547e4d2a9f8ca7c195efa7b52a397 100644 (file)
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9.20160114~), autoconf, automake, bison, comerr-dev
  cpio, flex, libfuse-dev, libkrb5-dev, libncurses5-dev,
  libpam0g-dev, libxml2-utils, perl, pkg-config, dh-systemd
 Build-Depends-Indep: dblatex, dkms (>= 2.1.1.1), docbook-xsl, doxygen (>= 1.8.4-1~),
- xsltproc
+ xsltproc, libtool, heimdal-multidev
 Standards-Version: 3.9.8
 Homepage: http://www.openafs.org/
 Vcs-Git: git://anonscm.debian.org/pkg-k5-afs/openafs.git
@@ -48,22 +48,6 @@ Description: AFS distributed file system experimental FUSE client
  started manually, but may be of interest in situations where read-only
  access is sufficient and the kernel module cannot be built.
 
-Package: openafs-kpasswd
-Priority: extra
-Architecture: alpha amd64 arm armel armhf i386 ia64 powerpc powerpcspe ppc64 s390 s390x sparc
-Depends: ${shlibs:Depends}, ${misc:Depends},
- openafs-client (= ${binary:Version})
-Conflicts: krb5-user, heimdal-clients, kerberos4kth-clients
-Description: AFS distributed filesystem old password changing
- AFS is a distributed filesystem allowing cross-platform sharing of
- files among multiple computers.  Facilities are provided for access
- control, authentication, backup and administrative management.
- .
- This package provides kpasswd and kas, utilities needed by the OpenAFS
- kaserver to create users and change passwords.  Only install this package
- if you are already using kaserver; generally you should not install this
- package for new cells or for cells using Kerberos v5.
-
 Package: openafs-fileserver
 Architecture: alpha amd64 arm armel armhf i386 ia64 powerpc powerpcspe ppc64 s390 s390x sparc
 Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.0-6), openafs-client
@@ -119,7 +103,7 @@ Description: AFS distributed filesystem Kerberos 5 integration
  from a Kerberos keytab, and ka-forwarder, a utility to forward kaserver
  requests to a KDC using fakeka.
 
-Package: libkopenafs1
+Package: libkopenafs2
 Section: libs
 Architecture: alpha amd64 arm armel armhf i386 ia64 powerpc ppc64 s390 s390x sparc
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -132,7 +116,7 @@ Description: AFS distributed file system runtime library (PAGs)
  manipulating AFS process authentication groups (PAGs).  It provides the
  a subset of the interface provided by the Heimdal libkafs library.
 
-Package: libafsauthent1
+Package: libafsauthent2
 Section: libs
 Architecture: alpha amd64 arm armel armhf i386 ia64 powerpc ppc64 s390 s390x sparc
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -144,7 +128,7 @@ Description: AFS distributed file system runtime library (authentication)
  This package provides the shared library implementing AFS client
  authentication and token management.
 
-Package: libafsrpc1
+Package: libafsrpc2
 Section: libs
 Architecture: alpha amd64 arm armel armhf i386 ia64 powerpc ppc64 s390 s390x sparc
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -161,8 +145,8 @@ Section: libdevel
 Priority: extra
 Architecture: alpha amd64 arm armel armhf i386 ia64 powerpc powerpcspe ppc64 s390 s390x sparc
 Depends: ${shlibs:Depends}, ${misc:Depends},
- libafsauthent1 (= ${binary:Version}), libafsrpc1 (= ${binary:Version}),
- libkopenafs1 (= ${binary:Version}),
+ libafsauthent2 (= ${binary:Version}), libafsrpc2 (= ${binary:Version}),
+ libkopenafs2 (= ${binary:Version}),
 Suggests: openafs-doc
 Conflicts: arla-dev, liblwp-dev
 Description: AFS distributed filesystem development libraries
@@ -201,19 +185,3 @@ Description: AFS distributed filesystem kernel module DKMS source
  .
  This package contains the source for the AFS kernel module, packaged with
  appropriate configuration for DKMS to build new modules dynamically.
-
-Package: libpam-openafs-kaserver
-Architecture: alpha amd64 arm armel armhf i386 ia64 powerpc powerpcspe ppc64 s390 s390x sparc
-Section: admin
-Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends},
- openafs-client (= ${binary:Version})
-Description: AFS distributed filesystem kaserver PAM module
- AFS is a distributed filesystem allowing cross-platform sharing of
- files among multiple computers.  Facilities are provided for access
- control, authentication, backup and administrative management.
- .
- This package provides a PAM module for existing  sites using the AFS
- kaserver for authentication.  New sites should use a Kerberos v5
- implementation, a Kerberos v5 PAM module such as libpam-krb5, and
- libpam-afs-session.