diff --git a/deb/build-debs.sh b/deb/build-debs.sh
index d242aac..fc45bc0 100755
|
a
|
b
|
cd $DIRECTORY/mythtv
|
| 166 | 166 | #these can be filled in potentially from external sources |
| 167 | 167 | [ -z "$GIT_MAJOR_RELEASE" ] && GIT_MAJOR_RELEASE=$(dpkg-parsechangelog | sed '/^Version/!d; s/.*[0-9]://; s/~.*//; s/+.*//' | awk -F. '{print $1 }') |
| 168 | 168 | [ -z "$GIT_MINOR_RELEASE_FIXES" ] && GIT_MINOR_RELEASE=$(dpkg-parsechangelog | sed '/^Version/!d; s/.*[0-9]://; s/~.*//; s/+.*//' | awk -F. '{print $2 }') |
| 169 | | [ -z "$DEBIAN_SUFFIX" ] && DEBIAN_SUFFIX=$(dpkg-parsechangelog | sed '/^Version/!d; s/.*-//;') |
| | 169 | [ -z "$DEBIAN_SUFFIX" ] && DEBIAN_SUFFIX='0ubuntu0' |
| 170 | 170 | [ -z "$DEBEMAIL" ] && export DEBEMAIL=$(whoami)@$(hostname) |
| 171 | 171 | [ -z "$DEBFULLNAME" ] && export DEBFULLNAME=$(whoami) |
| 172 | 172 | #these should always be parsed from the old changelog |
diff --git a/deb/debian/control b/deb/debian/control
index 7d87c37..3bd888f 100644
|
a
|
b
|
Depends: mythtv-common,
|
| 270 | 270 | libwww-perl, |
| 271 | 271 | libmyth-python, |
| 272 | 272 | python, |
| 273 | | python-imdbpy, |
| | 273 | python-imdbpy | python3-imdbpy, |
| 274 | 274 | libgles2-mesa-dev [armhf], |
| 275 | 275 | libegl1-mesa-dev [armhf], |
| 276 | 276 | Recommends: libmythtv-perl, python-imaging | python-pil, udisks2 | udisks |
diff --git a/deb/debian/control.in b/deb/debian/control.in
index 095cf17..e0b259a 100644
|
a
|
b
|
Depends: mythtv-common,
|
| 269 | 269 | libwww-perl, |
| 270 | 270 | libmyth-python, |
| 271 | 271 | python, |
| 272 | | python-imdbpy, |
| | 272 | python-imdbpy | python3-imdbpy, |
| 273 | 273 | libgles2-mesa-dev [armhf], |
| 274 | 274 | libegl1-mesa-dev [armhf], |
| 275 | 275 | Recommends: libmythtv-perl, python-imaging | python-pil, udisks2 | udisks |