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

Bug#924933: marked as done (unblock: android-platform-system-core/1:8.1.0+r23-5)



Your message dated Fri, 29 Mar 2019 09:44:09 +0000
with message-id <E1h9o3V-0008Jb-1O@respighi.debian.org>
and subject line unblock android-platform-system-core
has caused the Debian Bug report #924933,
regarding unblock: android-platform-system-core/1:8.1.0+r23-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 owner@bugs.debian.org
immediately.)


-- 
924933: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924933
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 source package android-platform-system-core/1:8.1.0+r23-5

This fixes two RC bugs, the only changes are in the packaging.
diff --git a/debian/.gitlab-ci.yml b/debian/.gitlab-ci.yml
index 867c2f5..1bd50c5 100644
--- a/debian/.gitlab-ci.yml
+++ b/debian/.gitlab-ci.yml
@@ -7,6 +7,8 @@ pages:
     paths:
       - public
     expire_in: 1 day
+  except:
+    - tags
   script:
     - gitlab-ci-add-pages-repo android-tools-team/android-platform-external-boringssl
     - gitlab-ci-add-pages-repo android-tools-team/android-platform-external-libselinux
diff --git a/debian/changelog b/debian/changelog
index 98ed3ed..44b19c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+android-platform-system-core (1:8.1.0+r23-5) unstable; urgency=medium
+
+  * Depends: android-platform-system-core-headers for symlinked headers
+    (Closes: #924159)
+  * fastboot Recommends: android-sdk-platform-tools for mke2fs
+    (Closes: #924591)
+  * add lintian-overrides for test data .so binaries
+
+ -- Hans-Christoph Steiner <hans@eds.org>  Mon, 18 Mar 2019 10:49:41 +0000
+
 android-platform-system-core (1:8.1.0+r23-4) unstable; urgency=medium
 
   * Use my Debian account in Uploaders
diff --git a/debian/control b/debian/control
index d1efde0..8b88761 100644
--- a/debian/control
+++ b/debian/control
@@ -86,6 +86,7 @@ Architecture: any
 Depends: ${misc:Depends},
          android-libcutils (= ${binary:Version}),
          android-liblog-dev (= ${binary:Version}),
+         android-platform-system-core-headers (= ${source:Version}),
          libbsd-dev
 Breaks: android-libcutils (<< 21-4~),
         android-liblog-dev (<< 1:6)
@@ -336,6 +337,7 @@ Architecture: amd64 i386 armel armhf arm64
 Multi-Arch: foreign
 Build-Profiles: <!stage1>
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: android-sdk-platform-tools
 Breaks: android-tools-fastboot (<< 6.0~)
 Replaces: android-tools-fastboot (<< 6.0~)
 Provides: android-tools-fastboot
diff --git a/debian/copyright b/debian/copyright
index 4af5433..2ab2e35 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,7 +2,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0
 Upstream-Name: Minimal bootable environment
 Upstream-Contact: https://source.android.com/compatibility/contact-us.html
 Source: https://android.googlesource.com/platform/system/core
-Files-Excluded: *.so
 
 Files: *
 Copyright: 2005-2014, The Android Open Source Project
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..c2fd0b0
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,19 @@
+#
+# this is test data and is not included in any binary package
+
+android-platform-system-core source: source-is-missing libbacktrace/testdata/aarch64/libbacktrace_test_eh_frame.so
+android-platform-system-core source: source-is-missing libbacktrace/testdata/arm/libart.so
+android-platform-system-core source: source-is-missing libbacktrace/testdata/arm/libbacktrace_test_arm_exidx.so
+android-platform-system-core source: source-is-missing libbacktrace/testdata/arm/libbacktrace_test_debug_frame.so
+android-platform-system-core source: source-is-missing libbacktrace/testdata/arm/libbacktrace_test_gnu_debugdata.so
+android-platform-system-core source: source-is-missing libbacktrace/testdata/x86/libbacktrace_test_debug_frame.so
+android-platform-system-core source: source-is-missing libbacktrace/testdata/x86/libbacktrace_test_gnu_debugdata.so
+android-platform-system-core source: source-is-missing libbacktrace/testdata/x86_64/libbacktrace_test_eh_frame.so
+
+android-platform-system-core source: source-contains-prebuilt-binary libbacktrace/testdata/arm/libart.so
+android-platform-system-core source: source-contains-prebuilt-binary libbacktrace/testdata/arm/libbacktrace_test_arm_exidx.so
+android-platform-system-core source: source-contains-prebuilt-binary libbacktrace/testdata/arm/libbacktrace_test_debug_frame.so
+android-platform-system-core source: source-contains-prebuilt-binary libbacktrace/testdata/arm/libbacktrace_test_gnu_debugdata.so
+android-platform-system-core source: source-contains-prebuilt-binary libbacktrace/testdata/x86/libbacktrace_test_debug_frame.so
+android-platform-system-core source: source-contains-prebuilt-binary libbacktrace/testdata/x86/libbacktrace_test_gnu_debugdata.so
+android-platform-system-core source: source-contains-prebuilt-binary libbacktrace/testdata/x86_64/libbacktrace_test_eh_frame.so
commit 1cd40b97c3c1e6c0eaa2c906fa3bbd0ad71f39f2
Author: Hans-Christoph Steiner <hans@eds.org>
Date:   Mon Mar 18 12:12:27 2019 +0100

    update debian/changelog for upload

commit 906cc0120764e388508914b6e7ace160e651cbe3
Author: Hans-Christoph Steiner <hans@eds.org>
Date:   Mon Mar 18 12:09:38 2019 +0100

    add lintian-overrides for test data .so binaries

commit 14d1889fe87f72b7ee3996e77efb933d60e21405
Author: Hans-Christoph Steiner <hans@eds.org>
Date:   Mon Mar 18 11:49:24 2019 +0100

    fastboot Recommends: android-sdk-platform-tools for mke2fs (Closes: #924591)

commit e71ab78050e97fed2a6a3ac573cec1bd4ebc5a82
Author: Hans-Christoph Steiner <hans@eds.org>
Date:   Mon Mar 18 11:30:36 2019 +0100

    android-platform-system-core-headers for symlinked headers (Closes: #924159)

commit 5d1d0eeea14fd402d149685dd8d80e5c08021ebc
Author: Hans-Christoph Steiner <hans@eds.org>
Date:   Mon Mar 18 10:07:13 2019 +0100

    gitlab-ci: ignore tags

Attachment: signature.asc
Description: OpenPGP digital signature


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

--- End Message ---

Reply to: