[26216] in Source-Commits
Re: /svn/athena r25458 -
daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Mon Mar 26 18:35:01 2012
Date: Mon, 26 Mar 2012 15:34:58 -0700 (PDT)
From: Geoffrey Thomas <geofft@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201203262234.q2QMYLJv022261@drugstore.mit.edu>
Message-ID: <alpine.DEB.2.02.1203261534560.5119@tyger.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
ACK
--
Geoffrey Thomas
geofft@mit.edu
On Mon, 26 Mar 2012, Jonathan D Reed wrote:
> Author: jdreed
> Date: 2012-03-26 18:34:20 -0400 (Mon, 26 Mar 2012)
> New Revision: 25458
>
> Modified:
> trunk/debathena/meta/thirdparty-graphics/debian/changelog
> trunk/debathena/meta/thirdparty-graphics/debian/rules
> Log:
> In thirdparty-graphics:
> * 8 spaces is not a tab.
>
>
> Modified: trunk/debathena/meta/thirdparty-graphics/debian/changelog
> ===================================================================
> --- trunk/debathena/meta/thirdparty-graphics/debian/changelog 2012-03-20 17:22:30 UTC (rev 25457)
> +++ trunk/debathena/meta/thirdparty-graphics/debian/changelog 2012-03-26 22:34:20 UTC (rev 25458)
> @@ -1,3 +1,9 @@
> +debathena-thirdparty-graphics (1.1.2) unstable; urgency=low
> +
> + * 8 spaces is not a tab.
> +
> + -- Jonathan Reed <jdreed@mit.edu> Mon, 26 Mar 2012 18:34:01 -0400
> +
> debathena-thirdparty-graphics (1.1.1) unstable; urgency=low
>
> * Don't typo the substvars filename in the rules file
>
> Modified: trunk/debathena/meta/thirdparty-graphics/debian/rules
> ===================================================================
> --- trunk/debathena/meta/thirdparty-graphics/debian/rules 2012-03-20 17:22:30 UTC (rev 25457)
> +++ trunk/debathena/meta/thirdparty-graphics/debian/rules 2012-03-26 22:34:20 UTC (rev 25458)
> @@ -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
>
>