Hi Probably something like the following should do the trick:
--- openjdk-6-6b27-1.12.6/debian/rules +++ openjdk-6-6b27-1.12.6/debian/rules @@ -634,7 +634,7 @@ bd_gcc = g++-4.4, endif bd_syslibs = zlib1g-dev, -ifneq (,$(filter $(distrel),lenny squeeze oneiric natty maverick lucid karmic jaunty intrepid hardy gutsy feisty edgy dapper)) +ifneq (,$(filter $(distrel),lenny oneiric natty maverick lucid karmic jaunty intrepid hardy gutsy feisty edgy dapper)) bd_syslibs += libpng12-dev, libjpeg62-dev, else bd_syslibs += libpng-dev, libjpeg8-dev, The dependencies on the -headless package are then correctly also to libjpeg8. But no further tests done with the rebuilded package. Regards, Salvatore _______________________________________________ Mailing list: https://launchpad.net/~openjdk Post to : [email protected] Unsubscribe : https://launchpad.net/~openjdk More help : https://help.launchpad.net/ListHelp

