Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.bugs.dist > #952522 > unrolled thread
| Started by | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> |
|---|---|
| First post | 2019-04-01 12:30 +0200 |
| Last post | 2019-04-03 17:00 +0200 |
| Articles | 7 — 2 participants |
Back to article view | Back to linux.debian.bugs.dist
Bug#926161: sbuild fails to build packages for wheezy ELTS Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - 2019-04-01 12:30 +0200
Bug#926161: here comes the .debdiff Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - 2019-04-01 12:50 +0200
Bug#926161: sbuild fails to build packages for wheezy ELTS Johannes Schauer <josch@debian.org> - 2019-04-01 13:00 +0200
Bug#926161: sbuild fails to build packages for wheezy ELTS Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - 2019-04-01 13:10 +0200
Bug#926161: sbuild fails to build packages for wheezy ELTS Johannes Schauer <josch@debian.org> - 2019-04-01 13:30 +0200
Bug#926161: sbuild fails to build packages for wheezy ELTS Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - 2019-04-02 11:00 +0200
Bug#923484: Bug#926161: sbuild fails to build packages for wheezy ELTS Johannes Schauer <josch@debian.org> - 2019-04-03 17:00 +0200
| From | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> |
|---|---|
| Date | 2019-04-01 12:30 +0200 |
| Subject | Bug#926161: sbuild fails to build packages for wheezy ELTS |
| Message-ID | <xI2mw-O2-13@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
Package: sbuild
Version: 0.78.1-1
Severity: important
Hi,
the members of the Freexian Extended LTS team need to be able to build
packages for wheezy.
I have recently upgraded my notebook to Debian 10 (pre) and from then
on it failed building packages for wheezy-lts via sbuild.
```
+------------------------------------------------------------------------------+
| Install package build dependencies
|
+------------------------------------------------------------------------------+
Setup apt archive
-----------------
Merged Build-Depends: debhelper (>= 9), libpam0g-dev, libselinux1-dev,
libaudit-dev, build-essential, fakeroot
Filtered Build-Depends: debhelper (>= 9), libpam0g-dev,
libselinux1-dev, libaudit-dev, build-essential, fakeroot
dpkg-deb: building package `sbuild-build-depends-main-dummy' in
`/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-main-dummy.deb'.
gzip: unrecognized option '--keep'
Try `gzip --help' for more information.
gzip failed: 256
E: cannot create dummy archive
Failed to run apt-ftparchive.
E: Setting up apt archive failed
```
I currently run a slightly patched version of sbuild (.debdiff is
attached). With the below patch, I can build packages for wheezy again:
```
diff -Nru sbuild-0.78.1/debian/patches/support-gzip-in-wheezy.patch
sbuild-0.78.1/debian/patches/support-gzip-in-wheezy.patch
---
sbuild-0.78.1/debian/patches/support-gzip-in-wheezy.patch 1970-01-01
01:00:00.000000000 +0100
+++
sbuild-0.78.1/debian/patches/support-gzip-in-wheezy.patch 2019-04-01
11:33:06.000000000 +0200
@@ -0,0 +1,16 @@
+Description: gzip in wheezy lacks --keep option, so avoid using it.
+Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+
+--- a/lib/Sbuild/ResolverBase.pm
++++ b/lib/Sbuild/ResolverBase.pm
+@@ -1445,8 +1445,8 @@
+ closedir($dh);
+ }
+
+-system('gzip', '--keep', '--force', 'Packages') == 0 or die "gzip
failed: $?\n";
+-system('gzip', '--keep', '--force', 'Sources') == 0 or die "gzip
failed: $?\n";
++system('gzip -c --force Packages > Packages.gz') == 0 or die "gzip
failed: $?\n";
++system('gzip -c --force Sources > Sources.gz' ) == 0 or die "gzip
failed: $?\n";
+
+ my $packages_md5 = hash_file('Packages', 'md5sum');
+ my $sources_md5 = hash_file('Sources', 'md5sum');
```
Thanks+Greets,
Mike
--
DAS-NETZWERKTEAM
c\o Technik- und Ökologiezentrum Eckernförde
Mike Gabriel, Marienthaler str. 17, 24340 Eckernförde
mobile: +49 (1520) 1976 148
landline: +49 (4354) 8390 139
GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22 0782 9AF4 6B30 2577 1B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
[toc] | [next] | [standalone]
| From | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> |
|---|---|
| Date | 2019-04-01 12:50 +0200 |
| Subject | Bug#926161: here comes the .debdiff |
| Message-ID | <xI2FP-Uq-1@gated-at.bofh.it> |
| In reply to | #952522 |
[Multipart message — attachments visible in raw view] — view raw
My previous mail lacked the .debdiff attachment, so here it comes. Mike -- DAS-NETZWERKTEAM c\o Technik- und Ökologiezentrum Eckernförde Mike Gabriel, Marienthaler str. 17, 24340 Eckernförde mobile: +49 (1520) 1976 148 landline: +49 (4354) 8390 139 GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22 0782 9AF4 6B30 2577 1B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
[toc] | [prev] | [next] | [standalone]
| From | Johannes Schauer <josch@debian.org> |
|---|---|
| Date | 2019-04-01 13:00 +0200 |
| Message-ID | <xI2Pv-XJ-3@gated-at.bofh.it> |
| In reply to | #952522 |
[Multipart message — attachments visible in raw view] — view raw
Control: tag -1 + patch
Hi,
Quoting Mike Gabriel (2019-04-01 12:22:42)
> Package: sbuild
> Version: 0.78.1-1
> Severity: important
>
> Hi,
>
> the members of the Freexian Extended LTS team need to be able to build
> packages for wheezy.
>
> I have recently upgraded my notebook to Debian 10 (pre) and from then
> on it failed building packages for wheezy-lts via sbuild.
>
> ```
> +------------------------------------------------------------------------------+
> | Install package build dependencies
> |
> +------------------------------------------------------------------------------+
>
>
> Setup apt archive
> -----------------
>
> Merged Build-Depends: debhelper (>= 9), libpam0g-dev, libselinux1-dev,
> libaudit-dev, build-essential, fakeroot
> Filtered Build-Depends: debhelper (>= 9), libpam0g-dev,
> libselinux1-dev, libaudit-dev, build-essential, fakeroot
> dpkg-deb: building package `sbuild-build-depends-main-dummy' in
> `/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> gzip: unrecognized option '--keep'
> Try `gzip --help' for more information.
> gzip failed: 256
> E: cannot create dummy archive
> Failed to run apt-ftparchive.
> E: Setting up apt archive failed
> ```
>
> I currently run a slightly patched version of sbuild (.debdiff is
> attached). With the below patch, I can build packages for wheezy again:
>
> ```
> diff -Nru sbuild-0.78.1/debian/patches/support-gzip-in-wheezy.patch
> sbuild-0.78.1/debian/patches/support-gzip-in-wheezy.patch
> ---
> sbuild-0.78.1/debian/patches/support-gzip-in-wheezy.patch 1970-01-01
> 01:00:00.000000000 +0100
> +++
> sbuild-0.78.1/debian/patches/support-gzip-in-wheezy.patch 2019-04-01
> 11:33:06.000000000 +0200
> @@ -0,0 +1,16 @@
> +Description: gzip in wheezy lacks --keep option, so avoid using it.
> +Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
> +
> +--- a/lib/Sbuild/ResolverBase.pm
> ++++ b/lib/Sbuild/ResolverBase.pm
> +@@ -1445,8 +1445,8 @@
> + closedir($dh);
> + }
> +
> +-system('gzip', '--keep', '--force', 'Packages') == 0 or die "gzip
> failed: $?\n";
> +-system('gzip', '--keep', '--force', 'Sources') == 0 or die "gzip
> failed: $?\n";
> ++system('gzip -c --force Packages > Packages.gz') == 0 or die "gzip
> failed: $?\n";
> ++system('gzip -c --force Sources > Sources.gz' ) == 0 or die "gzip
> failed: $?\n";
> +
> + my $packages_md5 = hash_file('Packages', 'md5sum');
> + my $sources_md5 = hash_file('Sources', 'md5sum');
> ```
indeed I was not aware that the --keep option is a relatively recent addition
to gzip. Does wheezy sbuild at least have the short option or is it completely
missing?
Why do you think is this issue of severity important? Did you contact the
release team about a possible freeze exception?
Thanks!
cheers, josch
[toc] | [prev] | [next] | [standalone]
| From | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> |
|---|---|
| Date | 2019-04-01 13:10 +0200 |
| Message-ID | <xI2Zc-1gk-11@gated-at.bofh.it> |
| In reply to | #952527 |
[Multipart message — attachments visible in raw view] — view raw
Hi Johannes,
On Mo 01 Apr 2019 12:46:32 CEST, Johannes Schauer wrote:
> Control: tag -1 + patch
>
> Hi,
>
> Quoting Mike Gabriel (2019-04-01 12:22:42)
>> Package: sbuild
>> Version: 0.78.1-1
>> Severity: important
>>
>> Hi,
>>
>> the members of the Freexian Extended LTS team need to be able to build
>> packages for wheezy.
>>
>> I have recently upgraded my notebook to Debian 10 (pre) and from then
>> on it failed building packages for wheezy-lts via sbuild.
>>
>> ```
>> +------------------------------------------------------------------------------+
>> | Install package build dependencies
>> |
>> +------------------------------------------------------------------------------+
>>
>>
>> Setup apt archive
>> -----------------
>>
>> Merged Build-Depends: debhelper (>= 9), libpam0g-dev, libselinux1-dev,
>> libaudit-dev, build-essential, fakeroot
>> Filtered Build-Depends: debhelper (>= 9), libpam0g-dev,
>> libselinux1-dev, libaudit-dev, build-essential, fakeroot
>> dpkg-deb: building package `sbuild-build-depends-main-dummy' in
>> `/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-main-dummy.deb'.
>> gzip: unrecognized option '--keep'
>> Try `gzip --help' for more information.
>> gzip failed: 256
>> E: cannot create dummy archive
>> Failed to run apt-ftparchive.
>> E: Setting up apt archive failed
>> ```
>>
>> I currently run a slightly patched version of sbuild (.debdiff is
>> attached). With the below patch, I can build packages for wheezy again:
>>
>> ```
>> diff -Nru sbuild-0.78.1/debian/patches/support-gzip-in-wheezy.patch
>> sbuild-0.78.1/debian/patches/support-gzip-in-wheezy.patch
>> ---
>> sbuild-0.78.1/debian/patches/support-gzip-in-wheezy.patch 1970-01-01
>> 01:00:00.000000000 +0100
>> +++
>> sbuild-0.78.1/debian/patches/support-gzip-in-wheezy.patch 2019-04-01
>> 11:33:06.000000000 +0200
>> @@ -0,0 +1,16 @@
>> +Description: gzip in wheezy lacks --keep option, so avoid using it.
>> +Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
>> +
>> +--- a/lib/Sbuild/ResolverBase.pm
>> ++++ b/lib/Sbuild/ResolverBase.pm
>> +@@ -1445,8 +1445,8 @@
>> + closedir($dh);
>> + }
>> +
>> +-system('gzip', '--keep', '--force', 'Packages') == 0 or die "gzip
>> failed: $?\n";
>> +-system('gzip', '--keep', '--force', 'Sources') == 0 or die "gzip
>> failed: $?\n";
>> ++system('gzip -c --force Packages > Packages.gz') == 0 or die "gzip
>> failed: $?\n";
>> ++system('gzip -c --force Sources > Sources.gz' ) == 0 or die "gzip
>> failed: $?\n";
>> +
>> + my $packages_md5 = hash_file('Packages', 'md5sum');
>> + my $sources_md5 = hash_file('Sources', 'md5sum');
>> ```
>
> indeed I was not aware that the --keep option is a relatively recent addition
> to gzip. Does wheezy sbuild at least have the short option or is it
> completely
> missing?
Wheezy's gzip (not sbuild, as written above) lacks the --keep
functionality entirely. So neither "--keep" and nor "-k" are available.
> Why do you think is this issue of severity important? Did you contact the
> release team about a possible freeze exception?
I assume that the RT will make a freeze exception for the above patch.
One member of the release team is also an ELTS contributor (Emilio, in
Cc:). Keeping Debian's tool chains intact, also for team's providing
security support for old versions of Debian, seems justification
enough for setting this bug's severity to important.
If you don't have a good feeling with this, could you still provide a
package upgrade proposal (as .debdiff) and I let the RT pre-approve
the to-be-uploaded package?
Thanks+Greets,
Mike
--
DAS-NETZWERKTEAM
c\o Technik- und Ökologiezentrum Eckernförde
Mike Gabriel, Marienthaler str. 17, 24340 Eckernförde
mobile: +49 (1520) 1976 148
landline: +49 (4354) 8390 139
GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22 0782 9AF4 6B30 2577 1B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
[toc] | [prev] | [next] | [standalone]
| From | Johannes Schauer <josch@debian.org> |
|---|---|
| Date | 2019-04-01 13:30 +0200 |
| Message-ID | <xI3ix-1mO-3@gated-at.bofh.it> |
| In reply to | #952530 |
[Multipart message — attachments visible in raw view] — view raw
Hi Mike,
Quoting Mike Gabriel (2019-04-01 13:04:14)
> >> the members of the Freexian Extended LTS team need to be able to build
> >> packages for wheezy.
> >>
> >> I have recently upgraded my notebook to Debian 10 (pre) and from then
> >> on it failed building packages for wheezy-lts via sbuild.
> >>
> >> ```
> >> +------------------------------------------------------------------------------+
> >> | Install package build dependencies
> >> |
> >> +------------------------------------------------------------------------------+
> >>
> >>
> >> Setup apt archive
> >> -----------------
> >>
> >> Merged Build-Depends: debhelper (>= 9), libpam0g-dev, libselinux1-dev,
> >> libaudit-dev, build-essential, fakeroot
> >> Filtered Build-Depends: debhelper (>= 9), libpam0g-dev,
> >> libselinux1-dev, libaudit-dev, build-essential, fakeroot
> >> dpkg-deb: building package `sbuild-build-depends-main-dummy' in
> >> `/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> >> gzip: unrecognized option '--keep'
> >> Try `gzip --help' for more information.
> >> gzip failed: 256
> >> E: cannot create dummy archive
> >> Failed to run apt-ftparchive.
> >> E: Setting up apt archive failed
> >> ```
> >>
> >> I currently run a slightly patched version of sbuild (.debdiff is
> >> attached). With the below patch, I can build packages for wheezy again:
> >>
> >> ```
> >> diff -Nru sbuild-0.78.1/debian/patches/support-gzip-in-wheezy.patch
> >> sbuild-0.78.1/debian/patches/support-gzip-in-wheezy.patch
> >> ---
> >> sbuild-0.78.1/debian/patches/support-gzip-in-wheezy.patch 1970-01-01
> >> 01:00:00.000000000 +0100
> >> +++
> >> sbuild-0.78.1/debian/patches/support-gzip-in-wheezy.patch 2019-04-01
> >> 11:33:06.000000000 +0200
> >> @@ -0,0 +1,16 @@
> >> +Description: gzip in wheezy lacks --keep option, so avoid using it.
> >> +Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
> >> +
> >> +--- a/lib/Sbuild/ResolverBase.pm
> >> ++++ b/lib/Sbuild/ResolverBase.pm
> >> +@@ -1445,8 +1445,8 @@
> >> + closedir($dh);
> >> + }
> >> +
> >> +-system('gzip', '--keep', '--force', 'Packages') == 0 or die "gzip
> >> failed: $?\n";
> >> +-system('gzip', '--keep', '--force', 'Sources') == 0 or die "gzip
> >> failed: $?\n";
> >> ++system('gzip -c --force Packages > Packages.gz') == 0 or die "gzip
> >> failed: $?\n";
> >> ++system('gzip -c --force Sources > Sources.gz' ) == 0 or die "gzip
> >> failed: $?\n";
> >> +
> >> + my $packages_md5 = hash_file('Packages', 'md5sum');
> >> + my $sources_md5 = hash_file('Sources', 'md5sum');
> >> ```
> >
> > indeed I was not aware that the --keep option is a relatively recent addition
> > to gzip. Does wheezy sbuild at least have the short option or is it
> > completely
> > missing?
>
> Wheezy's gzip (not sbuild, as written above)
Indeed a typo. Thanks.
> lacks the --keep functionality entirely. So neither "--keep" and nor "-k" are
> available.
Ah, alright. Thanks for the additional information.
> > Why do you think is this issue of severity important? Did you contact the
> > release team about a possible freeze exception?
> I assume that the RT will make a freeze exception for the above patch. One
> member of the release team is also an ELTS contributor (Emilio, in Cc:).
> Keeping Debian's tool chains intact, also for team's providing security
> support for old versions of Debian, seems justification enough for setting
> this bug's severity to important.
Emilio, what is your feeling about this?
> If you don't have a good feeling with this, could you still provide a
> package upgrade proposal (as .debdiff) and I let the RT pre-approve the
> to-be-uploaded package?
I'm happy with the patch you provided. If you like, get RT pre-approve and NMU
sbuild with the debdiff you provided.
Thanks!
cheers, josch
[toc] | [prev] | [next] | [standalone]
| From | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> |
|---|---|
| Date | 2019-04-02 11:00 +0200 |
| Message-ID | <xInqV-5mT-3@gated-at.bofh.it> |
| In reply to | #952522 |
[Multipart message — attachments visible in raw view] — view raw
Hi Johannes,
On Di 02 Apr 2019 09:07:33 CEST, Emilio Pozuelo Monfort wrote:
> On 01/04/2019 13:04, Mike Gabriel wrote:
>> Hi Johannes,
>>
>> On Mo 01 Apr 2019 12:46:32 CEST, Johannes Schauer wrote:
>>
>>> Control: tag -1 + patch
>>>
>>> Hi,
>>>
>>> Quoting Mike Gabriel (2019-04-01 12:22:42)
>>>> Package: sbuild
>>>> Version: 0.78.1-1
>>>> Severity: important
>>>>
>>>> Hi,
>>>>
>>>> the members of the Freexian Extended LTS team need to be able to build
>>>> packages for wheezy.
>>>>
>>>> I have recently upgraded my notebook to Debian 10 (pre) and from then
>>>> on it failed building packages for wheezy-lts via sbuild.
>>>>
>>>> ```
>>>> +------------------------------------------------------------------------------+
>>>> | Install package build dependencies
>>>> |
>>>> +------------------------------------------------------------------------------+
>>>>
>>>>
>>>> Setup apt archive
>>>> -----------------
>>>>
>>>> Merged Build-Depends: debhelper (>= 9), libpam0g-dev, libselinux1-dev,
>>>> libaudit-dev, build-essential, fakeroot
>>>> Filtered Build-Depends: debhelper (>= 9), libpam0g-dev,
>>>> libselinux1-dev, libaudit-dev, build-essential, fakeroot
>>>> dpkg-deb: building package `sbuild-build-depends-main-dummy' in
>>>> `/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-main-dummy.deb'.
>>>> gzip: unrecognized option '--keep'
>>>> Try `gzip --help' for more information.
>>>> gzip failed: 256
>>>> E: cannot create dummy archive
>>>> Failed to run apt-ftparchive.
>>>> E: Setting up apt archive failed
>>>> ```
>>>>
>>>> I currently run a slightly patched version of sbuild (.debdiff is
>>>> attached). With the below patch, I can build packages for wheezy again:
>>>>
>>>> ```
>>>> diff -Nru sbuild-0.78.1/debian/patches/support-gzip-in-wheezy.patch
>>>> sbuild-0.78.1/debian/patches/support-gzip-in-wheezy.patch
>>>> ---
>>>> sbuild-0.78.1/debian/patches/support-gzip-in-wheezy.patch 1970-01-01
>>>> 01:00:00.000000000 +0100
>>>> +++
>>>> sbuild-0.78.1/debian/patches/support-gzip-in-wheezy.patch 2019-04-01
>>>> 11:33:06.000000000 +0200
>>>> @@ -0,0 +1,16 @@
>>>> +Description: gzip in wheezy lacks --keep option, so avoid using it.
>>>> +Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
>>>> +
>>>> +--- a/lib/Sbuild/ResolverBase.pm
>>>> ++++ b/lib/Sbuild/ResolverBase.pm
>>>> +@@ -1445,8 +1445,8 @@
>>>> + closedir($dh);
>>>> + }
>>>> +
>>>> +-system('gzip', '--keep', '--force', 'Packages') == 0 or die "gzip
>>>> failed: $?\n";
>>>> +-system('gzip', '--keep', '--force', 'Sources') == 0 or die "gzip
>>>> failed: $?\n";
>>>> ++system('gzip -c --force Packages > Packages.gz') == 0 or die "gzip
>>>> failed: $?\n";
>>>> ++system('gzip -c --force Sources > Sources.gz' ) == 0 or die "gzip
>>>> failed: $?\n";
>>>> +
>>>> + my $packages_md5 = hash_file('Packages', 'md5sum');
>>>> + my $sources_md5 = hash_file('Sources', 'md5sum');
>>>> ```
>>>
>>> indeed I was not aware that the --keep option is a relatively
>>> recent addition
>>> to gzip. Does wheezy sbuild at least have the short option or is
>>> it completely
>>> missing?
>>
>> Wheezy's gzip (not sbuild, as written above) lacks the --keep functionality
>> entirely. So neither "--keep" and nor "-k" are available.
>>
>>> Why do you think is this issue of severity important? Did you contact the
>>> release team about a possible freeze exception?
>>
>> I assume that the RT will make a freeze exception for the above patch. One
>> member of the release team is also an ELTS contributor (Emilio, in
>> Cc:). Keeping
>> Debian's tool chains intact, also for team's providing security
>> support for old
>> versions of Debian, seems justification enough for setting this
>> bug's severity
>> to important.
>
> This looks alright. Please also include the patch from #923484
> (hopefully after
> an ack from the maintainers).
>
> Emilio
Please do the upload with #923484 and #926161 fixed to unstable and
send me the .debdiff off-list / off-bts. I will then file the unblock
bug for it.
It is ok, to upload first, then request unblocking for the two bugs named.
Thanks,
Mike
--
DAS-NETZWERKTEAM
c\o Technik- und Ökologiezentrum Eckernförde
Mike Gabriel, Marienthaler str. 17, 24340 Eckernförde
mobile: +49 (1520) 1976 148
landline: +49 (4354) 8390 139
GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22 0782 9AF4 6B30 2577 1B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
[toc] | [prev] | [next] | [standalone]
| From | Johannes Schauer <josch@debian.org> |
|---|---|
| Date | 2019-04-03 17:00 +0200 |
| Subject | Bug#923484: Bug#926161: sbuild fails to build packages for wheezy ELTS |
| Message-ID | <xIPwR-5DA-1@gated-at.bofh.it> |
| In reply to | #952658 |
[Multipart message — attachments visible in raw view] — view raw
Hi, Quoting Mike Gabriel (2019-04-02 10:51:06) > On Di 02 Apr 2019 09:07:33 CEST, Emilio Pozuelo Monfort wrote: > > This looks alright. Please also include the patch from #923484 (hopefully > > after an ack from the maintainers). > Please do the upload with #923484 and #926161 fixed to unstable and send me > the .debdiff off-list / off-bts. I will then file the unblock bug for it. > > It is ok, to upload first, then request unblocking for the two bugs named. wonderful! The upload fixing both bugs to unstable did just happen. https://tracker.debian.org/news/1037233/accepted-sbuild-0781-2-source-into-unstable/ Unblock request is here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926324 Thanks to all involved for resolving this situation so smoothly! :) cheers, josch
[toc] | [prev] | [standalone]
Back to top | Article view | linux.debian.bugs.dist
csiph-web