[28374] in Source-Commits

home help back first fref pref prev next nref lref last post

cluster-login-config commit: Depend on debathena-ssh-server-config

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Aug 5 17:03:51 2014

Date: Tue, 5 Aug 2014 17:03:44 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201408052103.s75L3iwZ009345@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/cluster-login-config/commit/06ec46d7da160e24a226f59f790d9d2b7745bd14
commit 06ec46d7da160e24a226f59f790d9d2b7745bd14
Author: Jonathan Reed <jdreed@mit.edu>
Date:   Tue Aug 5 17:02:05 2014 -0400

    Depend on debathena-ssh-server-config
    
    Depend on debathena-ssh-server-config, since we invoke
    ssh's initscript in the postinst.
    
    Fun fact: This only worked in the past because of
    debathena-build-depends, which depended on debathena-ssh-server,
    which in turn depended on openssh-server.

 debian/changelog |    7 +++++++
 debian/control   |    1 +
 2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 56d2949..8e3d1ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debathena-cluster-login-config (1.44.2) unstable; urgency=low
+
+  * Depend on debathena-ssh-server-config, since we invoke the ssh
+    initscript in the postinst
+
+ -- Jonathan Reed <jdreed@mit.edu>  Tue, 05 Aug 2014 17:01:58 -0400
+
 debathena-cluster-login-config (1.44.1) unstable; urgency=low
 
   * Use correct syntax in .mainstcript file
diff --git a/debian/control b/debian/control
index 78e1bd8..67e7a9d 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,7 @@ Depends: ${misc:Depends},
  sudo (>= 1.7.2p1-1~),
  dconf-cli | dconf-tools,
  debathena-dconf-config,
+ debathena-ssh-server-config,
 Provides: ${diverted-files}
 Conflicts: ${diverted-files}
 Breaks: debathena-reactivate (<< 2~)

home help back first fref pref prev next nref lref last post