Your message dated Wed, 20 Sep 2023 18:37:56 +0000
with message-id <[email protected]>
and subject line Bug#1051692: fixed in libnatpmp 20230423-1.1
has caused the Debian Bug report #1051692,
regarding New version isn't installing a needed header
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1051692: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1051692
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libnatpmp-dev
Version: libnatpmp-dev
Tags: patch
User: [email protected]
Usertags: origin-ubuntu mantic ubuntu-patch

The recent version update makes rhythmbox fail to build
https://launchpadlibrarian.net/685172815/buildlog_ubuntu-mantic-amd64.transmission_4.0.2-1ubuntu3_BUILDING.txt.gz

The issue is that natpmp.h includes natpmp_declspec.h now but that file isn't getting installed. The attached patch fixes the issue
diff -Nru tlp-1.6.0/debian/changelog tlp-1.6.0/debian/changelog
--- tlp-1.6.0/debian/changelog	2023-08-30 15:02:39.000000000 +0200
+++ tlp-1.6.0/debian/changelog	2023-09-04 20:43:27.000000000 +0200
@@ -1,3 +1,10 @@
+tlp (1.6.0-2) UNRELEASED; urgency=medium
+
+  * Remove the conflicts with power-profile-daemon, the new version
+    has been made to adapt its behaviour when the service is installed
+
+ -- Sebastien Bacher <[email protected]>  Mon, 04 Sep 2023 20:43:27 +0200
+
 tlp (1.6.0-1) unstable; urgency=medium
 
   * New upstream version 1.6.0
diff -Nru tlp-1.6.0/debian/control tlp-1.6.0/debian/control
--- tlp-1.6.0/debian/control	2023-08-30 15:02:24.000000000 +0200
+++ tlp-1.6.0/debian/control	2023-09-04 20:43:10.000000000 +0200
@@ -13,7 +13,7 @@
 Depends: hdparm, iw, pciutils, rfkill, usbutils, ${misc:Depends}
 Recommends: tlp-rdw, ethtool
 Suggests: tp-smapi-dkms, smartmontools, ${dist:Suggests}
-Conflicts: laptop-mode-tools, power-profiles-daemon
+Conflicts: laptop-mode-tools
 Description: Optimize laptop battery life
  TLP is a feature-rich command-line utility, saving laptop battery power
  without the need to delve deeper into technical details.
diff -Nru libnatpmp-20230423/debian/changelog libnatpmp-20230423/debian/changelog
--- libnatpmp-20230423/debian/changelog	2023-08-06 04:55:08.000000000 +0200
+++ libnatpmp-20230423/debian/changelog	2023-09-11 13:13:49.000000000 +0200
@@ -1,3 +1,11 @@
+libnatpmp (20230423-2) UNRELEASED; urgency=medium
+
+  * 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
+
+ -- Sebastien Bacher <[email protected]>  Mon, 11 Sep 2023 13:13:49 +0200
+
 libnatpmp (20230423-1) unstable; urgency=medium
 
   * New upstream release.
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	1970-01-01 01:00:00.000000000 +0100
+++ libnatpmp-20230423/debian/patches/install-extra-header.patch	2023-09-11 13:12:55.000000000 +0200
@@ -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-06 04:55:08.000000000 +0200
+++ libnatpmp-20230423/debian/patches/series	2023-09-11 13:13:41.000000000 +0200
@@ -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

--- End Message ---
--- Begin Message ---
Source: libnatpmp
Source-Version: 20230423-1.1
Done: Boyuan Yang <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libnatpmp, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Boyuan Yang <[email protected]> (supplier of updated libnatpmp package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 13 Sep 2023 13:23:52 -0400
Source: libnatpmp
Architecture: source
Version: 20230423-1.1
Distribution: unstable
Urgency: medium
Maintainer: Thomas Goirand <[email protected]>
Changed-By: Boyuan Yang <[email protected]>
Closes: 1048485 1051692
Changes:
 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.
Checksums-Sha1:
 14b08cc9c6b769dbab8994253be757907ab457d2 2508 libnatpmp_20230423-1.1.dsc
 9826d57ce9da1102831ae8742719c93ebb07d03a 26506 libnatpmp_20230423.orig.tar.gz
 c21a8f4cb7e5e9bbba5a5f48f36c468fdf6d6538 801 libnatpmp_20230423.orig.tar.gz.asc
 ffa0c36069b3b4fc0ca21f67d21aa1fb97b15bfc 8864 
libnatpmp_20230423-1.1.debian.tar.xz
 691b0b7997c916209469bcb00132d24f2f185973 8556 
libnatpmp_20230423-1.1_amd64.buildinfo
Checksums-Sha256:
 4ee3751500ad9838e421af0d2414ac3be13510aa96cfa82178fbdb2830dfa3ac 2508 
libnatpmp_20230423-1.1.dsc
 0684ed2c8406437e7519a1bd20ea83780db871b3a3a5d752311ba3e889dbfc70 26506 
libnatpmp_20230423.orig.tar.gz
 24e11334f073b45f08b881a6593c7548ace9ce31ebcde4cf2386cc0e4e033d8d 801 
libnatpmp_20230423.orig.tar.gz.asc
 8d27e64030449574918f73157b290120327981b54ac41a7bee373f344e8fa2e5 8864 
libnatpmp_20230423-1.1.debian.tar.xz
 51b9ebe1aace757914e2b3a3eb4b5507aae8dc1179c825a9939ac32a506ee529 8556 
libnatpmp_20230423-1.1_amd64.buildinfo
Files:
 27a3c0055a78ab826bd722d62fdcc105 2508 net optional libnatpmp_20230423-1.1.dsc
 85baa91ffd6a75f411e387f1bfbb1b12 26506 net optional 
libnatpmp_20230423.orig.tar.gz
 d334827c3ba294e27742d813d236008b 801 net optional 
libnatpmp_20230423.orig.tar.gz.asc
 7eb5237273778aa0966fe1c068a66ca1 8864 net optional 
libnatpmp_20230423-1.1.debian.tar.xz
 9a75c72f3b9f834c6b26a460891de781 8556 net optional 
libnatpmp_20230423-1.1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmUB8TMACgkQwpPntGGC
Ws4UgxAAvShYaiOuVFzQFsgx5kiI9BuZu3A9DtJpfRghedr6LCsgyGR07DzWjJiv
bl+sUyC30JfDejB4Hxqy22Cgt4D1Ik/fIVKs11Gl/y2Sbb1zu84/5ai7SdmR5YbA
jLx5JwcGrj62T1D6QZOwfqz3pENhmATYGJtnlqRTQB6BR56OiHgX51TkMZmsldc4
6e97CACYAbLybzAv79mJRYhIWVLuRthLypOPB01vI7Dqev2biyG+l8daS6y1Lq4Q
+C4p9qvuae540t2Q2v6hHlNaCzkB9XtQcKchTzr1h2BWRp18DPgcsOx2YN5roEeI
WCVgHMqAB98oJgxZDb/8+X8a14mIoihZd1K3rzr/4iUMvdsZowDk6zXOJyydVy5r
ltaGdwPHNQO/Q8CnehBJSvXbWbC3+R/AwpdxQ9aGtD/31AA5ClzipZyscXqwLB8o
ERV3GHpkU5VEX4Qwhzmn3Al8R7FYzYok751lmaKq10KDXuQiQLNXUmSwdukNM4eS
M/zdN8Y6SeBI91bHUK0cVeZkmV0bbYhSpW09lemvXHGOSqAiXtZIwK5AQnP6lF1K
HwzsOV2wh1kC4Hy64wG1m72PgYOjNVihDr5ZnWwdtwtc0ILhyZwAoFVHohOMeEl5
wg+9KDy2DdfAS/iMpa1zMfJjzXTPRxuaTZo2dTkd4PCrhmp0af8=
=4ZRw
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to