[26154] in Source-Commits
Re: /svn/athena r25421 r25422 -
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Tue Oct 25 14:09:09 2011
Date: Tue, 25 Oct 2011 14:09:04 -0400 (EDT)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201110241652.p9OGqYNk012883@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1110251408060.882@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
On Mon, 24 Oct 2011, Jonathan D Reed wrote:
> Author: jdreed
> Date: 2011-10-24 12:52:34 -0400 (Mon, 24 Oct 2011)
> New Revision: 25422
>
> Modified:
> trunk/debathena/meta/workstation/debian/rules
> Log:
>
>
> Modified: trunk/debathena/meta/workstation/debian/rules
> ===================================================================
> --- trunk/debathena/meta/workstation/debian/rules 2011-10-24 15:39:21 UTC (rev 25421)
> +++ trunk/debathena/meta/workstation/debian/rules 2011-10-24 16:52:34 UTC (rev 25422)
> @@ -2,7 +2,7 @@
>
> # texlive-bin 2009-10 finally respects local paper size
>
> -TEXLIVE_BIN_VERSION = $(shell apt-cache policy thunderbird 2>/dev/null | awk '/^ Candidate/ { print $$2 }' | fgrep -vx '(none)')
> +TEXLIVE_BIN_VERSION = $(shell apt-cache policy texlive-binaries 2>/dev/null | awk '/^ Candidate/ { print $$2 }' | fgrep -vx '(none)')
> TEXLIVE_2009_11 = $(shell dpkg --compare-versions '$(TEXLIVE_BIN_VERSION)' ge '2009-10~' && echo y)
>
> ifneq ($(TEXLIVE_2009_11),y)
ACK 25421 and 254222 (but the variable should more correctly be
TEXLIVE_2009_10)
-Ben