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

Bug#861953: unblock: runc/0.1.1+dfsg1-3



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

Please unblock package runc

Since there's already a newer package in unstable, I guess it's
necessary to use "testing-proposed-updates"

Here I'm fixing #858250, which is FTBFS RC issue.
As I test, it's not related to golang-github-urfave-cli, but only need
to fix the version of golang-github-opencontainers-specs, 1.0.0~rc1,
the version in stretch.

Without the patch, unstable targeting build will install
golang-github-opencontainers-specs 1.0.0~rc2, and final fail to build.

I try to build by command:
  DIST=stretch git-pbuilder create
  gbp buildpackage --git-ignore-branch --git-pristine-tar --git-pbuilder --git-dist=stretch

I'm not DD yet, so I uploaded the package to mentors.
  https://mentors.debian.net/package/runc

Please help to:
  - confirm it's OK to target "testing-proposed-updates"
  - help to sponsor the upload from mentors (if not, I'll file a RFS to
	mentors list)

Enclosed is the debdiff against the package in testing.

unblock runc/0.1.1+dfsg1-3

Cheers,
--
Roger Shimizu, GMT +9 Tokyo
PGP/GPG: 4096R/6C6ACD6417B3ACB1
diff -Nru runc-0.1.1+dfsg1/debian/changelog runc-0.1.1+dfsg1/debian/changelog
--- runc-0.1.1+dfsg1/debian/changelog	2017-02-02 00:17:54.000000000 +0900
+++ runc-0.1.1+dfsg1/debian/changelog	2017-05-06 19:57:12.000000000 +0900
@@ -1,3 +1,15 @@
+runc (0.1.1+dfsg1-3) testing-proposed-updates; urgency=medium
+
+  * Team upload.
+  * debian/control:
+    - Add Build-Depends:
+        golang-github-opencontainers-specs-dev (<< 1.0.0~rc2)
+      Since golang-github-opencontainers-specs-dev in sid is 1.0.0~rc2
+      Which has FTBFS issue. We need to use the fixed version in
+      stretch, which is 1.0.0~rc1. (Closes: #858250)
+
+ -- Roger Shimizu <rogershimizu@gmail.com>  Sat, 06 May 2017 19:57:12 +0900
+
 runc (0.1.1+dfsg1-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru runc-0.1.1+dfsg1/debian/control runc-0.1.1+dfsg1/debian/control
--- runc-0.1.1+dfsg1/debian/control	2016-11-30 07:18:25.000000000 +0900
+++ runc-0.1.1+dfsg1/debian/control	2017-05-06 19:57:12.000000000 +0900
@@ -14,6 +14,7 @@
     golang-github-coreos-go-systemd-dev,
     golang-github-docker-go-units-dev,
     golang-github-opencontainers-specs-dev (>= 1.0.0~),
+    golang-github-opencontainers-specs-dev (<< 1.0.0~rc2),
     golang-github-seccomp-libseccomp-golang-dev,
     golang-github-vishvananda-netlink-dev,
     golang-go,

Reply to: