[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#856430: marked as done (unblock android-sdk-meta/25.0.0+3)



Your message dated Fri, 10 Mar 2017 22:15:11 +0000
with message-id <E1cmSoZ-0002jF-Fo@respighi.debian.org>
and subject line unblock android-sdk-meta
has caused the Debian Bug report #856430,
regarding unblock android-sdk-meta/25.0.0+3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
856430: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856430
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package: android-sdk-meta

Support for some common devices was missing  in 25.0.0+1 (#814056).
This also fixes another usability bugs with the SDK license handling
that was not reported to the bug tracker.

Attached is the source debdiff.



diff --git a/51-android.rules b/51-android.rules
index 0a886c4..86a7641 100644
--- a/51-android.rules
+++ b/51-android.rules
@@ -20,6 +20,9 @@ SUBSYSTEM=="usb", ATTR{idVendor}=="109b", MODE="0664", GROUP="plugdev"
 SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", MODE="0664", GROUP="plugdev"
 #Huawei
 SUBSYSTEM=="usb", ATTR{idVendor}=="12d1", MODE="0664", GROUP="plugdev"
+#Intel
+SUBSYSTEM=="usb", ATTR{idVendor}=="8087", ATTR{idProduct}=="09ef", MODE="0664", GROUP="plugdev"
+SUBSYSTEM=="usb", ATTR{idVendor}=="8087", ATTR{idProduct}=="0a16", MODE="0664", GROUP="plugdev"
 #K-Touch
 SUBSYSTEM=="usb", ATTR{idVendor}=="24e3", MODE="0664", GROUP="plugdev"
 #KT Tech
diff --git a/debian/android-sdk-common.install b/debian/android-sdk-common.install
index 0682357..cd7d16c 100644
--- a/debian/android-sdk-common.install
+++ b/debian/android-sdk-common.install
@@ -1 +1,2 @@
+licenses  usr/lib/android-sdk
 tools/*   usr/lib/android-sdk/tools
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index b5d2220..9ccd4a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+android-sdk-meta (25.0.0+3) unstable; urgency=medium
+
+  * udev rules for Intel tablets (Closes: #814056)
+
+ -- Hans-Christoph Steiner <hans@eds.org>  Tue, 28 Feb 2017 23:48:27 +0100
+
+android-sdk-meta (25.0.0+2) unstable; urgency=medium
+
+  * Install licenses directory in android-sdk-common
+
+ -- Kai-Chung Yan <seamlikok@gmail.com>  Tue, 07 Feb 2017 22:38:05 +0800
+
 android-sdk-meta (25.0.0+1) unstable; urgency=medium
 
   * Add package.xml for Build-tools and Platform-tools
diff --git a/debian/control b/debian/control
index 6bc72ca..b285ed2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: metapackages
 Priority: optional
 Maintainer: Android Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
 Uploaders: Kai-Chung Yan <seamlikok@gmail.com>,
-           Chirayu Desai <chirayudesai1@gmail.com>
+           Chirayu Desai <chirayudesai1@gmail.com>,
+           Hans-Christoph Steiner <hans@eds.org>
 Build-Depends: debhelper (>= 10), dh-exec
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/android-tools/android-sdk-meta.git
diff --git a/debian/rules b/debian/rules
index 0e1ebfd..fc93c63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 export BUILD_TOOLS_VERSION = 24.0.0
 PLATFORM_TOOLS_VERSION = 24.0.0
-DEB_REVISION = +1
+DEB_REVISION = +2
 
 %:
 	dh $@

--- End Message ---
--- Begin Message ---
Unblocked.

--- End Message ---

Reply to: