google / sagetv

SageTV is a cross-platform networked DVR and media management system
http://forums.sagetv.com/
Apache License 2.0
267 stars 174 forks source link

Debian packaging has missing and out of date dependencies #393

Closed skiingwiz closed 5 years ago

skiingwiz commented 5 years ago

The debian packages have missing and out of date dependencies. Both the client and the server list java5-runtime and java5-sdk. Since the minimum version of Java for the codebase is now Java 7, those should be updated to java7-runtime and java7-sdk.

In addition, there are some things that are definite dependencies that aren't listed. The thing that caught my eye is net-tools, which provides ifconfig. My laptop kubuntu didn't install that by default, which lead to my client reporting a MAC address of all zeros.

I'm happy to make and test the changes. I've opened the issue to see if there are other missing dependencies that anyone knows about.