[24069] in Source-Commits
/svn/athena r23673 - trunk/debathena/config/tex-config/debian
daemon@ATHENA.MIT.EDU (Evan Broder)
Sun Mar 29 20:14:49 2009
X-Barracuda-Envelope-From: broder@mit.edu
Date: Sun, 29 Mar 2009 20:14:19 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200903300014.n2U0EJVP028166@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-03-29 20:14:19 -0400 (Sun, 29 Mar 2009)
New Revision: 23673
Modified:
trunk/debathena/config/tex-config/debian/changelog
trunk/debathena/config/tex-config/debian/control.in
Log:
In tex-config:
* Don't actually depend on TeX - if it's installed, we'll configure it.
Modified: trunk/debathena/config/tex-config/debian/changelog
===================================================================
--- trunk/debathena/config/tex-config/debian/changelog 2009-03-29 23:54:00 UTC (rev 23672)
+++ trunk/debathena/config/tex-config/debian/changelog 2009-03-30 00:14:19 UTC (rev 23673)
@@ -1,3 +1,9 @@
+debathena-tex-config (1.1) unstable; urgency=low
+
+ * Don't actually depend on TeX - if it's installed, we'll configure it.
+
+ -- Evan Broder <broder@mit.edu> Sun, 29 Mar 2009 20:14:10 -0400
+
debathena-tex-config (1.0) unstable; urgency=low
* Initial Release.
Modified: trunk/debathena/config/tex-config/debian/control.in
===================================================================
--- trunk/debathena/config/tex-config/debian/control.in 2009-03-29 23:54:00 UTC (rev 23672)
+++ trunk/debathena/config/tex-config/debian/control.in 2009-03-30 00:14:19 UTC (rev 23673)
@@ -7,7 +7,7 @@
Package: debathena-tex-config
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, texlive-base-bin
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: TeX configuration for Debathena
This package configures TeX for the Debathena system by defaulting to
letter paper for all TeX utilities.