[28462] in Source-Commits

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

machtype commit: Make openafs-client a build-dep, not a runtime dep

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Mon Nov 3 08:27:17 2014

Date: Mon, 3 Nov 2014 08:27:11 -0500
From: Jonathan D Reed <jdreed@mit.edu>
Message-Id: <201411031327.sA3DRBFr015921@drugstore.mit.edu>
To: source-commits@mit.edu

https://github.com/mit-athena/machtype/commit/5768338851f1a927930f467aa3dacd4cdf92f836
commit 5768338851f1a927930f467aa3dacd4cdf92f836
Author: Jonathan Reed <jdreed@mit.edu>
Date:   Thu Oct 30 12:21:58 2014 -0400

    Make openafs-client a build-dep, not a runtime dep
    
    Per (Trac: #1543), openafs-client was mistakenly converted to a
    Dependency in 10.5, when it should be a Build Dependency.  The
    postinst correctly checks for OpenAFS before attempting to set the
    sysname

 debian/changelog |    7 +++++++
 debian/control   |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 183e3d5..b4e5017 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debathena-machtype (10.5.4) unstable; urgency=low
+
+  * Make openafs-client a build-dep, not a runtime dependency, which it
+    was mistakenly converted to in 10.5 (Trac: #1543)
+
+ -- Jonathan Reed <jdreed@mit.edu>  Thu, 30 Oct 2014 12:21:45 -0400
+
 debathena-machtype (10.5.3) unstable; urgency=low
 
   * Depend on lsb-release (Trac: #1376)
diff --git a/debian/control b/debian/control
index 213758a..f469b72 100644
--- a/debian/control
+++ b/debian/control
@@ -5,12 +5,12 @@ Maintainer: Debathena Project <debathena@mit.edu>
 Build-Depends: debhelper,
  lsb-release,
  python-minimal (>= 2.6~),
+ openafs-client (>= 1.4.12+dfsg-3~),
 Standards-Version: 3.9.3
 
 Package: debathena-machtype
 Architecture: any
-Depends: openafs-client (>= 1.4.12+dfsg-3~),
- lsb-release,
+Depends: lsb-release,
  ${shlibs:Depends},
  ${misc:Depends}
 Description: Print Athena machine type to standard output

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