Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

Please unblock package: android-platform-frameworks-base

It previously had bash-completion, and a build bug preventing the
upstream completion file from being installed in 1:7.0.0+r1-2 (#856420).

Attached is the source debdiff.


diff --git a/debian/changelog b/debian/changelog
index 627f98a..2befbea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+android-platform-frameworks-base (1:7.0.0+r1-3) unstable; urgency=medium
+
+  * include bash-completion for aapt (Closes: #856420)
+
+ -- Hans-Christoph Steiner <h...@eds.org>  Tue, 28 Feb 2017 22:07:56 +0100
+
 android-platform-frameworks-base (1:7.0.0+r1-2) unstable; urgency=medium
 
   * Upload to unstable
diff --git a/debian/control b/debian/control
index 1c0e6f1..9d466de 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Build-Depends: android-libcutils-dev (>= 1:7.0.0+r1),
                android-libutils-dev (>= 1:7.0.0+r1),
                android-libziparchive-dev (>= 1:7.0.0+r1),
                android-platform-frameworks-native-headers (>= 1:7.0.0+r1),
+               bash-completion,
                chrpath,
                debhelper (>= 10),
                dh-exec,
diff --git a/debian/rules b/debian/rules
index e65658f..16032fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ debian/out/split-select:
        make -f debian/split-select.mk
 
 %:
-       dh $@
+       dh $@ --with bash-completion
 
 override_dh_auto_build-arch: debian/out/aapt debian/out/aapt2 
debian/out/split-select
        mkdir --parent debian/out

Reply via email to