diff -Nru libreoffice-6.3.0~rc2+1/debian/changelog libreoffice-6.3.0~rc2+ds1/debian/changelog --- libreoffice-6.3.0~rc2+1/debian/changelog 2019-07-19 07:33:48.000000000 +0000 +++ libreoffice-6.3.0~rc2+ds1/debian/changelog 2019-07-19 07:33:48.000000000 +0000 @@ -1,4 +1,4 @@ -libreoffice (1:6.3.0~rc2+1-0ubuntu2~ppa13) eoan; urgency=medium +libreoffice (1:6.3.0~rc2+ds1-0ubuntu1~ppa1) eoan; urgency=medium * New upstream release candidate diff -Nru libreoffice-6.3.0~rc2+1/debian/rules libreoffice-6.3.0~rc2+ds1/debian/rules --- libreoffice-6.3.0~rc2+1/debian/rules 2019-07-19 07:33:48.000000000 +0000 +++ libreoffice-6.3.0~rc2+ds1/debian/rules 2019-07-19 07:33:48.000000000 +0000 @@ -972,11 +972,11 @@ BUILD_DEPS += , ant (>= 1.7.0)$(OOO_NO_JAVA_ARCHS), ant-optional (>= 1.7.0)$(OOO_NO_JAVA_ARCHS) else # report-builder is done in build-arch already - #ifneq (,$(filter jfreereport, $(SYSTEM_STUFF))) + ifneq (,$(filter jfreereport, $(SYSTEM_STUFF))) BUILD_DEPS += , ant (>= 1.6.5)$(OOO_NO_JAVA_ARCHS) - #else - #BUILD_DEPS_INDEP += , ant (>= 1.6.5)$(OOO_NO_JAVA_ARCHS) - #endif + else + BUILD_DEPS_INDEP += , ant (>= 1.6.5)$(OOO_NO_JAVA_ARCHS) + endif endif JAVA_RUNTIME_DEPENDS = default-jre ifneq (,$(filter $(DEB_HOST_ARCH), $(OOO_OPENJDK_ARCHS)))