[23301] in Source-Commits
/svn/athena r22960 - trunk/debathena/config/ssh-server-config/debian
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Sun May 4 21:56:57 2008
Date: Sun, 4 May 2008 21:56:25 -0400 (EDT)
From: tabbott@MIT.EDU
Message-Id: <200805050156.VAA04526@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: tabbott
Date: 2008-05-04 21:56:23 -0400 (Sun, 04 May 2008)
New Revision: 22960
Modified:
trunk/debathena/config/ssh-server-config/debian/changelog
trunk/debathena/config/ssh-server-config/debian/control
trunk/debathena/config/ssh-server-config/debian/control.in
Log:
In ssh-server-config:
* remove debathena-pam-config dependency. Running an ssh server
configured to do GSSAPI should not require running our PAM
configuration (e.g. sipb-xen and scripts might find this useful).
Modified: trunk/debathena/config/ssh-server-config/debian/changelog
===================================================================
--- trunk/debathena/config/ssh-server-config/debian/changelog 2008-05-04 19:59:09 UTC (rev 22959)
+++ trunk/debathena/config/ssh-server-config/debian/changelog 2008-05-05 01:56:23 UTC (rev 22960)
@@ -1,3 +1,11 @@
+debathena-ssh-server-config (1.3) unstable; urgency=low
+
+ * remove debathena-pam-config dependency. Running an ssh server
+ configured to do GSSAPI should not require running our PAM
+ configuration (e.g. sipb-xen and scripts might find this useful).
+
+ -- Tim Abbott <tabbott@mit.edu> Sun, 04 May 2008 21:53:37 -0400
+
debathena-ssh-server-config (1.2) unstable; urgency=low
* Convert to use config-package.mk interface, new in config-package-
Modified: trunk/debathena/config/ssh-server-config/debian/control
===================================================================
--- trunk/debathena/config/ssh-server-config/debian/control 2008-05-04 19:59:09 UTC (rev 22959)
+++ trunk/debathena/config/ssh-server-config/debian/control 2008-05-05 01:56:23 UTC (rev 22960)
@@ -7,7 +7,7 @@
Package: debathena-ssh-server-config
Architecture: all
-Depends: debathena-pam-config, openssh-server (>= 1:4.3) | ssh-krb5, ${misc:Depends}
+Depends: openssh-server (>= 1:4.3) | ssh-krb5, ${misc:Depends}
Provides: ${diverted-files}
Conflicts: debathena-sshd-config (<< 1.0), ${diverted-files}
Replaces: debathena-sshd-config (<< 1.0)
Modified: trunk/debathena/config/ssh-server-config/debian/control.in
===================================================================
--- trunk/debathena/config/ssh-server-config/debian/control.in 2008-05-04 19:59:09 UTC (rev 22959)
+++ trunk/debathena/config/ssh-server-config/debian/control.in 2008-05-05 01:56:23 UTC (rev 22960)
@@ -7,7 +7,7 @@
Package: debathena-ssh-server-config
Architecture: all
-Depends: debathena-pam-config, openssh-server (>= 1:4.3) | ssh-krb5, ${misc:Depends}
+Depends: openssh-server (>= 1:4.3) | ssh-krb5, ${misc:Depends}
Provides: ${diverted-files}
Conflicts: debathena-sshd-config (<< 1.0), ${diverted-files}
Replaces: debathena-sshd-config (<< 1.0)