[Pkg-tcltk-commits] r1615 - tcltk-defaults/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Thu May 15 08:11:33 UTC 2014
Author: sgolovan
Date: 2014-05-15 08:11:33 +0000 (Thu, 15 May 2014)
New Revision: 1615
Modified:
tcltk-defaults/trunk/debian/changelog
tcltk-defaults/trunk/debian/control
tcltk-defaults/trunk/debian/control.in
Log:
[tcltk-defaults]
* Added ghostscript to the build dependencies.
Modified: tcltk-defaults/trunk/debian/changelog
===================================================================
--- tcltk-defaults/trunk/debian/changelog 2014-05-15 07:56:54 UTC (rev 1614)
+++ tcltk-defaults/trunk/debian/changelog 2014-05-15 08:11:33 UTC (rev 1615)
@@ -7,8 +7,9 @@
packages (closes: #738130).
* Removed subversion from the build dependencies list.
* Removed long gone tetex from the build dependencies list.
+ * Added ghostscript to the build dependencies.
- -- Sergei Golovan <sgolovan at debian.org> Thu, 15 May 2014 07:39:56 +0000
+ -- Sergei Golovan <sgolovan at debian.org> Thu, 15 May 2014 08:11:08 +0000
tcltk-defaults (8.6.0+8) unstable; urgency=low
Modified: tcltk-defaults/trunk/debian/control
===================================================================
--- tcltk-defaults/trunk/debian/control 2014-05-15 07:56:54 UTC (rev 1614)
+++ tcltk-defaults/trunk/debian/control 2014-05-15 08:11:33 UTC (rev 1615)
@@ -7,7 +7,8 @@
Build-Depends-Indep: debiandoc-sgml <!profile.stage1>,
texlive-fonts-recommended <!profile.stage1>,
texlive-latex-extra <!profile.stage1>,
- texlive-latex-recommended <!profile.stage1>
+ texlive-latex-recommended <!profile.stage1>,
+ ghostscript <!profile.stage1>
Standards-Version: 3.9.5
Package: tcl
Modified: tcltk-defaults/trunk/debian/control.in
===================================================================
--- tcltk-defaults/trunk/debian/control.in 2014-05-15 07:56:54 UTC (rev 1614)
+++ tcltk-defaults/trunk/debian/control.in 2014-05-15 08:11:33 UTC (rev 1615)
@@ -7,7 +7,8 @@
Build-Depends-Indep: debiandoc-sgml <!profile.stage1>,
texlive-fonts-recommended <!profile.stage1>,
texlive-latex-extra <!profile.stage1>,
- texlive-latex-recommended <!profile.stage1>
+ texlive-latex-recommended <!profile.stage1>,
+ ghostscript <!profile.stage1>
Standards-Version: 3.9.5
Package: tcl
More information about the Pkg-tcltk-commits
mailing list