source: trunk/debathena/meta/thirdparty-programming/debian/rules @ 25506

Revision 25506, 358 bytes checked in by jdreed, 12 years ago (diff)
In thirdparty-audio: * Demote xmcd to recommendation; gone as of precise In thirdparty-graphics: * Demote povray, sdr, and xprint-utils to recommendations * glutg3 is now called freeglut3 * libghc6 is now libghc In thirdparty-languages: * jython-gcj is now part of jython In thirdparty-libraries: * Stop depending on specific versions and depend on the generic -dev packages for libvtk, libginac, libcln, libitpp, libpari (including gmp3) and libboostc * vtk-tcl got renamed to tcl-vtk * libppl got a version boost * xulrunner-dev demoted to a recommendation In thirdparty-programming: * Ironpython is gone in Precise
  • Property svn:executable set to *
Line 
1#!/usr/bin/make -f
2
3HAVE_IRONPYTHON = $(shell apt-cache show ironpython 2>/dev/null | grep -q '^Version:' && echo y)
4
5ifeq ($(HAVE_IRONPYTHON),y)
6    binary-predeb/debathena-thirdparty-programming::
7        echo "debathena-maybe-ironpython=ironpython" >> debian/debathena-thirdparty-programming.substvars
8endif
9
10
11include /usr/share/cdbs/1/rules/debhelper.mk
Note: See TracBrowser for help on using the repository browser.