Fixed Travis configuration for Debian package building task

pull/135/head
luccioman 7 years ago
commit 5a67d0f46d

@ -11,10 +11,10 @@ jdk:
sudo: true
# Installing ghostscript (optional imagemagick dependency) is required for Html2ImageTest to run
# dpkg-dev debhelper m4 packages are required for the 'ant deb' task
# dpkg-dev,debhelper,m4 and fakeroot packages are required for the 'ant deb' task
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y ghostscript dpkg-dev debhelper m4
- sudo apt-get install -y ghostscript dpkg-dev debhelper m4 fakeroot
install:
- cd libbuild && MAVEN_OPTS="-Xmx6g -Xms2g" mvn clean install && cd ..

@ -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"

Loading…
Cancel
Save