Your message dated Mon, 28 Nov 2022 21:51:30 +0000
with message-id <e1ozm2e-004ooe...@fasolo.debian.org>
and subject line Bug#1024940: fixed in glibc 2.36-6
has caused the Debian Bug report #1024940,
regarding glibc: declare packages skipped by noudeb build profile
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 ow...@bugs.debian.org
immediately.)


-- 
1024940: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1024940
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: glibc
Version: 2.36-5
Severity: minor
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

Hi Aurelien et al,

I noticed that while glibc does implement the noudeb build profile
somewhat, it does not declare the profile in debian/control. I'm
attaching a patch to fix that latter part for your convenience.

Helmut
diff --minimal -Nru glibc-2.36/debian/changelog glibc-2.36/debian/changelog
--- glibc-2.36/debian/changelog 2022-11-12 14:23:05.000000000 +0100
+++ glibc-2.36/debian/changelog 2022-11-27 14:47:44.000000000 +0100
@@ -1,3 +1,10 @@
+glibc (2.36-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Declare packages skipped by noudeb build profile. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sun, 27 Nov 2022 14:47:44 +0100
+
 glibc (2.36-5) unstable; urgency=medium
 
   [ Samuel Thibault ]
diff --minimal -Nru glibc-2.36/debian/control glibc-2.36/debian/control
--- glibc-2.36/debian/control   2022-11-09 23:31:15.000000000 +0100
+++ glibc-2.36/debian/control   2022-11-27 14:45:51.000000000 +0100
@@ -222,7 +222,7 @@
 Section: debian-installer
 Priority: optional
 Provides: libc6, libc-udeb, libnss-dns-udeb, libnss-files-udeb
-Build-Profiles: <!stage1>
+Build-Profiles: <!noudeb !stage1>
 Description: GNU C Library: Shared libraries - udeb
  Contains the standard libraries that are used by nearly all programs on
  the system. This package includes shared versions of the standard C library
@@ -296,7 +296,7 @@
 Section: debian-installer
 Priority: optional
 Provides: libc6.1, libc-udeb, libnss-dns-udeb, libnss-files-udeb
-Build-Profiles: <!stage1>
+Build-Profiles: <!noudeb !stage1>
 Description: GNU C Library: Shared libraries - udeb
  Contains the standard libraries that are used by nearly all programs on
  the system. This package includes shared versions of the standard C library
@@ -370,7 +370,7 @@
 Section: debian-installer
 Priority: optional
 Provides: libc0.3, libc-udeb, libnss-dns-udeb, libnss-files-udeb
-Build-Profiles: <!stage1>
+Build-Profiles: <!noudeb !stage1>
 Description: GNU C Library: Shared libraries - udeb
  Contains the standard libraries that are used by nearly all programs on
  the system. This package includes shared versions of the standard C library
@@ -444,7 +444,7 @@
 Section: debian-installer
 Priority: optional
 Provides: libc0.1, libc-udeb, libnss-dns-udeb, libnss-files-udeb
-Build-Profiles: <!stage1>
+Build-Profiles: <!noudeb !stage1>
 Description: GNU C Library: Shared libraries - udeb
  Contains the standard libraries that are used by nearly all programs on
  the system. This package includes shared versions of the standard C library
diff --minimal -Nru glibc-2.36/debian/control.in/libc 
glibc-2.36/debian/control.in/libc
--- glibc-2.36/debian/control.in/libc   2022-11-09 23:31:03.000000000 +0100
+++ glibc-2.36/debian/control.in/libc   2022-11-27 14:46:08.000000000 +0100
@@ -63,7 +63,7 @@
 Section: debian-installer
 Priority: optional
 Provides: @libc@, libc-udeb, libnss-dns-udeb, libnss-files-udeb
-Build-Profiles: <!stage1>
+Build-Profiles: <!noudeb !stage1>
 Description: GNU C Library: Shared libraries - udeb
  Contains the standard libraries that are used by nearly all programs on
  the system. This package includes shared versions of the standard C library

--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.36-6
Done: Aurelien Jarno <aure...@debian.org>

We believe that the bug you reported is fixed in the latest version of
glibc, 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 1024...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno <aure...@debian.org> (supplier of updated glibc 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Mon, 28 Nov 2022 22:26:50 +0100
Source: glibc
Architecture: source
Version: 2.36-6
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Changed-By: Aurelien Jarno <aure...@debian.org>
Closes: 1024130 1024940
Changes:
 glibc (2.36-6) unstable; urgency=medium
 .
   [ Aurelien Jarno ]
   * debian/debhelper.in/libc-udeb.install: stop installing (now empty)
     libutil.so.1, it is not used by any of the udeb in testing/sid.
   * debian/rules.d/build.mk: ensure that an empty libanl.a is shipped even on
     newly added upstream architectures.
   * debian/patches/git-updates.diff: update from upstream stable branch.
 .
   [ Dandan Zhang ]
   * debian/sysdeps/loong64.mk: add support for loong64 architecture.  Closes:
     #1024130.
 .
   [ Helmut Grohne ]
   * Declare packages skipped by noudeb build profile.  Closes: #1024940.
Checksums-Sha1:
 4d2a3a26125e123f29e82fb7023217bab8d7407b 9721 glibc_2.36-6.dsc
 5ad5b539c69b337a57193b16614944deddc80a95 821140 glibc_2.36-6.debian.tar.xz
 b456071f2ecf288c3effccea3ae955e1327a3ec0 9486 glibc_2.36-6_source.buildinfo
Checksums-Sha256:
 f649a9f1b41e61b38dea14b201b1228a76d2291d7f7a26fb3baa5fc12913ba2b 9721 
glibc_2.36-6.dsc
 b829828c031131f7be0a93f6cec700a97b3a6109565e355a3f08b613a256f255 821140 
glibc_2.36-6.debian.tar.xz
 88e32a7337ea82d2abc471d6300140f8adb2e5e9a7d4bb79b210e924176650b2 9486 
glibc_2.36-6_source.buildinfo
Files:
 545109f471620c1a47582f83254eaf87 9721 libs required glibc_2.36-6.dsc
 95292aaef80f96079dfdd91c75d2dc29 821140 libs required 
glibc_2.36-6.debian.tar.xz
 39da1bcaec69ce9442984a51835bfcc8 9486 libs required 
glibc_2.36-6_source.buildinfo

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

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAmOFKLIACgkQE4jA+Jno
M2tLYhAAg5x9VdmvvPUbMHMgo3aByw16Gq0zajU1Fto6xLdn5uVKJ8/DrFe49Zut
eLUAHj8tLn1ioLXwvQY0crkhDr5VicurCNylr0qY7jUnpxKafpG+PMKWwX64twq5
fXnweCDjYTyBUqewAZ/QgoHCOzX7zf3511iabYje28miKn4ykxHkLvMdnUCa39L9
iQFrXwXu0Q8xeNmsMaub3CCWHTRqRSFLRm8qT6PaAnI8st49tZOaQ1K5aQwZcawW
nMSe+yf4bvWrkUcYEdFz97xBwA5OmU67BOK/EMTJzCCcPLsRbbYTaPVijnycltfE
UMadmsGuh/m0n5vaP7CaCRmQHq7E5TP/CBdopPnxT9Qy8oQkGpSvtR1ifAfMqXTM
JlGzLj+xa6sJuW3IhpxSv6OcbQgdviPgnUf5n/aGYvoFyJzhJY/MM2+dtk1WtsPI
jRduMEQ6LIoScooQ6bG5rLBuVEs1gEazMOoz/5o7voVseyg27VF8Cmn9eByoK8nL
kX8mgmEMndLPo8gEE6wloCX3sFySk4hDNq9Y2kv8uSsvR6seo+ljCF98xQm2gWbm
A4g3h6hjcDXNxzXXgVMxkedVrj7UyX5ofdBkB4SCkKd6zX/xAq3A4dyu+CC5vTuJ
n+FDfKVa+iKcj/vkdVJ56PeibkytxPEzGYS7AIuqTIfxF5itsbc=
=2T9I
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to