yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #07627
[SCM] Yet Another Dynamic Engine. Platform for discrete element modeling. branch, master, updated. upstream/0.60.2-60-g39140b0
The following commit has been merged in the master branch:
commit b045d3b147fcc15e237f6e5d2c3f206ca47de344
Author: Anton Gladky <gladky.anton@xxxxxxxxx>
Date: Wed May 11 19:32:14 2011 +0200
Move mencoder from "Depends" to "Recommends" to make yade installable on non-graphic systems
diff --git a/debian/control b/debian/control
index ea5850b..b0a00e9 100644
--- a/debian/control
+++ b/debian/control
@@ -22,8 +22,9 @@ Standards-Version: 3.9.2
Package: yade-0.60
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-numpy, ipython,
- python-matplotlib, python-tk, python-qt4, python-xlib, mencoder, gnuplot, python-imaging,
+ python-matplotlib, python-tk, python-qt4, python-xlib, gnuplot, python-imaging,
libjs-jquery
+Recommends: mencoder
Description: Platform for discrete element modeling. Main optimized build
Yet Another Dynamic Engine.
.
--
Yet Another Dynamic Engine. Platform for discrete element modeling.