Control: tags -1 +patch +pending X-Debbugs-CC: [email protected] [email protected]
Dear maintainer, I've prepared an NMU for libnatpmp (versioned as 20230423-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards. diff -Nru libnatpmp-20230423/debian/changelog libnatpmp-20230423/debian/changelog --- libnatpmp-20230423/debian/changelog 2023-08-05 22:55:08.000000000 -0400 +++ libnatpmp-20230423/debian/changelog 2023-09-13 13:23:52.000000000 -0400 @@ -1,3 +1,21 @@ +libnatpmp (20230423-1.1) unstable; urgency=medium + + * Non-maintainer upload. + + [ Sebastien Bacher ] + * debian/patches/install-extra-header.patch: + - install an extra header which is included by natpmp.h since the new + version but not added to the list of files to install. + (Closes: #1051692) + + [ Boyuan Yang ] + * debian/clean: Explicitly add ".pybuild/" as file to be cleaned + to avoid build failure after a successful build. (Closes: #1048485) + * debian/source/options: Use extend-diff-ignore to filter out influence + of egg-info files. + + -- Boyuan Yang <[email protected]> Wed, 13 Sep 2023 13:23:52 -0400 + libnatpmp (20230423-1) unstable; urgency=medium * New upstream release. diff -Nru libnatpmp-20230423/debian/clean libnatpmp-20230423/debian/clean --- libnatpmp-20230423/debian/clean 1969-12-31 19:00:00.000000000 -0500 +++ libnatpmp-20230423/debian/clean 2023-09-13 13:16:52.000000000 -0400 @@ -0,0 +1 @@ +.pybuild/ diff -Nru libnatpmp-20230423/debian/patches/install-extra-header.patch libnatpmp-20230423/debian/patches/install-extra-header.patch --- libnatpmp-20230423/debian/patches/install-extra-header.patch 1969-12-31 19:00:00.000000000 -0500 +++ libnatpmp-20230423/debian/patches/install-extra-header.patch 2023-09-13 13:16:52.000000000 -0400 @@ -0,0 +1,13 @@ +Index: libnatpmp-20230423/Makefile +=================================================================== +--- libnatpmp-20230423.orig/Makefile 2023-09-11 13:11:03.000000000 +0200 ++++ libnatpmp-20230423/Makefile 2023-09-11 13:11:48.025966300 +0200 +@@ -56,7 +56,7 @@ + endif + endif + +-HEADERS = natpmp.h ++HEADERS = natpmp.h natpmp_declspec.h + + EXECUTABLES = testgetgateway natpmpc-shared natpmpc-static + diff -Nru libnatpmp-20230423/debian/patches/series libnatpmp-20230423/debian/patches/series --- libnatpmp-20230423/debian/patches/series 2023-08-05 22:55:08.000000000 -0400 +++ libnatpmp-20230423/debian/patches/series 2023-09-13 13:16:52.000000000 -0400 @@ -1,3 +1,4 @@ makefile-fix-os-detect-and-ldflags.patch python-module-3.patch python-module-use-shared-lib.patch +install-extra-header.patch diff -Nru libnatpmp-20230423/debian/source/options libnatpmp-20230423/debian/source/options --- libnatpmp-20230423/debian/source/options 1969-12-31 19:00:00.000000000 -0500 +++ libnatpmp-20230423/debian/source/options 2023-09-13 13:23:49.000000000 -0400 @@ -0,0 +1 @@ +extend-diff-ignore = "^[^/]+\.egg-info/"
signature.asc
Description: This is a digitally signed message part

