Bug#1059417: ed: diff for NMU version 1.20.1-1.1

2024-04-28 Thread Lev Lamberov
Hi,

Сб 27 апр 2024 @ 22:35 Chris Hofstaedtler :

> Lev,
>
> * Sven Joachim  [240427 19:48]:
>> On 2024-04-17 14:26 +0200, Chris Hofstaedtler wrote:
>> > I've prepared an NMU for ed (versioned as 1.20.1-1.1) and
>> > uploaded it to DELAYED/7. Please feel free to tell me if I
>> > should delay it longer.
>> 
>> Seems your NMU was ignored and reverted in the latest upload. :-(
>
> I'm guessing you didn't see the bug-mail / NMU so far? Are you going
> to upload the patch yourself?

Ahhh... Right, I missed the bug report somehow.

I'll apply the patch to the latest version and upload it.

Regards,
Lev



Bug#1059417: ed: diff for NMU version 1.20.1-1.1

2024-04-27 Thread Chris Hofstaedtler
Lev,

* Sven Joachim  [240427 19:48]:
> On 2024-04-17 14:26 +0200, Chris Hofstaedtler wrote:
> > I've prepared an NMU for ed (versioned as 1.20.1-1.1) and
> > uploaded it to DELAYED/7. Please feel free to tell me if I
> > should delay it longer.
> 
> Seems your NMU was ignored and reverted in the latest upload. :-(

I'm guessing you didn't see the bug-mail / NMU so far? Are you going
to upload the patch yourself?

Chris



Bug#1059417: ed: diff for NMU version 1.20.1-1.1

2024-04-27 Thread Sven Joachim
Control: found -1 1.20.2-1

On 2024-04-17 14:26 +0200, Chris Hofstaedtler wrote:

> Control: tags 1059417 + patch
> Control: tags 1059417 + pending
>
>
> Dear maintainer,
>
> I've prepared an NMU for ed (versioned as 1.20.1-1.1) and
> uploaded it to DELAYED/7. Please feel free to tell me if I
> should delay it longer.

Seems your NMU was ignored and reverted in the latest upload. :-(

Cheers,
   Sven

> diff -Nru ed-1.20.1/debian/changelog ed-1.20.1/debian/changelog
> --- ed-1.20.1/debian/changelog2024-02-17 12:12:41.0 +0100
> +++ ed-1.20.1/debian/changelog2024-04-17 14:22:21.0 +0200
> @@ -1,3 +1,12 @@
> +ed (1.20.1-1.1) unstable; urgency=medium
> +
> +  * Non-maintainer upload.
> +  * Install ed, red into /usr/bin. (Closes: #1059417)
> +Keep update-alternatives calls unchanged, to preserve existing
> +user configuration.
> +
> + -- Chris Hofstaedtler   Wed, 17 Apr 2024 14:22:21 +0200
> +
>  ed (1.20.1-1) unstable; urgency=medium
>
>* New upstream version 1.20.1
> diff -Nru ed-1.20.1/debian/rules ed-1.20.1/debian/rules
> --- ed-1.20.1/debian/rules2024-02-17 12:12:41.0 +0100
> +++ ed-1.20.1/debian/rules2024-04-17 14:21:33.0 +0200
> @@ -12,7 +12,7 @@
>   dh $@
>
>  override_dh_auto_configure:
> - dh_auto_configure -- --bindir=/bin $(CROSS) \
> + dh_auto_configure -- $(CROSS) \
> $(foreach v,CPPFLAGS CFLAGS LDFLAGS,'$(v)=$($(v))')
>
>  override_dh_auto_test:



Bug#1059417: ed: diff for NMU version 1.20.1-1.1

2024-04-17 Thread Chris Hofstaedtler
Control: tags 1059417 + patch
Control: tags 1059417 + pending


Dear maintainer,

I've prepared an NMU for ed (versioned as 1.20.1-1.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Chris

diff -Nru ed-1.20.1/debian/changelog ed-1.20.1/debian/changelog
--- ed-1.20.1/debian/changelog	2024-02-17 12:12:41.0 +0100
+++ ed-1.20.1/debian/changelog	2024-04-17 14:22:21.0 +0200
@@ -1,3 +1,12 @@
+ed (1.20.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Install ed, red into /usr/bin. (Closes: #1059417)
+Keep update-alternatives calls unchanged, to preserve existing
+user configuration.
+
+ -- Chris Hofstaedtler   Wed, 17 Apr 2024 14:22:21 +0200
+
 ed (1.20.1-1) unstable; urgency=medium
 
   * New upstream version 1.20.1
diff -Nru ed-1.20.1/debian/rules ed-1.20.1/debian/rules
--- ed-1.20.1/debian/rules	2024-02-17 12:12:41.0 +0100
+++ ed-1.20.1/debian/rules	2024-04-17 14:21:33.0 +0200
@@ -12,7 +12,7 @@
 	dh $@
 
 override_dh_auto_configure:
-	dh_auto_configure -- --bindir=/bin $(CROSS) \
+	dh_auto_configure -- $(CROSS) \
 	  $(foreach v,CPPFLAGS CFLAGS LDFLAGS,'$(v)=$($(v))')
 
 override_dh_auto_test: