Control: tags 1051393 + patch Control: tags 1051393 + pending
Dear maintainer, I've prepared an NMU for libmsv (versioned as 1.1.1-4.1) and uploaded it. Unfortunately it got autorejected due to missing autoreconf B-D. Regards. diff -Nru libmsv-1.1.1/debian/changelog libmsv-1.1.1/debian/changelog --- libmsv-1.1.1/debian/changelog 2023-08-10 18:23:39.000000000 +0200 +++ libmsv-1.1.1/debian/changelog 2024-10-24 20:49:48.000000000 +0200 @@ -1,3 +1,14 @@ +libmsv (1.1.1-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add dh-autoreconf B-D to avoid it being automatically rejected + + [ Meng Sang <sangm...@loongson.cn> ] + * update the outdated config.guess and config.sub to recognize the + LoongArch (Closes: #1051393) + + -- Gianfranco Costamagna <locutusofb...@debian.org> Thu, 24 Oct 2024 20:49:48 +0200 + libmsv (1.1.1-4) unstable; urgency=medium * Switch from libcurl4-nss-dev to libcurl4-gnutls-dev. closes: #1038913. diff -Nru libmsv-1.1.1/debian/control libmsv-1.1.1/debian/control --- libmsv-1.1.1/debian/control 2023-08-10 18:23:39.000000000 +0200 +++ libmsv-1.1.1/debian/control 2024-10-24 20:49:48.000000000 +0200 @@ -1,7 +1,7 @@ Source: libmsv Priority: optional Maintainer: Clint Adams <cl...@debian.org> -Build-Depends: doxygen, libcurl4-gnutls-dev, libjansson-dev, dpkg (>= 1.19.0.3~), file +Build-Depends: doxygen, libcurl4-gnutls-dev, libjansson-dev, dpkg (>= 1.19.0.3~), file, dh-autoreconf Standards-Version: 4.6.2 Section: libs Homepage: http://floss.scru.org/libmsv/ diff -Nru libmsv-1.1.1/debian/rules libmsv-1.1.1/debian/rules --- libmsv-1.1.1/debian/rules 2023-08-10 18:23:39.000000000 +0200 +++ libmsv-1.1.1/debian/rules 2024-10-24 20:49:48.000000000 +0200 @@ -28,6 +28,7 @@ build-indep: build-arch build-arch: stamp-build stamp-build: configure + dh_autoreconf ./configure $(CONFARGS) --prefix=/usr CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" $(MAKE) doxygen libmsvdox.cfg @@ -35,6 +36,7 @@ clean: $(checkdir) + dh_autoreconf_clean rm -rf debian/$(package) debian/$(devpkg) debian/*.substvars rm -rf html man latex