Package: android-platform-frameworks-data-binding
Version: 2.2.2-1
Severity: serious
Tags: patch
Dear maintainer,
the recent upload of android-platform-frameworks-data-binding
fails to build in Debian Sid with the following error message:
FAILURE: Build failed with an exception.
* What went wrong:
Could not resolve all dependencies for configuration
':dataBinding:compilerCommon:compileClasspath'.
Could not find com.android.tools:annotations:24.5.0.
Searched in the following locations:
file:/usr/share/maven-repo/com/android/tools/annotations/debian/annotations-debian.pom
file:/usr/share/maven-repo/com/android/tools/annotations/debian/annotations-debian.jar
Required by:
project :dataBinding:compilerCommon
(for a complete build log, see [1] from when it was synced to Ubuntu)
I was able to reproduce the issue on Debian Sid, but
after adding libandroid-tools-annotations-java as a build
dependency, the package built successfully. See the
attached patch. :)
[1]
https://launchpadlibrarian.net/299784631/buildlog_ubuntu-zesty-amd64.android-platform-frameworks-data-binding_2.2.2-1_BUILDING.txt.gz
--
mvh / best regards
Hans Joachim Desserud
http://desserud.org
diff --git a/debian/control b/debian/control
index 77c946c..e01dc6c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends: antlr4,
debhelper (>=9),
default-jdk-headless | default-jdk (>= 1:1.6),
gradle-debian-helper,
+ libandroid-tools-annotations-java,
libcommons-io-java,
libguava-java,
libjuniversalchardet-java,