Bug 1466746 - dh-python backport for wheezy; r?glandium draft
authorGregory Szorc <gps@mozilla.com>
Mon, 04 Jun 2018 23:06:01 -0700
changeset 803973 38da424a488d50899dfe9ab29ad143a887cf43b4
parent 803743 d8f180ab74921fd07a66d6868914a48e5f9ea797
child 803974 f93d2dbe040bde75c745f77469bb2f2b35efe3f5
push id112249
push userbmo:gps@mozilla.com
push dateTue, 05 Jun 2018 06:11:21 +0000
reviewersglandium
bugs1466746
milestone62.0a1
Bug 1466746 - dh-python backport for wheezy; r?glandium dh-python isn't available in Wheezy. Let's backport it so we can build Python packages that use it. Fortunately for us, the package builds without any modifications. The only customization we need is to ensure our custom Python packages are present in order to satisfy Build-Depends. MozReview-Commit-ID: CqZtwvosA6K
taskcluster/ci/packages/kind.yml
--- a/taskcluster/ci/packages/kind.yml
+++ b/taskcluster/ci/packages/kind.yml
@@ -140,16 +140,29 @@ jobs:
       symbol: Deb7(valgrind)
     run:
       using: debian-package
       dsc:
         url: http://snapshot.debian.org/archive/debian/20170725T040438Z/pool/main/v/valgrind/valgrind_3.13.0-1.dsc
         sha256: ab84e017d1660efd30e9e0593a4c8b976aeda013cefb8c416dd284cc7222c11c
       patch: valgrind-wheezy.diff
 
+  deb7-dh-python:
+    description: "dh-python for Debian wheezy"
+    treeherder:
+      symbol: Deb7(dh-python)
+    run:
+      using: debian-package
+      dsc:
+        url: http://snapshot.debian.org/archive/debian/20170125T211752Z/pool/main/d/dh-python/dh-python_2.20170125.dsc
+        sha256: ef4f2951cea36ae4aac29126a1017505f98b595432fb5bdac0f21b4b4d72c1b4
+      packages:
+        - deb7-python3.5
+        - deb7-python3-defaults
+
   deb7-dpkg-1.17:
     description: "dpkg 1.17 for Debian wheezy"
     treeherder:
       symbol: Deb7(dpkg)
     worker:
       env:
         # The compiler in wheezy doesn't support the stackprotector flags.
         DEB_BUILD_MAINT_OPTIONS: hardening=-stackprotector