Processed: Re: Bug#1056980: [devuan-dev] bug#813: Reopen 1056980

2023-12-08 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 1056980 serious
Bug #1056980 {Done: Helmut Grohne } [netcat-traditional] 
netcat-traditional: upgrade to 1.10-48 fails (postinst script)
Ignoring request to change severity of Bug 1056980 to the same value.
> reopen 1056980
Bug #1056980 {Done: Helmut Grohne } [netcat-traditional] 
netcat-traditional: upgrade to 1.10-48 fails (postinst script)
Bug reopened
Ignoring request to alter fixed versions of bug #1056980 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1056980: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056980
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed (with 1 error): Re: Bug#1056980: [devuan-dev] bug#813: Reopen 1056980

2023-12-08 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 serious
Bug #1056980 {Done: Helmut Grohne } [netcat-traditional] 
netcat-traditional: upgrade to 1.10-48 fails (postinst script)
Severity set to 'serious' from 'normal'
> tags -1 reopen
Unknown tag/s: reopen.
Recognized are: patch wontfix moreinfo unreproducible help security upstream 
pending confirmed ipv6 lfs d-i l10n newcomer a11y ftbfs fixed-upstream fixed 
fixed-in-experimental sid experimental potato woody sarge sarge-ignore etch 
etch-ignore lenny lenny-ignore squeeze squeeze-ignore wheezy wheezy-ignore 
jessie jessie-ignore stretch stretch-ignore buster buster-ignore bullseye 
bullseye-ignore bookworm bookworm-ignore trixie trixie-ignore forky 
forky-ignore.


-- 
1056980: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056980
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Re: Bug#1056980: [devuan-dev] bug#813: Reopen 1056980

2023-12-08 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 normal
Bug #1056980 [netcat-traditional] netcat-traditional: upgrade to 1.10-48 fails 
(postinst script)
Severity set to 'normal' from 'serious'
> tags -1 = wontfix
Bug #1056980 [netcat-traditional] netcat-traditional: upgrade to 1.10-48 fails 
(postinst script)
Removed tag(s) patch.

-- 
1056980: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056980
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1056980: [devuan-dev] bug#813: Reopen 1056980

2023-12-08 Thread Chris Hofstaedtler
Control: severity -1 normal
Control: tags -1 = wontfix

* Svante Signell  [231208 19:38]:
> On Fri, 2023-12-08 at 16:15 +0100, Svante Signell wrote:
> > reopen 1056980
> > severity 1056980 serious
> > tags 1056980 patch
> > thanks
> 
> Sorry, forgot the patch!
> 

> --- a/debian/netcat-traditional.postinst  2023-11-27 03:20:27.0 
> +0100
> +++ b/debian/netcat-traditional.postinst  2023-12-04 15:11:31.0 
> +0100
> @@ -4,8 +4,8 @@
>  
>  if [ "$1" = "configure" ]; then
>  update-alternatives \
> ---install /bin/nc nc /bin/nc.traditional 10 \
> ---slave /bin/netcat netcat /bin/nc.traditional \
> +--install /usr/bin/nc nc /usr/bin/nc.traditional 10 \
> +--slave /usr/bin/netcat netcat /usr/bin/nc.traditional \
>  --slave /usr/share/man/man1/nc.1.gz nc.1.gz \
>  /usr/share/man/man1/nc.traditional.1.gz \
>  --slave /usr/share/man/man1/netcat.1.gz netcat.1.gz \

This is absolutely wrong on Debian, and must not be uploaded to
Debian.

If you want to keep it as a Devuan delta, go ahead.

Chris



Bug#1056980: [devuan-dev] bug#813: Reopen 1056980

2023-12-08 Thread Svante Signell
On Fri, 2023-12-08 at 16:15 +0100, Svante Signell wrote:
> reopen 1056980
> severity 1056980 serious
> tags 1056980 patch
> thanks

Sorry, forgot the patch!

--- a/debian/netcat-traditional.postinst	2023-11-27 03:20:27.0 +0100
+++ b/debian/netcat-traditional.postinst	2023-12-04 15:11:31.0 +0100
@@ -4,8 +4,8 @@
 
 if [ "$1" = "configure" ]; then
 update-alternatives \
---install /bin/nc nc /bin/nc.traditional 10 \
---slave /bin/netcat netcat /bin/nc.traditional \
+--install /usr/bin/nc nc /usr/bin/nc.traditional 10 \
+--slave /usr/bin/netcat netcat /usr/bin/nc.traditional \
 --slave /usr/share/man/man1/nc.1.gz nc.1.gz \
 /usr/share/man/man1/nc.traditional.1.gz \
 --slave /usr/share/man/man1/netcat.1.gz netcat.1.gz \