diff --git a/deb/debian/control b/deb/debian/control
index a044694..f879dab 100644
|
a
|
b
|
Build-Depends: debhelper (>= 9),
|
| 97 | 97 | libbluray-dev, |
| 98 | 98 | libxnvctrl-dev, |
| 99 | 99 | liblzo2-dev, |
| 100 | | libhdhomerun-dev |
| | 100 | libhdhomerun-dev, |
| | 101 | libminizip-dev |
| 101 | 102 | |
| 102 | 103 | Package: mythtv |
| 103 | 104 | Architecture: all |
| … |
… |
Architecture: any
|
| 408 | 409 | Depends: mythtv-frontend (>= ${binary:Version}), |
| 409 | 410 | python, |
| 410 | 411 | ${shlibs:Depends}, |
| 411 | | ${misc:Depends} |
| | 412 | ${misc:Depends}, |
| | 413 | minizip |
| 412 | 414 | Description: Emulator & PC Game frontend module for MythTV |
| 413 | 415 | MythGame can be used as a frontend to start any emulator that your host OS |
| 414 | 416 | runs. |
diff --git a/deb/debian/control.in b/deb/debian/control.in
index a044694..f879dab 100644
|
a
|
b
|
Build-Depends: debhelper (>= 9),
|
| 97 | 97 | libbluray-dev, |
| 98 | 98 | libxnvctrl-dev, |
| 99 | 99 | liblzo2-dev, |
| 100 | | libhdhomerun-dev |
| | 100 | libhdhomerun-dev, |
| | 101 | libminizip-dev |
| 101 | 102 | |
| 102 | 103 | Package: mythtv |
| 103 | 104 | Architecture: all |
| … |
… |
Architecture: any
|
| 408 | 409 | Depends: mythtv-frontend (>= ${binary:Version}), |
| 409 | 410 | python, |
| 410 | 411 | ${shlibs:Depends}, |
| 411 | | ${misc:Depends} |
| | 412 | ${misc:Depends}, |
| | 413 | minizip |
| 412 | 414 | Description: Emulator & PC Game frontend module for MythTV |
| 413 | 415 | MythGame can be used as a frontend to start any emulator that your host OS |
| 414 | 416 | runs. |