Your message dated Wed, 15 Mar 2017 18:23:20 +0000
with message-id <e1codzw-0000co...@respighi.debian.org>
and subject line unblock android-sdk-meta
has caused the Debian Bug report #857616,
regarding unblock android-sdk-meta/25.0.0+5
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 ow...@bugs.debian.org
immediately.)
--
857616: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857616
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock
Please unblock package: android-sdk-meta
We had two little packaging glitches since 25.0.0+3, so please unblock
25.0.0+5
Here is the source diff (and attached):
$ debdiff android-sdk-meta_25.0.0+3.dsc android-sdk-meta_25.0.0+5.dsc
dpkg-source: warning: extracting unsigned source package
(/var/cache/pbuilder/result/android-sdk-meta_25.0.0+3.dsc)
diff -Nru android-sdk-meta-25.0.0+3/debian/changelog
android-sdk-meta-25.0.0+5/debian/changelog
--- android-sdk-meta-25.0.0+3/debian/changelog 2017-03-10
22:23:19.000000000 +0100
+++ android-sdk-meta-25.0.0+5/debian/changelog 2017-03-13
11:43:41.000000000 +0100
@@ -1,3 +1,15 @@
+android-sdk-meta (25.0.0+5) unstable; urgency=medium
+
+ * correct my git mistake, this has all of +3 and +4
+
+ -- Hans-Christoph Steiner <h...@eds.org> Mon, 13 Mar 2017 11:43:41 +0100
+
+android-sdk-meta (25.0.0+4) unstable; urgency=medium
+
+ * d/rules: Automate the Debian revision in the versions of binary
packages
+
+ -- Kai-Chung Yan <seamli...@gmail.com> Mon, 13 Mar 2017 18:07:22 +0800
+
android-sdk-meta (25.0.0+3) unstable; urgency=medium
* udev rules for Intel tablets (Closes: #814056)
diff -Nru android-sdk-meta-25.0.0+3/debian/rules
android-sdk-meta-25.0.0+5/debian/rules
--- android-sdk-meta-25.0.0+3/debian/rules 2017-02-28 22:56:53.000000000
+0100
+++ android-sdk-meta-25.0.0+5/debian/rules 2017-03-13 11:42:15.000000000
+0100
@@ -1,15 +1,17 @@
#!/usr/bin/make -f
+include /usr/share/dpkg/pkg-info.mk
+
export BUILD_TOOLS_VERSION = 24.0.0
PLATFORM_TOOLS_VERSION = 24.0.0
-DEB_REVISION = +2
+DEB_REVISION = $(shell echo $(DEB_VERSION) | sed
's,.*\+\([0-9][0-9]*\).*,\1,')
%:
dh $@
override_dh_gencontrol:
dh_gencontrol
- dh_gencontrol -pandroid-sdk-platform-tools --
-v$(PLATFORM_TOOLS_VERSION)$(DEB_REVISION)
- dh_gencontrol -pandroid-sdk-platform-tools-common --
-v$(PLATFORM_TOOLS_VERSION)$(DEB_REVISION)
- dh_gencontrol -pandroid-sdk-build-tools --
-v$(BUILD_TOOLS_VERSION)$(DEB_REVISION)
- dh_gencontrol -pandroid-sdk-build-tools-common --
-v$(BUILD_TOOLS_VERSION)$(DEB_REVISION)
+ dh_gencontrol -pandroid-sdk-platform-tools --
-v$(PLATFORM_TOOLS_VERSION)+$(DEB_REVISION)
+ dh_gencontrol -pandroid-sdk-platform-tools-common --
-v$(PLATFORM_TOOLS_VERSION)+$(DEB_REVISION)
+ dh_gencontrol -pandroid-sdk-build-tools --
-v$(BUILD_TOOLS_VERSION)+$(DEB_REVISION)
+ dh_gencontrol -pandroid-sdk-build-tools-common --
-v$(BUILD_TOOLS_VERSION)+$(DEB_REVISION)
diff -Nru android-sdk-meta-25.0.0+3/debian/changelog
android-sdk-meta-25.0.0+5/debian/changelog
--- android-sdk-meta-25.0.0+3/debian/changelog 2017-03-10 22:23:19.000000000
+0100
+++ android-sdk-meta-25.0.0+5/debian/changelog 2017-03-13 11:43:41.000000000
+0100
@@ -1,3 +1,15 @@
+android-sdk-meta (25.0.0+5) unstable; urgency=medium
+
+ * correct my git mistake, this has all of +3 and +4
+
+ -- Hans-Christoph Steiner <h...@eds.org> Mon, 13 Mar 2017 11:43:41 +0100
+
+android-sdk-meta (25.0.0+4) unstable; urgency=medium
+
+ * d/rules: Automate the Debian revision in the versions of binary packages
+
+ -- Kai-Chung Yan <seamli...@gmail.com> Mon, 13 Mar 2017 18:07:22 +0800
+
android-sdk-meta (25.0.0+3) unstable; urgency=medium
* udev rules for Intel tablets (Closes: #814056)
diff -Nru android-sdk-meta-25.0.0+3/debian/rules
android-sdk-meta-25.0.0+5/debian/rules
--- android-sdk-meta-25.0.0+3/debian/rules 2017-02-28 22:56:53.000000000
+0100
+++ android-sdk-meta-25.0.0+5/debian/rules 2017-03-13 11:42:15.000000000
+0100
@@ -1,15 +1,17 @@
#!/usr/bin/make -f
+include /usr/share/dpkg/pkg-info.mk
+
export BUILD_TOOLS_VERSION = 24.0.0
PLATFORM_TOOLS_VERSION = 24.0.0
-DEB_REVISION = +2
+DEB_REVISION = $(shell echo $(DEB_VERSION) | sed 's,.*\+\([0-9][0-9]*\).*,\1,')
%:
dh $@
override_dh_gencontrol:
dh_gencontrol
- dh_gencontrol -pandroid-sdk-platform-tools --
-v$(PLATFORM_TOOLS_VERSION)$(DEB_REVISION)
- dh_gencontrol -pandroid-sdk-platform-tools-common --
-v$(PLATFORM_TOOLS_VERSION)$(DEB_REVISION)
- dh_gencontrol -pandroid-sdk-build-tools --
-v$(BUILD_TOOLS_VERSION)$(DEB_REVISION)
- dh_gencontrol -pandroid-sdk-build-tools-common --
-v$(BUILD_TOOLS_VERSION)$(DEB_REVISION)
+ dh_gencontrol -pandroid-sdk-platform-tools --
-v$(PLATFORM_TOOLS_VERSION)+$(DEB_REVISION)
+ dh_gencontrol -pandroid-sdk-platform-tools-common --
-v$(PLATFORM_TOOLS_VERSION)+$(DEB_REVISION)
+ dh_gencontrol -pandroid-sdk-build-tools --
-v$(BUILD_TOOLS_VERSION)+$(DEB_REVISION)
+ dh_gencontrol -pandroid-sdk-build-tools-common --
-v$(BUILD_TOOLS_VERSION)+$(DEB_REVISION)
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---