[26946] in Source-Commits
Re: /svn/athena r25841 - trunk/debathena/third/openafs
daemon@ATHENA.MIT.EDU (Jonathan Reed)
Fri Mar 8 11:42:51 2013
Mime-Version: 1.0 (Apple Message framework v1084)
Content-Type: text/plain; charset=us-ascii
From: Jonathan Reed <jdreed@MIT.EDU>
In-Reply-To: <alpine.GSO.1.10.1303072255250.9389@multics.mit.edu>
Date: Fri, 8 Mar 2013 11:42:42 -0500
Cc: source-commits@MIT.EDU
Message-Id: <6D781151-3E63-4BB1-9F7F-98D7B14F7569@MIT.EDU>
To: Benjamin Kaduk <kaduk@MIT.EDU>
Content-Transfer-Encoding: 8bit
On Mar 7, 2013, at 10:55 PM, Benjamin Kaduk wrote:
> ACK, though I don't immediately understand why we reset image_mpkg as well as hdr_mpkg.
The idea is that the dependencies match each other. If we didn't, we'd end up with:
Package: openafs-modules-686
Depends: linux-image-686, linux-headers-2.6-686
which seems wrong. I'm interpreting linux-image-686 as an "alias" of linux-image-2.6-686, and dealing appropriately. This way, if linux-image-686 suddenly starts providing a 3.2 kernel, there won't be a headers/image mismatch (the person who installed openafs-modules-686 would have a 2.6 image and 2.6 headers).
-Jon