Control: tags -1 + patch

this is the last package preventing migration of python-defaults to testing.
Uploading that fix to the delayed queue.
diff -Nru android-platform-build-8.1.0+r23/debian/changelog android-platform-build-8.1.0+r23/debian/changelog
--- android-platform-build-8.1.0+r23/debian/changelog	2020-05-10 10:32:25.000000000 +0200
+++ android-platform-build-8.1.0+r23/debian/changelog	2020-09-11 13:37:07.000000000 +0200
@@ -1,3 +1,10 @@
+android-platform-build (1:8.1.0+r23-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Explicitly build using dh-python and python2. Closes: #970086.
+
+ -- Matthias Klose <d...@debian.org>  Fri, 11 Sep 2020 13:37:07 +0200
+
 android-platform-build (1:8.1.0+r23-4) unstable; urgency=medium
 
   * Team upload.
diff -Nru android-platform-build-8.1.0+r23/debian/control android-platform-build-8.1.0+r23/debian/control
--- android-platform-build-8.1.0+r23/debian/control	2020-05-10 10:32:25.000000000 +0200
+++ android-platform-build-8.1.0+r23/debian/control	2020-09-11 13:37:07.000000000 +0200
@@ -7,7 +7,8 @@
            Chirayu Desai <chirayudes...@gmail.com>
 Build-Depends:
  debhelper-compat (= 12),
- javahelper
+ javahelper,
+ dh-python, python2
 Build-Depends-Arch:
  android-libandroidfw-dev (>= 1:8.1.0+r23~),
  android-liblog-dev (>= 1:8.1.0+r23~),
@@ -76,7 +77,7 @@
 Architecture: all
 Depends:
  ${misc:Depends},
- python:any
+ ${python:Depends}
 Description: Tools from AOSP that process event-log-tags files
  This package contains Python scripts from AOSP repository platform/build that
  process event-log-tags (.logtags) files. It contains:
diff -Nru android-platform-build-8.1.0+r23/debian/rules android-platform-build-8.1.0+r23/debian/rules
--- android-platform-build-8.1.0+r23/debian/rules	2020-05-10 10:32:25.000000000 +0200
+++ android-platform-build-8.1.0+r23/debian/rules	2020-09-11 13:37:07.000000000 +0200
@@ -46,7 +46,7 @@
 	jh_build --javacopts="-source 7" --no-javadoc --main=com.android.signtos.SignTos $@ tools/signtos/
 
 %:
-	dh $@ --with javahelper
+	dh $@ --with javahelper,python2
 
 override_dh_auto_build-arch: makeparallel zipalign ziptime
 

Reply via email to