[26214] in Source-Commits
Re: /svn/athena r25457 -
daemon@ATHENA.MIT.EDU (Liz Denys)
Tue Mar 20 13:24:19 2012
Date: Tue, 20 Mar 2012 13:24:17 -0400 (EDT)
From: Liz Denys <lizdenys@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201203201722.q2KHMUcD012541@drugstore.mit.edu>
Message-ID: <alpine.DEB.2.00.1203201323500.14617@tyger.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
ACK
--
Liz A. Denys
On Tue, 20 Mar 2012, Jonathan D Reed wrote:
> Date: Tue, 20 Mar 2012 13:22:30 -0400
> From: Jonathan D Reed <jdreed@MIT.EDU>
> To: source-commits@mit.edu
> Subject: /svn/athena r25457 - trunk/debathena/meta/thirdparty-graphics/debian
>
> Author: jdreed
> Date: 2012-03-20 13:22:30 -0400 (Tue, 20 Mar 2012)
> New Revision: 25457
>
> Modified:
> trunk/debathena/meta/thirdparty-graphics/debian/changelog
> trunk/debathena/meta/thirdparty-graphics/debian/rules
> Log:
> In thirdparty-graphics:
> * Don't typo the substvars filename in the rules file
>
>
> Modified: trunk/debathena/meta/thirdparty-graphics/debian/changelog
> ===================================================================
> --- trunk/debathena/meta/thirdparty-graphics/debian/changelog 2012-03-06 16:53:50 UTC (rev 25456)
> +++ trunk/debathena/meta/thirdparty-graphics/debian/changelog 2012-03-20 17:22:30 UTC (rev 25457)
> @@ -1,3 +1,9 @@
> +debathena-thirdparty-graphics (1.1.1) unstable; urgency=low
> +
> + * Don't typo the substvars filename in the rules file
> +
> + -- Jonathan Reed <jdreed@mit.edu> Tue, 20 Mar 2012 13:22:17 -0400
> +
> debathena-thirdparty-graphics (1.1) unstable; urgency=low
>
> * Add graphviz and xdot (the latter only when available)
>
> Modified: trunk/debathena/meta/thirdparty-graphics/debian/rules
> ===================================================================
> --- trunk/debathena/meta/thirdparty-graphics/debian/rules 2012-03-06 16:53:50 UTC (rev 25456)
> +++ trunk/debathena/meta/thirdparty-graphics/debian/rules 2012-03-20 17:22:30 UTC (rev 25457)
> @@ -4,7 +4,7 @@
>
> ifeq ($(HAVE_XDOT),y)
> binary-predeb/debathena-thirdparty-graphics::
> - echo "debathena-maybe-xdot=xdot" >> debian/debathena-thirdparty-graphics .substvars
> + echo "debathena-maybe-xdot=xdot" >> debian/debathena-thirdparty-graphics.substvars
> endif
>
> include /usr/share/cdbs/1/rules/debhelper.mk
>
>