Control: tags 943303 + patch
Control: tags 943303 + pending
Control: tags 997338 + patch
Control: tags 997338 + pending

Dear maintainer,

I've prepared an NMU for yasm (versioned as 1.3.0-2.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Cheers
-- 
Sebastian Ramacher
diff -Nru yasm-1.3.0/debian/changelog yasm-1.3.0/debian/changelog
--- yasm-1.3.0/debian/changelog	2021-03-04 10:44:35.000000000 +0100
+++ yasm-1.3.0/debian/changelog	2022-05-18 08:36:44.000000000 +0200
@@ -1,3 +1,12 @@
+yasm (1.3.0-2.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/patches/autoconf.patch: Apply upstream patch to fix build failure
+    (Closes: #997338)
+  * debian/control: Build-Depend on python3. (Closes: #943303)
+
+ -- Sebastian Ramacher <sramac...@debian.org>  Wed, 18 May 2022 08:36:44 +0200
+
 yasm (1.3.0-2.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru yasm-1.3.0/debian/control yasm-1.3.0/debian/control
--- yasm-1.3.0/debian/control	2021-03-04 10:44:35.000000000 +0100
+++ yasm-1.3.0/debian/control	2022-05-18 08:32:12.000000000 +0200
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Sam Hocevar <s...@debian.org>
-Build-Depends: debhelper (>= 9.0), dh-autoreconf, bison, gettext, xmlto, python2
+Build-Depends: debhelper (>= 9.0), dh-autoreconf, bison, gettext, xmlto, python3
 Standards-Version: 3.9.6
 Vcs-Svn: svn://svn.debian.org/sam-hocevar/pkg-misc/unstable/yasm
 Vcs-Browser: http://svn.debian.org/wsvn/sam-hocevar/pkg-misc/unstable/yasm/
diff -Nru yasm-1.3.0/debian/patches/autoconf.patch yasm-1.3.0/debian/patches/autoconf.patch
--- yasm-1.3.0/debian/patches/autoconf.patch	1970-01-01 01:00:00.000000000 +0100
+++ yasm-1.3.0/debian/patches/autoconf.patch	2022-05-18 08:33:14.000000000 +0200
@@ -0,0 +1,29 @@
+From ee3bc62f621e2812824b86f3efdb05f4ead134ab Mon Sep 17 00:00:00 2001
+From: Peter Johnson <johnson.pe...@gmail.com>
+Date: Fri, 9 Jul 2021 13:55:15 -0700
+Subject: [PATCH] Do not use AC_HEADER_STDC
+
+This fixes compatibility with autotools 2.70+
+---
+ configure.ac | 6 ------
+ 1 file changed, 6 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 01b61097f..2823ecd7d 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -101,14 +101,8 @@ AM_WITH_DMALLOC
+ #
+ # Checks for header files.
+ #
+-AC_HEADER_STDC
+ AC_CHECK_HEADERS([strings.h libgen.h unistd.h direct.h sys/stat.h])
+ 
+-# REQUIRE standard C headers
+-if test "$ac_cv_header_stdc" != yes; then
+-	AC_MSG_ERROR([Standard (ANSI/ISO C89) header files are required.])
+-fi
+-
+ #
+ # Checks for typedefs, structures, and compiler characteristics.
+ #
diff -Nru yasm-1.3.0/debian/patches/series yasm-1.3.0/debian/patches/series
--- yasm-1.3.0/debian/patches/series	2015-05-03 21:58:07.000000000 +0200
+++ yasm-1.3.0/debian/patches/series	2022-05-18 08:33:22.000000000 +0200
@@ -1 +1,2 @@
 100_ytasm_parsing_error.diff
+autoconf.patch

Attachment: signature.asc
Description: PGP signature

Reply via email to