Package: src:android-sdk-meta
Version: 24.3.3+1
Severity: serious
Tags: sid stretch

Looking at https://tracker.debian.org/pkg/android-sdk-meta

excuses:
11 days old (needed 5 days)
android-sdk-build-tools/amd64 unsatisfiable Depends: android-sdk-build-tools-common (= 24.3.3+1) android-sdk-platform-tools/amd64 unsatisfiable Depends: android-sdk-platform-tools-common (= 24.3.3+1) android-sdk-build-tools/i386 unsatisfiable Depends: android-sdk-build-tools-common (= 24.3.3+1) android-sdk-platform-tools/i386 unsatisfiable Depends: android-sdk-platform-tools-common (= 24.3.3+1)
Invalidated by dependency
Not considered
Depends: android-sdk-meta android-platform-dalvik (not considered)
Depends: android-sdk-meta android-platform-development
Depends: android-sdk-meta android-platform-frameworks-base (not considered)
Depends: android-sdk-meta android-platform-system-core (not considered)

looks like the debian/rules file didn't update

export BUILD_TOOLS_VERSION = 23.0.2
PLATFORM_TOOLS_VERSION = 23.0.0
[...]
override_dh_gencontrol:
        dh_gencontrol
        dh_gencontrol -pandroid-sdk-platform-tools -- 
-v$(PLATFORM_TOOLS_VERSION)+1
dh_gencontrol -pandroid-sdk-platform-tools-common -- -v$(PLATFORM_TOOLS_VERSION)+1
        dh_gencontrol -pandroid-sdk-build-tools -- -v$(BUILD_TOOLS_VERSION)+1
dh_gencontrol -pandroid-sdk-build-tools-common -- -v$(BUILD_TOOLS_VERSION)+1


On the other hand, I don't see what people are trying to achieve with this different version setup.

Reply via email to