Package: mp3splt
Version: 2.6.2+20170630-3.2
Severity: normal
Tags: patch  pending

Dear maintainer,

I've prepared an NMU for mp3splt (versioned as 2.6.2+20170630-3.3) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru mp3splt-2.6.2+20170630/debian/changelog 
mp3splt-2.6.2+20170630/debian/changelog
--- mp3splt-2.6.2+20170630/debian/changelog     2023-08-29 23:53:33.000000000 
+0200
+++ mp3splt-2.6.2+20170630/debian/changelog     2024-10-24 20:37:35.000000000 
+0200
@@ -1,3 +1,16 @@
+mp3splt (2.6.2+20170630-3.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ zhangdandan <zhangdan...@loongson.cn> ]
+  * update the outdated config.{guess,sub} to recognize the LoongArch
+    (Closes: #1074043, #1069766)
+
+  [ Helmut Grohne <hel...@subdivi.de> ]
+  * Fix FTCBFS (Closes: #981158)
+
+ -- Gianfranco Costamagna <locutusofb...@debian.org>  Thu, 24 Oct 2024 
20:37:35 +0200
+
 mp3splt (2.6.2+20170630-3.2) unstable; urgency=medium

   * Non-maintainer upload.
diff -Nru mp3splt-2.6.2+20170630/debian/patches/cross.patch 
mp3splt-2.6.2+20170630/debian/patches/cross.patch
--- mp3splt-2.6.2+20170630/debian/patches/cross.patch   1970-01-01 
01:00:00.000000000 +0100
+++ mp3splt-2.6.2+20170630/debian/patches/cross.patch   2024-10-24 
20:37:35.000000000 +0200
@@ -0,0 +1,26 @@
+Author: Helmut Grohne <hel...@subdivi.de>
+Description: FTCBFS: abuses AC_CHECK_FILE
+Bug-Debian: https://bugs.debian.org/981158
+
+--- mp3splt-2.6.2+20170630.orig/libmp3splt/configure.ac
++++ mp3splt-2.6.2+20170630/libmp3splt/configure.ac
+@@ -252,7 +252,7 @@
+ AC_CHECK_CUTTER
+
+ cutter_command="no"
+-AC_CHECK_FILE([$CUTTER], [cutter_command="yes"])
++AS_IF([test -e "$CUTTER"], [cutter_command="yes"])
+
+ if test "x$CUTTER" != x;then
+   if test "x$cutter_command" = xyes;then
+--- mp3splt-2.6.2+20170630.orig/mp3splt-gtk/configure.ac
++++ mp3splt-2.6.2+20170630/mp3splt-gtk/configure.ac
+@@ -312,7 +312,7 @@
+ AC_CHECK_CUTTER
+
+ cutter_command="no"
+-AC_CHECK_FILE([$CUTTER], [cutter_command="yes"])
++AS_IF([test -e "$CUTTER"], [cutter_command="yes"])
+
+ if test "x$CUTTER" != x;then
+   if test "x$cutter_command" = xyes;then
diff -Nru mp3splt-2.6.2+20170630/debian/patches/series 
mp3splt-2.6.2+20170630/debian/patches/series
--- mp3splt-2.6.2+20170630/debian/patches/series        2021-01-06 
17:59:57.000000000 +0100
+++ mp3splt-2.6.2+20170630/debian/patches/series        2024-10-24 
20:37:35.000000000 +0200
@@ -1,2 +1,3 @@
 10_Properly-zero-initialise-the-ogg-and-vorbis-state-st.patch
 20_mp3splt-gtk-0.9.2-fno-common.patch
+cross.patch
diff -Nru mp3splt-2.6.2+20170630/debian/rules 
mp3splt-2.6.2+20170630/debian/rules
--- mp3splt-2.6.2+20170630/debian/rules 2023-08-29 23:53:19.000000000 +0200
+++ mp3splt-2.6.2+20170630/debian/rules 2024-10-24 20:37:35.000000000 +0200
@@ -86,6 +86,7 @@

 $(lib_objdir)/config.status: libmp3splt/configure
        dh_testdir
+       dh_update_autotools_config
        mkdir -p $(lib_objdir)
        cd $(lib_objdir) &&                                             \
                ../libmp3splt/configure --host=$(DEB_HOST_GNU_TYPE)     \
@@ -108,6 +109,7 @@

 $(cli_objdir)/config.status: mp3splt/configure
        dh_testdir
+       dh_update_autotools_config
        mkdir -p $(cli_objdir)
        cd $(cli_objdir) &&                                             \
                ../mp3splt/configure    --host=$(DEB_HOST_GNU_TYPE)     \
@@ -128,6 +130,7 @@

 $(gui_objdir)/config.status: mp3splt-gtk/configure
        dh_testdir
+       dh_update_autotools_config
        mkdir -p $(gui_objdir)
        cd $(gui_objdir) &&                                             \
                ../mp3splt-gtk/configure --host=$(DEB_HOST_GNU_TYPE)    \
diff -Nru mp3splt-2.6.2+20170630/debian/changelog mp3splt-2.6.2+20170630/debian/changelog
--- mp3splt-2.6.2+20170630/debian/changelog	2023-08-29 23:53:33.000000000 +0200
+++ mp3splt-2.6.2+20170630/debian/changelog	2024-10-24 20:37:35.000000000 +0200
@@ -1,3 +1,16 @@
+mp3splt (2.6.2+20170630-3.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ zhangdandan <zhangdan...@loongson.cn> ]
+  * update the outdated config.{guess,sub} to recognize the LoongArch
+    (Closes: #1074043, #1069766)
+
+  [ Helmut Grohne <hel...@subdivi.de> ]
+  * Fix FTCBFS (Closes: #981158)
+
+ -- Gianfranco Costamagna <locutusofb...@debian.org>  Thu, 24 Oct 2024 20:37:35 +0200
+
 mp3splt (2.6.2+20170630-3.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru mp3splt-2.6.2+20170630/debian/patches/cross.patch mp3splt-2.6.2+20170630/debian/patches/cross.patch
--- mp3splt-2.6.2+20170630/debian/patches/cross.patch	1970-01-01 01:00:00.000000000 +0100
+++ mp3splt-2.6.2+20170630/debian/patches/cross.patch	2024-10-24 20:37:35.000000000 +0200
@@ -0,0 +1,26 @@
+Author: Helmut Grohne <hel...@subdivi.de>
+Description: FTCBFS: abuses AC_CHECK_FILE
+Bug-Debian: https://bugs.debian.org/981158
+
+--- mp3splt-2.6.2+20170630.orig/libmp3splt/configure.ac
++++ mp3splt-2.6.2+20170630/libmp3splt/configure.ac
+@@ -252,7 +252,7 @@
+ AC_CHECK_CUTTER
+ 
+ cutter_command="no"
+-AC_CHECK_FILE([$CUTTER], [cutter_command="yes"])
++AS_IF([test -e "$CUTTER"], [cutter_command="yes"])
+ 
+ if test "x$CUTTER" != x;then
+   if test "x$cutter_command" = xyes;then
+--- mp3splt-2.6.2+20170630.orig/mp3splt-gtk/configure.ac
++++ mp3splt-2.6.2+20170630/mp3splt-gtk/configure.ac
+@@ -312,7 +312,7 @@
+ AC_CHECK_CUTTER
+ 
+ cutter_command="no"
+-AC_CHECK_FILE([$CUTTER], [cutter_command="yes"])
++AS_IF([test -e "$CUTTER"], [cutter_command="yes"])
+ 
+ if test "x$CUTTER" != x;then
+   if test "x$cutter_command" = xyes;then
diff -Nru mp3splt-2.6.2+20170630/debian/patches/series mp3splt-2.6.2+20170630/debian/patches/series
--- mp3splt-2.6.2+20170630/debian/patches/series	2021-01-06 17:59:57.000000000 +0100
+++ mp3splt-2.6.2+20170630/debian/patches/series	2024-10-24 20:37:35.000000000 +0200
@@ -1,2 +1,3 @@
 10_Properly-zero-initialise-the-ogg-and-vorbis-state-st.patch
 20_mp3splt-gtk-0.9.2-fno-common.patch
+cross.patch
diff -Nru mp3splt-2.6.2+20170630/debian/rules mp3splt-2.6.2+20170630/debian/rules
--- mp3splt-2.6.2+20170630/debian/rules	2023-08-29 23:53:19.000000000 +0200
+++ mp3splt-2.6.2+20170630/debian/rules	2024-10-24 20:37:35.000000000 +0200
@@ -86,6 +86,7 @@
 
 $(lib_objdir)/config.status: libmp3splt/configure
 	dh_testdir
+	dh_update_autotools_config
 	mkdir -p $(lib_objdir)
 	cd $(lib_objdir) &&						\
 		../libmp3splt/configure --host=$(DEB_HOST_GNU_TYPE)	\
@@ -108,6 +109,7 @@
 
 $(cli_objdir)/config.status: mp3splt/configure
 	dh_testdir
+	dh_update_autotools_config
 	mkdir -p $(cli_objdir)
 	cd $(cli_objdir) &&						\
 		../mp3splt/configure	--host=$(DEB_HOST_GNU_TYPE)	\
@@ -128,6 +130,7 @@
 
 $(gui_objdir)/config.status: mp3splt-gtk/configure
 	dh_testdir
+	dh_update_autotools_config
 	mkdir -p $(gui_objdir)
 	cd $(gui_objdir) &&						\
 		../mp3splt-gtk/configure --host=$(DEB_HOST_GNU_TYPE)	\

Reply via email to