diff --git a/deb/debian/control b/deb/debian/control
index 7bc3475..5ba658f 100644
|
a
|
b
|
Build-Depends: debhelper (>= 9),
|
| 98 | 98 | libxnvctrl-dev, |
| 99 | 99 | liblzo2-dev, |
| 100 | 100 | libxcb-shm0-dev, |
| 101 | | libhdhomerun-dev |
| | 101 | libhdhomerun-dev, |
| | 102 | libminizip-dev |
| 102 | 103 | |
| 103 | 104 | Package: mythtv |
| 104 | 105 | Architecture: all |
| … |
… |
Architecture: any
|
| 420 | 421 | Depends: mythtv-frontend (>= ${binary:Version}), |
| 421 | 422 | python3, |
| 422 | 423 | ${shlibs:Depends}, |
| 423 | | ${misc:Depends} |
| | 424 | ${misc:Depends}, |
| | 425 | minizip |
| 424 | 426 | Description: Emulator & PC Game frontend module for MythTV |
| 425 | 427 | MythGame can be used as a frontend to start any emulator that your host OS |
| 426 | 428 | runs. |
diff --git a/deb/debian/control.in b/deb/debian/control.in
index 7bc3475..5ba658f 100644
|
a
|
b
|
Build-Depends: debhelper (>= 9),
|
| 98 | 98 | libxnvctrl-dev, |
| 99 | 99 | liblzo2-dev, |
| 100 | 100 | libxcb-shm0-dev, |
| 101 | | libhdhomerun-dev |
| | 101 | libhdhomerun-dev, |
| | 102 | libminizip-dev |
| 102 | 103 | |
| 103 | 104 | Package: mythtv |
| 104 | 105 | Architecture: all |
| … |
… |
Architecture: any
|
| 420 | 421 | Depends: mythtv-frontend (>= ${binary:Version}), |
| 421 | 422 | python3, |
| 422 | 423 | ${shlibs:Depends}, |
| 423 | | ${misc:Depends} |
| | 424 | ${misc:Depends}, |
| | 425 | minizip |
| 424 | 426 | Description: Emulator & PC Game frontend module for MythTV |
| 425 | 427 | MythGame can be used as a frontend to start any emulator that your host OS |
| 426 | 428 | runs. |