diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2017-10-05 14:44:33 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2017-10-06 08:38:31 +0200 |
| commit | 5a67d0f46db35d0db374b3ebbf80512cb0a77148 (patch) | |
| tree | 0773e7372e879f856d5e0c21c5d3535bd81fea1f /build.xml | |
| parent | 1e000f72c278fd93a2e2cf8d831092402cfcc1d9 (diff) | |
| parent | 8002e5e5e8b0cfcff249e2a137e4d875f255c7d1 (diff) | |
Fixed Travis configuration for Debian package building task
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -788,7 +788,7 @@ <delete dir="${release_mac}" failonerror="false" verbose="false" /> </target> - <!-- to use the deb command the following debian packages must be installed: dpkg-dev debhelper m4 --> + <!-- to use the deb command the following debian packages must be installed: dpkg-dev debhelper m4 fakeroot --> <target name="deb" depends="init" description="Creates a debian package"> <!-- replacing the old with the new revision number --> <replaceregexp file="debian/changelog" |
