[26213] in Source-Commits
/svn/athena r25457 - trunk/debathena/meta/thirdparty-graphics/debian
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Mar 20 13:22:32 2012
Date: Tue, 20 Mar 2012 13:22:30 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201203201722.q2KHMUcD012541@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
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