Revision 25506,
358 bytes
checked in by jdreed, 11 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
*
|
Rev | Line | |
---|
[25298] | 1 | #!/usr/bin/make -f |
---|
| 2 | |
---|
[25506] | 3 | HAVE_IRONPYTHON = $(shell apt-cache show ironpython 2>/dev/null | grep -q '^Version:' && echo y) |
---|
| 4 | |
---|
| 5 | ifeq ($(HAVE_IRONPYTHON),y) |
---|
| 6 | binary-predeb/debathena-thirdparty-programming:: |
---|
| 7 | echo "debathena-maybe-ironpython=ironpython" >> debian/debathena-thirdparty-programming.substvars |
---|
| 8 | endif |
---|
| 9 | |
---|
| 10 | |
---|
[25298] | 11 | include /usr/share/cdbs/1/rules/debhelper.mk |
---|
Note: See
TracBrowser
for help on using the repository browser.