Bug#978911: transmission: diff for NMU version 3.00-1.1

2021-12-14 Thread Sandro Tosi
> It's been another 2 weeks and this RC bug is still open. In total this RC bug
> has lasted for almost a year. This doesn't look well.

false. the bug has been open since a year, it has become RC since Aug 2021 only.

> I know that the proposed patch is not elegant at all (really hacky in terms of
> macro processing), and I understand that upstream will be moving away from
> autotools in future releases thus applying this patch might not be the ideal
> choice. However, having this package FTBFS in the archive forever is
> definitely not a good choice either. For example, such FTBFS might block any
> future transition in the near future (e.g., openssl-3.0 as in
> https://release.debian.org/transitions/html/auto-openssl.html ). I don't see
> any benefit with procrastination on it.

so, what's exactly broken that you're pestering so much to get it
addressed this urgently?

transmission works fine, it's not at risk of being removed from
testing, i'll deal with it in due corse.

thanks for your concern, but take it easy

-- 
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
Twitter: https://twitter.com/sandrotosi



Bug#978911: transmission: diff for NMU version 3.00-1.1

2021-12-14 Thread Boyuan Yang
X-Debbugs-CC: mo...@debian.org cost...@debian.org

Hi,

On Wed, 01 Dec 2021 00:12:42 -0500 Boyuan Yang  wrote:
> Control: tags -1 -pending
> 
> Hi,
> 
> 在 2021-11-30星期二的 18:09 -0500,Sandro Tosi写道:
> > > I've prepared an NMU for transmission (versioned as 3.00-1.1) and
> > > uploaded it to DELAYED/5. Please feel free to tell me if I
> > > should delay it longer.
> > 
> > please remove it from the delayed queue, there's no need for a nmu here
> 
> I have cancelled the upload and removed it from the delayed queue. Since
this
> will leave this RC bug open, may I ask how will it be fixed then?

It's been another 2 weeks and this RC bug is still open. In total this RC bug
has lasted for almost a year. This doesn't look well.

I know that the proposed patch is not elegant at all (really hacky in terms of
macro processing), and I understand that upstream will be moving away from
autotools in future releases thus applying this patch might not be the ideal
choice. However, having this package FTBFS in the archive forever is
definitely not a good choice either. For example, such FTBFS might block any
future transition in the near future (e.g., openssl-3.0 as in
https://release.debian.org/transitions/html/auto-openssl.html ). I don't see
any benefit with procrastination on it.

Thanks,
Boyuan Yang


signature.asc
Description: This is a digitally signed message part


Bug#978911: transmission: diff for NMU version 3.00-1.1

2021-11-30 Thread Boyuan Yang
Control: tags -1 -pending

Hi,

在 2021-11-30星期二的 18:09 -0500,Sandro Tosi写道:
> > I've prepared an NMU for transmission (versioned as 3.00-1.1) and
> > uploaded it to DELAYED/5. Please feel free to tell me if I
> > should delay it longer.
> 
> please remove it from the delayed queue, there's no need for a nmu here

I have cancelled the upload and removed it from the delayed queue. Since this
will leave this RC bug open, may I ask how will it be fixed then?

Thanks,
Boyuan Yang



Bug#978911: transmission: diff for NMU version 3.00-1.1

2021-11-30 Thread Sandro Tosi
> I've prepared an NMU for transmission (versioned as 3.00-1.1) and
> uploaded it to DELAYED/5. Please feel free to tell me if I
> should delay it longer.

please remove it from the delayed queue, there's no need for a nmu here

-- 
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
Twitter: https://twitter.com/sandrotosi



Bug#978911: transmission: diff for NMU version 3.00-1.1

2021-11-30 Thread Boyuan Yang
Control: tags 978911 + pending

Dear maintainer,

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

Regards.

diff -Nru transmission-3.00/debian/changelog transmission-
3.00/debian/changelog
--- transmission-3.00/debian/changelog  2020-05-28 22:05:37.0 -0400
+++ transmission-3.00/debian/changelog  2021-11-30 17:18:21.0 -0500
@@ -1,3 +1,10 @@
+transmission (3.00-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Fix FTBFS with autoconf 2.70. (Closes: #978911)
+
+ -- Boyuan Yang   Tue, 30 Nov 2021 17:18:21 -0500
+
 transmission (3.00-1) unstable; urgency=medium
 
   * New upstream release; Closes: #960362
diff -Nru transmission-3.00/debian/patches/build_new_autoconf.patch
transmission-3.00/debian/patches/build_new_autoconf.patch
--- transmission-3.00/debian/patches/build_new_autoconf.patch   1969-12-31
19:00:00.0 -0500
+++ transmission-3.00/debian/patches/build_new_autoconf.patch   2021-11-30
17:17:10.0 -0500
@@ -0,0 +1,24 @@
+From: Sebastien Bacher 
+Date: Fri, 12 Nov 2021 16:38:40 +0100
+Subject: Fix FTBFS with autoconf 2.70
+
+Bug-Debian: https://bugs.debian.org/978911
+---
+ configure.ac | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 211ca36..c457351 100644
+--- a/configure.ac
 b/configure.ac
+@@ -555,9 +555,7 @@ dnl it should be safe to re-edit 0.40 back down to 0.23
+ use_nls=no
+ if test "x$enable_nls" = "xyes" ; then
+ use_nls=yes
+-m4_ifdef([IT_PROG_INTLTOOL],
+- [IT_PROG_INTLTOOL([0.35.0],[no-xml])],
+- [AC_MSG_ERROR("--enable-nls requires intltool to be
installed.")])
++IT_PROG_INTLTOOL([0.35.0],[no-xml])
+ AC_CHECK_HEADERS([libintl.h])
+ GETTEXT_PACKAGE=transmission-gtk
+ AC_SUBST(GETTEXT_PACKAGE)
diff -Nru transmission-3.00/debian/patches/series transmission-
3.00/debian/patches/series
--- transmission-3.00/debian/patches/series 2020-05-28 22:05:37.0
-0400
+++ transmission-3.00/debian/patches/series 2021-11-30 17:17:34.0
-0500
@@ -3,3 +3,4 @@
 transmission-daemon_execstop_service.patch
 ayatana-indicators.patch
 patch-vendored-libdht.patch
+build_new_autoconf.patch


signature.asc
Description: This is a digitally signed message part