This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository androidsdk-tools.
commit aa268532834360793aa2352fffb53fc9ed4170ff Author: Emmanuel Bourg <[email protected]> Date: Thu Jan 19 12:52:10 2017 +0100 Depend on adb instead of android-tools-adb (Closes: #851254) --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e847776..8e015a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ androidsdk-tools (22.2+git20130830~92d25d6-4) UNRELEASED; urgency=medium * Team upload. + * Depend on adb instead of android-tools-adb (Closes: #851254) * Build depend on libswt-gtk-4-java instead of libswt-gtk-3-java * Standards-Version updated to 3.9.8 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index e69471c..60c9c36 100644 --- a/debian/control +++ b/debian/control @@ -76,7 +76,7 @@ Package: libandroidsdk-ddmlib-java Section: java Architecture: all Depends: - android-tools-adb, + adb, ${java:Depends}, ${misc:Depends} Description: Library for communicaton with connected Android devices -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/androidsdk-tools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

