summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2017-10-05 14:44:33 +0200
committerluccioman <luccioman@users.noreply.github.com>2017-10-06 08:38:31 +0200
commit5a67d0f46db35d0db374b3ebbf80512cb0a77148 (patch)
tree0773e7372e879f856d5e0c21c5d3535bd81fea1f /build.xml
parent1e000f72c278fd93a2e2cf8d831092402cfcc1d9 (diff)
parent8002e5e5e8b0cfcff249e2a137e4d875f255c7d1 (diff)
Fixed Travis configuration for Debian package building task
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index ee11222c0..15355c7c2 100644
--- a/build.xml
+++ b/build.xml
@@ -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"