Control: tags 1088385 + patch Control: tags 1088385 + pending
Dear maintainer, I've prepared an NMU for opensp (versioned as 1.5.2-15.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru opensp-1.5.2/debian/changelog opensp-1.5.2/debian/changelog --- opensp-1.5.2/debian/changelog 2024-01-12 04:48:37.000000000 +0100 +++ opensp-1.5.2/debian/changelog 2024-12-15 01:09:32.000000000 +0100 @@ -1,3 +1,10 @@ +opensp (1.5.2-15.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop usage of obsolete dh_buildinfo. (Closes: #1088385) + + -- Chris Hofstaedtler <z...@debian.org> Sun, 15 Dec 2024 01:09:32 +0100 + opensp (1.5.2-15) unstable; urgency=medium * Fixed missing dependencies for libosp-dev, thanks to Niko Tyni and diff -Nru opensp-1.5.2/debian/control opensp-1.5.2/debian/control --- opensp-1.5.2/debian/control 2024-01-12 04:47:42.000000000 +0100 +++ opensp-1.5.2/debian/control 2024-12-15 01:09:32.000000000 +0100 @@ -4,7 +4,7 @@ Maintainer: Neil Roeth <n...@debian.org> Standards-Version: 3.9.5.0 Build-Depends: debhelper (>> 13.0.0), debhelper-compat (=13), - dh-buildinfo, xmlto <!pkg.opensp.bootstrap>, + xmlto <!pkg.opensp.bootstrap>, poppler-utils <!pkg.opensp.bootstrap>, openjade <!pkg.opensp.bootstrap>, texlive-formats-extra <!pkg.opensp.bootstrap>, diff -Nru opensp-1.5.2/debian/rules opensp-1.5.2/debian/rules --- opensp-1.5.2/debian/rules 2024-01-12 04:46:56.000000000 +0100 +++ opensp-1.5.2/debian/rules 2024-12-15 01:09:32.000000000 +0100 @@ -68,7 +68,6 @@ clean: dh_testdir - rm -f debian/buildinfo [ ! -f Makefile ] || $(MAKE) distclean dh_autoreconf_clean dh_clean build-stamp install-stamp debian/copyright \ @@ -76,7 +75,6 @@ debian/README.Debian debian/$(pkg-libosp).README.Debian build-stamp: - dh_buildinfo generate cat dh_autoreconf CC=$(CC) CXX=$(CXX) ./configure --prefix=/usr \ --enable-http --enable-shared --enable-static \ @@ -174,8 +172,6 @@ dh_compress -a dh_fixperms -a - dh_buildinfo install - dh_makeshlibs dh_installdeb dh_shlibdeps