Your message dated Mon, 24 Apr 2017 15:04:42 +0000 with message-id <e1d2fxe-000hje...@fasolo.debian.org> and subject line Bug#859081: fixed in android-platform-system-core 1:7.0.0+r33-1 has caused the Debian Bug report #859081, regarding API change in utf16_to_utf8 breaking other packages 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.) -- 859081: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859081 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: android-platform-frameworks-base Version: 1:7.0.0+r1-3 Severity: serious Justification: fails to build from source User: reproducible-bui...@lists.alioth.debian.org Usertags: ftbfs X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org Dear Maintainer, android-platform-frameworks-base fails to build from source in unstable/amd64: […] dh_auto_configure debian/rules override_dh_auto_build-arch make[1]: Entering directory '«BUILDDIR»' make -f debian/libandroidfw.mk make[2]: Entering directory '«BUILDDIR»' mkdir --parents debian/out g++ libs/androidfw/Asset.cpp libs/androidfw/AssetDir.cpp libs/androidfw/AssetManager.cpp libs/androidfw/LocaleData.cpp libs/androidfw/misc.cpp libs/androidfw/ObbFile.cpp libs/androidfw/ResourceTypes.cpp libs/androidfw/StreamingZipInflater.cpp libs/androidfw/TypeWrappers.cpp libs/androidfw/ZipFileRO.cpp libs/androidfw/ZipUtils.cpp -o debian/out/libandroidfw.so.0 -g -O2 -fdebug-prefix-map=«BUILDDIR»=. -fstack-protector-strong -Wformat -Werror=format-security -DSTATIC_ANDROIDFW_FOR_TOOLS -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -I/usr/include/android -Iinclude -Wl,-z,relro -fPIC -shared -Wl,-soname,libandroidfw.so.0 -Wl,-rpath=/usr/lib/x86_64-linux-gnu/android -lz -L/usr/lib/x86_64-linux-gnu/android -lziparchive -lutils -lcutils -llog In file included from /usr/include/android/cutils/log.h:1:0, from /usr/include/android/utils/Log.h:31, from include/androidfw/ByteBucketArray.h:20, from libs/androidfw/ResourceTypes.cpp:32: libs/androidfw/ResourceTypes.cpp: In member function 'ssize_t android::ResTable::Theme::getAttribute(uint32_t, android::Res_value*, uint32_t*) const': /usr/include/android/log/log.h:618:39: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'uint32_t {aka unsigned int}' [-Wformat=] __android_log_print(prio, tag, fmt) ^ /usr/include/android/log/log.h:461:5: note: in expansion of macro 'android_printLog' android_printLog(priority, tag, __VA_ARGS__) ^~~~~~~~~~~~~~~~ /usr/include/android/log/log.h:453:5: note: in expansion of macro 'LOG_PRI' LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) ^~~~~~~ /usr/include/android/log/log.h:128:27: note: in expansion of macro 'ALOG' #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__)) ^~~~ libs/androidfw/ResourceTypes.cpp:3542:21: note: in expansion of macro 'ALOGI' ALOGI("Desired type index is %zd in avail %zu", t, Res_MAXTYPE + 1); ^~~~~ ln -s libandroidfw.so.0 debian/out/libandroidfw.so make[2]: Leaving directory '«BUILDDIR»' make -f debian/libaapt.mk make[2]: Entering directory '«BUILDDIR»' mkdir --parents debian/out g++ tools/aapt/AaptAssets.cpp tools/aapt/AaptConfig.cpp tools/aapt/AaptUtil.cpp tools/aapt/AaptXml.cpp tools/aapt/ApkBuilder.cpp tools/aapt/Command.cpp tools/aapt/CrunchCache.cpp tools/aapt/FileFinder.cpp tools/aapt/Images.cpp tools/aapt/Package.cpp tools/aapt/pseudolocalize.cpp tools/aapt/Resource.cpp tools/aapt/ResourceFilter.cpp tools/aapt/ResourceIdCache.cpp tools/aapt/ResourceTable.cpp tools/aapt/SourcePos.cpp tools/aapt/StringPool.cpp tools/aapt/WorkQueue.cpp tools/aapt/XMLNode.cpp tools/aapt/ZipEntry.cpp tools/aapt/ZipFile.cpp -o debian/out/libaapt.so.0 -g -O2 -fdebug-prefix-map=«BUILDDIR»=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -I/usr/include/android -DSTATIC_ANDROIDFW_FOR_TOOLS -DAAPT_VERSION=\"24.0.0\" -Iinclude -Wl,-z,relro -fPIC -shared -Wl,-soname,libaapt.so.0 -Wl,-rpath=debian/out:/usr/lib/x86_64-linux-gnu/android -lpng -lexpat -lz -Ldebian/out -landroidfw -L/usr/lib/x86_64-linux-gnu/android -llog -lutils ln -s libaapt.so.0 debian/out/libaapt.so make[2]: Leaving directory '«BUILDDIR»' make -f debian/aapt.mk make[2]: Entering directory '«BUILDDIR»' mkdir --parents debian/out g++ tools/aapt/Main.cpp -o debian/out/aapt -g -O2 -fdebug-prefix-map=«BUILDDIR»=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -I/usr/include/android -DSTATIC_ANDROIDFW_FOR_TOOLS -DAAPT_VERSION=\"24.0.0\" -Iinclude -Wl,-z,relro -fPIC -Wl,-rpath=debian/out:/usr/lib/x86_64-linux-gnu/android -Wl,-rpath-link=debian/out -Ldebian/out -laapt -L/usr/lib/x86_64-linux-gnu/android -lutils make[2]: Leaving directory '«BUILDDIR»' make -f debian/aapt2.mk make[2]: Entering directory '«BUILDDIR»' mkdir --parents debian/out/proto/frameworks/base/tools/aapt2 protoc --cpp_out=debian/out/proto/frameworks/base/tools/aapt2 \ --proto_path=tools/aapt2 tools/aapt2/Format.proto g++ tools/aapt2/compile/IdAssigner.cpp tools/aapt2/compile/Png.cpp tools/aapt2/compile/PseudolocaleGenerator.cpp tools/aapt2/compile/Pseudolocalizer.cpp tools/aapt2/compile/XmlIdCollector.cpp tools/aapt2/filter/ConfigFilter.cpp tools/aapt2/flatten/Archive.cpp tools/aapt2/flatten/TableFlattener.cpp tools/aapt2/flatten/XmlFlattener.cpp tools/aapt2/io/FileSystem.cpp tools/aapt2/io/ZipArchive.cpp tools/aapt2/link/AutoVersioner.cpp tools/aapt2/link/ManifestFixer.cpp tools/aapt2/link/ProductFilter.cpp tools/aapt2/link/PrivateAttributeMover.cpp tools/aapt2/link/ReferenceLinker.cpp tools/aapt2/link/TableMerger.cpp tools/aapt2/link/XmlReferenceLinker.cpp tools/aapt2/process/SymbolTable.cpp tools/aapt2/proto/ProtoHelpers.cpp tools/aapt2/proto/TableProtoDeserializer.cpp tools/aapt2/proto/TableProtoSerializer.cpp tools/aapt2/split/TableSplitter.cpp tools/aapt2/unflatten/BinaryResourceParser.cpp tools/aapt2/unflatten/ResChunkPullParser.cpp tools/aapt2/util/BigBuffer.cpp tools/aapt2/util/Files.cpp tools/aapt2/util/Util.cpp tools/aapt2/ConfigDescription.cpp tools/aapt2/Debug.cpp tools/aapt2/Flags.cpp tools/aapt2/java/AnnotationProcessor.cpp tools/aapt2/java/ClassDefinition.cpp tools/aapt2/java/JavaClassGenerator.cpp tools/aapt2/java/ManifestClassGenerator.cpp tools/aapt2/java/ProguardRules.cpp tools/aapt2/Locale.cpp tools/aapt2/Resource.cpp tools/aapt2/ResourceParser.cpp tools/aapt2/ResourceTable.cpp tools/aapt2/ResourceUtils.cpp tools/aapt2/ResourceValues.cpp tools/aapt2/SdkConstants.cpp tools/aapt2/StringPool.cpp tools/aapt2/xml/XmlActionExecutor.cpp tools/aapt2/xml/XmlDom.cpp tools/aapt2/xml/XmlPullParser.cpp tools/aapt2/xml/XmlUtil.cpp tools/aapt2/compile/Compile.cpp tools/aapt2/dump/Dump.cpp tools/aapt2/link/Link.cpp tools/aapt2/Main.cpp debian/out/proto/frameworks/base/tools/aapt2/Format.pb.cc -o debian/out/aapt2 -g -O2 -fdebug-prefix-map=«BUILDDIR»=. -fstack-protector-strong -Wformat -Werror=format-security -fno-exceptions -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -I/usr/include/android -DSTATIC_ANDROIDFW_FOR_TOOLS -DAAPT_VERSION=\"24.0.0\" -Iinclude -Itools/aapt2 -Idebian/out -Wl,-z,relro -fPIC -Wl,-rpath=/usr/lib/x86_64-linux-gnu/android -lexpat -lpng -lprotobuf-lite -Wl,-rpath-link=debian/out -Ldebian/out -landroidfw -L/usr/lib/x86_64-linux-gnu/android -lutils -lbase -lziparchive tools/aapt2/util/Util.cpp: In function 'std::__cxx11::string aapt::util::utf16ToUtf8(const StringPiece16&)': tools/aapt2/util/Util.cpp:445:63: error: too few arguments to function 'void utf16_to_utf8(const char16_t*, size_t, char*, size_t)' utf16_to_utf8(utf16.data(), utf16.length(), &*utf8.begin()); ^ In file included from /usr/include/android/utils/String8.h:21:0, from tools/aapt2/util/StringPiece.h:22, from tools/aapt2/util/Util.cpp:19: /usr/include/android/utils/Unicode.h:114:6: note: declared here void utf16_to_utf8(const char16_t* src, size_t src_len, char* dst, size_t dst_len); ^~~~~~~~~~~~~ tools/aapt2/compile/Compile.cpp: In function 'bool aapt::loadInputFilesFromDir(aapt::IAaptContext*, const aapt::CompileOptions&, std::vector<aapt::ResourcePathData>*)': tools/aapt2/compile/Compile.cpp:139:45: warning: ignoring attributes on template argument 'int (*)(DIR*) {aka int (*)(__dirstream*)}' [-Wignored-attributes] std::unique_ptr<DIR, decltype(closedir)*> d(opendir(rootDir.data()), closedir); ^ tools/aapt2/compile/Compile.cpp:157:49: warning: ignoring attributes on template argument 'int (*)(DIR*) {aka int (*)(__dirstream*)}' [-Wignored-attributes] std::unique_ptr<DIR, decltype(closedir)*> subDir(opendir(prefixPath.data()), closedir); ^ debian/aapt2.mk:67: recipe for target 'build' failed make[2]: *** [build] Error 1 make[2]: Leaving directory '«BUILDDIR»' debian/rules:15: recipe for target 'debian/out/aapt2' failed make[1]: *** [debian/out/aapt2] Error 2 make[1]: Leaving directory '«BUILDDIR»' debian/rules:27: recipe for target 'build' failed make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 […] The full build log is attached. Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
android-platform-frameworks-base.1:7.0.0+r1-3.unstable.amd64.log.txt.gz
Description: Binary data
--- End Message ---
--- Begin Message ---Source: android-platform-system-core Source-Version: 1:7.0.0+r33-1 We believe that the bug you reported is fixed in the latest version of android-platform-system-core, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 859...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Hans-Christoph Steiner <h...@eds.org> (supplier of updated android-platform-system-core package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 24 Apr 2017 15:53:07 +0200 Source: android-platform-system-core Binary: android-liblog android-liblog-dev android-libcutils android-libcutils-dev adb android-libsparse android-libsparse-dev android-libutils android-libutils-dev android-libziparchive android-libziparchive-dev android-platform-system-core-headers android-libbacktrace android-libbacktrace-dev android-libadb android-libadb-dev android-libbase android-libbase-dev fastboot simg2img img2simg append2simg android-tools-adb android-tools-fastboot Architecture: source amd64 all Version: 1:7.0.0+r33-1 Distribution: unstable Urgency: medium Maintainer: Android Tools Maintainers <android-tools-de...@lists.alioth.debian.org> Changed-By: Hans-Christoph Steiner <h...@eds.org> Description: adb - Android Debug Bridge android-libadb - Library for Android Debug Bridge android-libadb-dev - Library for Android Debug Bridge - Development files android-libbacktrace - Android backtrace library android-libbacktrace-dev - Android backtrace library - Development files android-libbase - Android base library android-libbase-dev - Android base library - Development files android-libcutils - Android utils library for C android-libcutils-dev - Android utils library for C - Development files android-liblog - Android NDK logger interfaces android-liblog-dev - Android NDK logger interfaces - Development files android-libsparse - Library for sparse files android-libsparse-dev - Library for sparse files - Development files android-libutils - Android Utility Function Library android-libutils-dev - Android Utility Function Library - Development files android-libziparchive - Library for ZIP archives android-libziparchive-dev - Library for ZIP archives - Development files android-platform-system-core-headers - Shared headers in AOSP repository platform/system/core android-tools-adb - transitional package android-tools-fastboot - transitional package append2simg - Android sparse image tool fastboot - Android fastboot tool img2simg - Android sparse image creation tool simg2img - Android sparse image conversion tool Closes: 858177 858942 859081 Changes: android-platform-system-core (1:7.0.0+r33-1) unstable; urgency=medium . * New upstream release (Closes: #858177, #859081, #858942) Checksums-Sha1: 1b75cff2f1d7bd0b5f6fab7339d6d5043f00f8a5 5111 android-platform-system-core_7.0.0+r33-1.dsc 3967de7f902309b8cc0544d506611e62d8773632 1572607 android-platform-system-core_7.0.0+r33.orig.tar.gz cd6a08aee12c76db6c2526e144c95765a1c9032b 27460 android-platform-system-core_7.0.0+r33-1.debian.tar.xz fbc704cfa8b2bf9029c726e68f3e3ad898eefe91 398066 adb-dbgsym_7.0.0+r33-1_amd64.deb 2fa52cee8cd1e551ee484971ef538bbaa7395a56 71544 adb_7.0.0+r33-1_amd64.deb 0aacff7692cd46d7d9064b97e5f66dd2bb3c261a 763614 android-libadb-dbgsym_7.0.0+r33-1_amd64.deb 6617c278ed1010c71c49e6fb20324ee67bdc8ed2 15006 android-libadb-dev_7.0.0+r33-1_amd64.deb 0e95eef20b8ce3dc0c4d0afe752feacbbac72800 82240 android-libadb_7.0.0+r33-1_amd64.deb 2a3c07bc7f1c415b562847194c76177bc76008e9 244974 android-libbacktrace-dbgsym_7.0.0+r33-1_amd64.deb dceba2bc9459ecc3802724efa63116cdf1858ad8 9746 android-libbacktrace-dev_7.0.0+r33-1_amd64.deb 704bf164a52e3f2a0d870ac3ba0781046b6f6650 33564 android-libbacktrace_7.0.0+r33-1_amd64.deb 28e1ca84fcb8e800b24bb2d6737372cdd3cc512c 161284 android-libbase-dbgsym_7.0.0+r33-1_amd64.deb 3af100740c4005bdf7b30555b59bf589e19f1fdb 17242 android-libbase-dev_7.0.0+r33-1_amd64.deb a58aaa7edd18920d9e4796a52ded8f6140b6e07a 20464 android-libbase_7.0.0+r33-1_amd64.deb 51235654b05beef2736da3589941b2dc126d0e8a 56188 android-libcutils-dbgsym_7.0.0+r33-1_amd64.deb f630559af62596ede854c83c995178ba524064a1 23074 android-libcutils-dev_7.0.0+r33-1_amd64.deb 127d89b0750a26f7671e99cfb735bad7ec737d99 24264 android-libcutils_7.0.0+r33-1_amd64.deb 72fbd348655cd1cefae676f945448d44f9a8a7cc 33504 android-liblog-dbgsym_7.0.0+r33-1_amd64.deb d699efdb78f18a9c0434f3bb59feed407d2fae16 19074 android-liblog-dev_7.0.0+r33-1_amd64.deb e9f93b79d93193cafe0cfa525a319ef467c07c49 18046 android-liblog_7.0.0+r33-1_amd64.deb b1b486670a9ae354f926db3d3095c950f64a7882 28926 android-libsparse-dbgsym_7.0.0+r33-1_amd64.deb 96fc8ea34999b47596df544644c0d219141eabb5 9272 android-libsparse-dev_7.0.0+r33-1_amd64.deb 909bcfa9b1025d46290c64ac75ad4111ff54365f 18350 android-libsparse_7.0.0+r33-1_amd64.deb 24ccd1c4761b2f822cdc4fe8f24b5726c83509d7 242700 android-libutils-dbgsym_7.0.0+r33-1_amd64.deb 2af871a71a028419c6eab71faf301fab03ec92ce 52252 android-libutils-dev_7.0.0+r33-1_amd64.deb a3dc489f9ed17140e5d300be73062db01b480ef7 50488 android-libutils_7.0.0+r33-1_amd64.deb 2d3c613b170550d6a1d5022b09c557d003cd37f4 116850 android-libziparchive-dbgsym_7.0.0+r33-1_amd64.deb e6732d1943e7b607149b3d8c115349f355075ad0 10784 android-libziparchive-dev_7.0.0+r33-1_amd64.deb 3d06c5a38adf386c44f20745bb7f8f43f60835c4 21260 android-libziparchive_7.0.0+r33-1_amd64.deb 325ffcc036e8cf8463b66f4f5cb16033829782db 32860 android-platform-system-core-headers_7.0.0+r33-1_all.deb 59f576fab7639b922170fd132bb4e0254006e99b 16848 android-platform-system-core_7.0.0+r33-1_amd64.buildinfo cb21e5765dd828ea4ca5c58b038c43ddc9c1845a 6750 android-tools-adb_7.0.0+r33-1_all.deb be46274570f142b5f1d9da60e844a0ed060c7ea4 6752 android-tools-fastboot_7.0.0+r33-1_all.deb c8433376f9a1525be1b30ea4759ad677672c11d2 6600 append2simg-dbgsym_7.0.0+r33-1_amd64.deb 5b09cfa596a1100f34d0d8452391673d4b83eb86 9794 append2simg_7.0.0+r33-1_amd64.deb 6a801d3793f706c21bafdb8347da181a0f350e06 301220 fastboot-dbgsym_7.0.0+r33-1_amd64.deb 881f7edb3c56ca5f99a0049284c8c1e1eb9649f8 48910 fastboot_7.0.0+r33-1_amd64.deb 826b7c25861feaa5c63901124144b709ab90d2ca 6182 img2simg-dbgsym_7.0.0+r33-1_amd64.deb c6535c53778d524d013d4099a058a98df448632d 9646 img2simg_7.0.0+r33-1_amd64.deb 3b08bbd44b6ae23119e729e14bb19bb5df0a75fc 6292 simg2img-dbgsym_7.0.0+r33-1_amd64.deb c0791b7abba36f89d0954d407d38fe37018c9184 10716 simg2img_7.0.0+r33-1_amd64.deb Checksums-Sha256: d023733dd4abbbaccb123bd5880dbacfb614b83711f3e6a94362e3472a05669d 5111 android-platform-system-core_7.0.0+r33-1.dsc f653cf80bf04d441cbd1bb4db2dd7a2146197a5897dd5d14f074b4c08caaf685 1572607 android-platform-system-core_7.0.0+r33.orig.tar.gz d4b382c39fc848240743f99f57027ac2fe209e2d72fe2130beeb77aa71947fc8 27460 android-platform-system-core_7.0.0+r33-1.debian.tar.xz 423b8e0dffd411f75aa76265ee70101d030ce76687a4b1f95af9f57313573f06 398066 adb-dbgsym_7.0.0+r33-1_amd64.deb 9568895301036d261e9290495bc86cbafb48b355f79aaeec660898b753c6d297 71544 adb_7.0.0+r33-1_amd64.deb 3b015c820031af301abfe263a92f7e5fdfd91ea909362444cf442426ac433841 763614 android-libadb-dbgsym_7.0.0+r33-1_amd64.deb 9d0f0c413d95a4c1a04aea8a1df9d6aa76dca86dc932d696d0f43d0966a8e0d7 15006 android-libadb-dev_7.0.0+r33-1_amd64.deb 85d0e42045cce4bb743ab443577f1e2ac199e785d4347bff1fe2affd863d4946 82240 android-libadb_7.0.0+r33-1_amd64.deb f5e8896b576f2c51b139c49202463f3c3fd3e3e5171e43ea34db46c6ca227b43 244974 android-libbacktrace-dbgsym_7.0.0+r33-1_amd64.deb 3327ee764d705db4f14913cd8be46245d80734d300f4ca369cdd8f6fcbe8325c 9746 android-libbacktrace-dev_7.0.0+r33-1_amd64.deb a67befa0bef158f00b3b5fe340da43af4ee625690b70da302186fd1c1deb8cfb 33564 android-libbacktrace_7.0.0+r33-1_amd64.deb 14d266179be9c2a958969f5fd548f92a6a5c2cc730169274539918659aec05b5 161284 android-libbase-dbgsym_7.0.0+r33-1_amd64.deb 902f1da3fc385fdd0e153f3323daa7e5763ad1b7b21c97d3917db41ab21a6556 17242 android-libbase-dev_7.0.0+r33-1_amd64.deb 4bb6a3900d423f9b567bc7b9139c9c908edadd011f36b917880664ee7463243a 20464 android-libbase_7.0.0+r33-1_amd64.deb e9e7c9e1b1b5a2b3f92d0d93c97c7de1d35f17a32cb524d4255598ede0483bbe 56188 android-libcutils-dbgsym_7.0.0+r33-1_amd64.deb 4149db9ce1796bbd1a1fd9c60379681b4c08bfbdffd7491dbc37d1219bba68c4 23074 android-libcutils-dev_7.0.0+r33-1_amd64.deb 46ce10de01130b1d35e4359cbfac7cc7780b7bababe7cb950419346f40ebbb87 24264 android-libcutils_7.0.0+r33-1_amd64.deb df5d58f3ea2debea0bd0f12eabf271a84efdb1aa5cd46cb08c76ce56751146c9 33504 android-liblog-dbgsym_7.0.0+r33-1_amd64.deb b55ffd518bfcc42f6a2ecc8d07e1bb6a3e0de6eb7d645034803bc0105edb5686 19074 android-liblog-dev_7.0.0+r33-1_amd64.deb 29a0c1178de6267876e9cadc2a676bab3a0d8b59ea178e0fb25eff0f617dd70c 18046 android-liblog_7.0.0+r33-1_amd64.deb 441b47c907f1520a14ffb68edf46183252996739c4678138e356173211903656 28926 android-libsparse-dbgsym_7.0.0+r33-1_amd64.deb cab757bad99be9563348ef0b6b39232a902c2c14cf2626d7b223b8ed7cc0636a 9272 android-libsparse-dev_7.0.0+r33-1_amd64.deb afd713b1115315591380e64b1febaa2d023a8b5245344e4730c1d1760bfce521 18350 android-libsparse_7.0.0+r33-1_amd64.deb a0af16952865731f559e96eee2f527e81151c08eee5f1f343bcc43a21fc3a457 242700 android-libutils-dbgsym_7.0.0+r33-1_amd64.deb 4795bdfd4f228f011fa52b44c51cf7e38ed5b8f60e6f13349047954e6e27fa9f 52252 android-libutils-dev_7.0.0+r33-1_amd64.deb adbb5583bdfa011e8cdef8d85fe5a0737bcf6611f449f761e794aae0463ed489 50488 android-libutils_7.0.0+r33-1_amd64.deb efef0af9d6ee5ececaa54d8d47174e671b5ad6195c9f997d1ae8c698926f2969 116850 android-libziparchive-dbgsym_7.0.0+r33-1_amd64.deb 3db8e2667050a75bd6bfd13f8b1f499b2f405e80d134707d66116dba87655261 10784 android-libziparchive-dev_7.0.0+r33-1_amd64.deb ced85bae70a1f51fc911cb365a9c71009006c180e503b738345953716666058b 21260 android-libziparchive_7.0.0+r33-1_amd64.deb 888b78821f61d21f9cbc7ec692076940726e6181d76bfb2518a446b791563b7a 32860 android-platform-system-core-headers_7.0.0+r33-1_all.deb 14380f7bd1dd92f3eb1ee1e16428514c60059ccb9ba61e6f52f55c746ebc7700 16848 android-platform-system-core_7.0.0+r33-1_amd64.buildinfo bec74a5c225ce912c1e1e29f6d2e59ec9407e1b2896b8e781e3ba9d09d89560d 6750 android-tools-adb_7.0.0+r33-1_all.deb d3b62738dc0a60d357120bcd7b7df92730edccae27f0b175fe9426f7af293012 6752 android-tools-fastboot_7.0.0+r33-1_all.deb e84b2d0505b5a5aba9d34898a0ded9ed30d2993b07be939ce9fcec9fc32af022 6600 append2simg-dbgsym_7.0.0+r33-1_amd64.deb 6cc871b66bf40bfc262cf2c72fd65a2b0d3fccc4cd543dbc567f80210ddb7bd7 9794 append2simg_7.0.0+r33-1_amd64.deb decfa8bac807dfc37ea2d56bff27964f78803f17e90b546957344f61cd265255 301220 fastboot-dbgsym_7.0.0+r33-1_amd64.deb 679dc965835ba8bee6b199a36edebdcc339ba01e26ad472102daa645a27cc029 48910 fastboot_7.0.0+r33-1_amd64.deb 56e16da7ca223e22e562bcf83612502daa4a07bd5508ef855e70d485abe6f497 6182 img2simg-dbgsym_7.0.0+r33-1_amd64.deb 4c508c58143204413f6cbba4131e09c183a51b45bd0409d1fbba61ef6d77866b 9646 img2simg_7.0.0+r33-1_amd64.deb 7143523518c9852cdd977b715ce8eeff73014c3a4cf0c11610d63ef8f4696dd5 6292 simg2img-dbgsym_7.0.0+r33-1_amd64.deb 21fe859ba4c382443206ccc5ae31b9646b73584ef97169c9bca5932e9ab7aa33 10716 simg2img_7.0.0+r33-1_amd64.deb Files: 5fb5ffe08a30ab15e88d42a227fabb15 5111 devel optional android-platform-system-core_7.0.0+r33-1.dsc 0d11d43282579b6e4af976e7f8298652 1572607 devel optional android-platform-system-core_7.0.0+r33.orig.tar.gz 8cbc16a5dc4f19d61bf709e0c1e6c0bc 27460 devel optional android-platform-system-core_7.0.0+r33-1.debian.tar.xz cd91f5b1d84eb30f3b5babb11a4e833a 398066 debug extra adb-dbgsym_7.0.0+r33-1_amd64.deb cf1768df2e987bacadc0a689361868d0 71544 devel optional adb_7.0.0+r33-1_amd64.deb ee896ed89506a0a00cadc29613366dc4 763614 debug extra android-libadb-dbgsym_7.0.0+r33-1_amd64.deb f2bf12bb05c5158bfd47d792c1411bff 15006 libdevel optional android-libadb-dev_7.0.0+r33-1_amd64.deb 76ee135ace4d82e6a66197d30be70491 82240 libs optional android-libadb_7.0.0+r33-1_amd64.deb 7480165f27a46815f05c3c5b8254b8cd 244974 debug extra android-libbacktrace-dbgsym_7.0.0+r33-1_amd64.deb 7b2886b8322c5f89ac93576240425788 9746 libdevel optional android-libbacktrace-dev_7.0.0+r33-1_amd64.deb 302d4e1f974c7ebbc708f6a6df86f286 33564 libs optional android-libbacktrace_7.0.0+r33-1_amd64.deb 7ed75ca65c517613e34a6f7978e42130 161284 debug extra android-libbase-dbgsym_7.0.0+r33-1_amd64.deb 453284b15bf83561b45fae36d22d693b 17242 libdevel optional android-libbase-dev_7.0.0+r33-1_amd64.deb b678bdf20924156df3369293ec29794d 20464 libs optional android-libbase_7.0.0+r33-1_amd64.deb 022c959b66b3f06140df1f299f60dd2f 56188 debug extra android-libcutils-dbgsym_7.0.0+r33-1_amd64.deb 0b603116eee940e1a5960490fbcb426c 23074 libdevel optional android-libcutils-dev_7.0.0+r33-1_amd64.deb 468942dc31b87d94bde93f7f0e8cb4a5 24264 libs optional android-libcutils_7.0.0+r33-1_amd64.deb d50a74fb4919a9674bd5b7cfa07d9a6a 33504 debug extra android-liblog-dbgsym_7.0.0+r33-1_amd64.deb e92ddf77ecd39300ddf80391126a9e52 19074 libdevel optional android-liblog-dev_7.0.0+r33-1_amd64.deb cdc477ca48c604bfd822a1d60d9dc0c9 18046 libs optional android-liblog_7.0.0+r33-1_amd64.deb e066dd46d5a2d03a84db911dbf5722ab 28926 debug extra android-libsparse-dbgsym_7.0.0+r33-1_amd64.deb c1a5a3cd78767f31da153dc8244ff92d 9272 libdevel optional android-libsparse-dev_7.0.0+r33-1_amd64.deb 93f50be31bc52eda978e9f390945e5dd 18350 libs optional android-libsparse_7.0.0+r33-1_amd64.deb d71e2c59f2e24ed5649dc4c9deff0a96 242700 debug extra android-libutils-dbgsym_7.0.0+r33-1_amd64.deb c4fd0e75d3b84efe9a2668f74d6895e0 52252 libdevel optional android-libutils-dev_7.0.0+r33-1_amd64.deb 6867104a7044256844150c3ffbcbcfc1 50488 libs optional android-libutils_7.0.0+r33-1_amd64.deb 2fbdfeb43018619abdb609e062cfef8b 116850 debug extra android-libziparchive-dbgsym_7.0.0+r33-1_amd64.deb 9303bc14222517a104ea2f5e44648655 10784 libdevel optional android-libziparchive-dev_7.0.0+r33-1_amd64.deb 737684f63d3f146e05eb4b27bd985530 21260 libs optional android-libziparchive_7.0.0+r33-1_amd64.deb fa35434d713c7955860026aec5f135bd 32860 libdevel optional android-platform-system-core-headers_7.0.0+r33-1_all.deb e49623212d7bccaade0353774ee0612c 16848 devel optional android-platform-system-core_7.0.0+r33-1_amd64.buildinfo a5ffc854606bb92095ce04be36760bfb 6750 oldlibs extra android-tools-adb_7.0.0+r33-1_all.deb 799a2b339f327ea177622468e49613ba 6752 oldlibs extra android-tools-fastboot_7.0.0+r33-1_all.deb 4b7527dde6496fd7900740cf537546a5 6600 debug extra append2simg-dbgsym_7.0.0+r33-1_amd64.deb 13f3eca16be6c2931c237350dbc1745f 9794 devel optional append2simg_7.0.0+r33-1_amd64.deb 181c96191dd3e3a4406f2e61c4034bc0 301220 debug extra fastboot-dbgsym_7.0.0+r33-1_amd64.deb 74f0fafd94c1fb434683f7a2fe5165d4 48910 devel optional fastboot_7.0.0+r33-1_amd64.deb 777b3f41af4f1a592c9a43da11899c2d 6182 debug extra img2simg-dbgsym_7.0.0+r33-1_amd64.deb b94645f3c236165375844ed836fb34f1 9646 devel optional img2simg_7.0.0+r33-1_amd64.deb ca7f6e0bc768ef643b2892be417b0bf8 6292 debug extra simg2img-dbgsym_7.0.0+r33-1_amd64.deb 45f136a0f1700804cd6a7ef7b0ce26d1 10716 devel optional simg2img_7.0.0+r33-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: GPG for Android - https://guardianproject.info/code/gnupg/ iQEcBAEBCAAGBQJY/gpYAAoJED4XeBe6G5v6Eq4H/jJ/8SBKCqP5OXNo5flRxBeR 9Rb6k4b3RMP9hACiKN3f5FGqp+M6uB10Gb3SPGug2Sf9xbux3cBEh4513tu8QWXH W1NRyUYliGUAI5pqlXRbFxmNhdCuDdvQ1f/0ejyVH4iyowbJHov1xvTZ/L+CzGKa BsGpRi9CzoJC/EX5fcho0HxWFFEVbphxYQP+T0dlyGFnNziyp7QG+3GKYzedRUsk 5EuE1a1iZvtIuoVu0/XNgWtZ9eVVAW3oqpcf4qMN3tfUdEdx27+NyUVgZQ1COWRL MQwHCD86eHhPo8uX8WkIJCcx9BKtl0o8zSbjfHcYAe1KSj59Nl8NoXiuBx2BTD4= =/gSn -----END PGP SIGNATURE-----
--- End Message ---