Your message dated Fri, 19 Apr 2019 05:52:00 +0000 with message-id <d3f5732b-22d1-97b9-88c7-880d7fc211c7@thykier.net> and subject line Re: Bug#927298: unblock: ebtables/2.0.10.4+snapshot20181205-3 has caused the Debian Bug report #927298, regarding unblock: ebtables/2.0.10.4+snapshot20181205-3 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 owner@bugs.debian.org immediately.) -- 927298: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927298 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: ebtables/2.0.10.4+snapshot20181205-3
- From: Alberto Molina Coballes <alb.molina@gmail.com>
- Date: Wed, 17 Apr 2019 18:25:42 +0200
- Message-id: <[🔎] 155551834250.9100.10212410060371426608.reportbug@mut>
Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Please unblock package ebtables A serious bug was opened on ebtables and arptables regarding an issue with usr merged systems. This patch solves this issue. The debdiff also includes a previous minor commit including salsa CI files, if you consider this must not be included, please let me know. unblock ebtables/2.0.10.4+snapshot20181205-3 Thanksdiff -Nru ebtables-2.0.10.4+snapshot20181205/debian/changelog ebtables-2.0.10.4+snapshot20181205/debian/changelog --- ebtables-2.0.10.4+snapshot20181205/debian/changelog 2019-02-02 19:31:28.000000000 +0000 +++ ebtables-2.0.10.4+snapshot20181205/debian/changelog 2019-04-15 18:23:43.000000000 +0000 @@ -1,3 +1,13 @@ +ebtables (2.0.10.4+snapshot20181205-3) unstable; urgency=medium + + [ Arturo Borrero Gonzalez ] + * [9b474c7] src:ebtables: add salsa CI integration + + [ Alberto Molina Coballes ] + * [5dbd22d] Remove /sbin symlinks on not usr-merged systems (Closes: #926728) + + -- Alberto Molina Coballes <alb.molina@gmail.com> Mon, 15 Apr 2019 18:23:43 +0000 + ebtables (2.0.10.4+snapshot20181205-2) unstable; urgency=medium [ Alberto Molina Coballes ] diff -Nru ebtables-2.0.10.4+snapshot20181205/debian/ebtables.prerm ebtables-2.0.10.4+snapshot20181205/debian/ebtables.prerm --- ebtables-2.0.10.4+snapshot20181205/debian/ebtables.prerm 2019-01-27 20:33:36.000000000 +0000 +++ ebtables-2.0.10.4+snapshot20181205/debian/ebtables.prerm 2019-04-15 08:53:11.000000000 +0000 @@ -7,12 +7,14 @@ fi if [ "$1" = "remove" ] ; then - LIST="ebtables ebtables-save ebtables-restore" - for i in $LIST ; do - if [ -L "/sbin/$i" ] ; then - rm /sbin/$i - fi - done + if [ ! -L /sbin ] || [ "$(readlink /sbin)" != "usr/sbin" ]; then + LIST="ebtables ebtables-save ebtables-restore" + for i in $LIST ; do + if [ -L "/sbin/$i" ] ; then + rm /sbin/$i + fi + done + fi fi #DEBHELPER# diff -Nru ebtables-2.0.10.4+snapshot20181205/debian/gitlab-ci.yml ebtables-2.0.10.4+snapshot20181205/debian/gitlab-ci.yml --- ebtables-2.0.10.4+snapshot20181205/debian/gitlab-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ ebtables-2.0.10.4+snapshot20181205/debian/gitlab-ci.yml 2019-03-02 18:04:37.000000000 +0000 @@ -0,0 +1,6 @@ +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +variables: + RELEASE: 'unstable'
--- End Message ---
--- Begin Message ---
- To: Alberto Molina Coballes <alb.molina@gmail.com>, 927298-done@bugs.debian.org
- Subject: Re: Bug#927298: unblock: ebtables/2.0.10.4+snapshot20181205-3
- From: Niels Thykier <niels@thykier.net>
- Date: Fri, 19 Apr 2019 05:52:00 +0000
- Message-id: <d3f5732b-22d1-97b9-88c7-880d7fc211c7@thykier.net>
- In-reply-to: <[🔎] 9bc66925-6a64-0b2e-7217-1e398f78f0e4@thykier.net>
- References: <[🔎] 155551834250.9100.10212410060371426608.reportbug@mut> <[🔎] 155551834250.9100.10212410060371426608.reportbug@mut> <[🔎] 9bc66925-6a64-0b2e-7217-1e398f78f0e4@thykier.net>
Niels Thykier: > Control: tags -1 moreinfo confirmed > > Alberto Molina Coballes: >> Package: release.debian.org >> Severity: normal >> User: release.debian.org@packages.debian.org >> Usertags: unblock >> >> Please unblock package ebtables >> >> A serious bug was opened on ebtables and arptables regarding an issue >> with usr merged systems. This patch solves this issue. >> >> The debdiff also includes a previous minor commit including salsa CI files, if you >> consider this must not be included, please let me know. >> >> unblock ebtables/2.0.10.4+snapshot20181205-3 >> >> Thanks >> > > > Please go ahead with the upload/changes as-is and remove the moreinfo > tag when it is ready to be unblocked. > > Thanks, > ~Niels > This has now been uploaded and unblocked. Thanks, ~Niels
--- End Message ---