[Git][glibc-team/glibc][glibc-2.38] debian/testsuite-xfail-debian.mk: Update hurd-amd64-specific xfails accordingly

2024-02-17 Thread Samuel Thibault (@sthibault)


Samuel Thibault pushed to branch glibc-2.38 at GNU Libc Maintainers / glibc


Commits:
20bcfe3e by Samuel Thibault at 2024-02-18T02:10:08+01:00
debian/testsuite-xfail-debian.mk: Update hurd-amd64-specific xfails accordingly

- - - - -


2 changed files:

- debian/changelog
- debian/testsuite-xfail-debian.mk


View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/-/commit/20bcfe3eb15af02ab691a8962ed39864bfcf8c1d

-- 
View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/-/commit/20bcfe3eb15af02ab691a8962ed39864bfcf8c1d
You're receiving this email because of your account on salsa.debian.org.




[Git][glibc-team/glibc][glibc-2.38] Add hurd-amd64 version of *context

2024-02-17 Thread Samuel Thibault (@sthibault)


Samuel Thibault pushed to branch glibc-2.38 at GNU Libc Maintainers / glibc


Commits:
e86b2565 by Samuel Thibault at 2024-02-17T22:20:52+01:00
Add hurd-amd64 version of *context

  * debian/patches/hurd-i386/git-context.diff

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/hurd-i386/git-context.diff
- debian/patches/series


View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/-/commit/e86b25653d9cd149150917b266995928e967fa63

-- 
View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/-/commit/e86b25653d9cd149150917b266995928e967fa63
You're receiving this email because of your account on salsa.debian.org.




[Git][glibc-team/glibc][sid] Fix upstream version for upstream patch

2024-02-17 Thread Samuel Thibault (@sthibault)


Samuel Thibault pushed to branch sid at GNU Libc Maintainers / glibc


Commits:
3e2e6677 by Samuel Thibault at 2024-02-17T22:21:24+01:00
Fix upstream version for upstream patch

- - - - -


1 changed file:

- debian/patches/series


View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/-/commit/3e2e66774f334c462fe13c60a4c3c89b28ba5338

-- 
View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/-/commit/3e2e66774f334c462fe13c60a4c3c89b28ba5338
You're receiving this email because of your account on salsa.debian.org.




[Git][glibc-team/glibc][sid] hurd: Implement RUSAGE_CHILDREN

2024-02-17 Thread Samuel Thibault (@sthibault)


Samuel Thibault pushed to branch sid at GNU Libc Maintainers / glibc


Commits:
e1fa353a by Samuel Thibault at 2024-02-17T21:18:51+01:00
hurd: Implement RUSAGE_CHILDREN

should fix the grep testsuite.

  * debian/patches/hurd-i386/git-proc_getchildren_rusage.diff

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/hurd-i386/git-proc_getchildren_rusage.diff
- debian/patches/series


View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/-/commit/e1fa353ae3297bc59bfa4f45da78c07c87a7c227

-- 
View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/-/commit/e1fa353ae3297bc59bfa4f45da78c07c87a7c227
You're receiving this email because of your account on salsa.debian.org.




Bug#1064131: libnss-nisplus: install NSS module into /usr

2024-02-17 Thread Michael Biebl
Source: libnss-nisplus
Version: 1.3-4
Severity: normal
Tags: patch
User: helm...@debian.org
Usertags: dep17m2

We want to finalize the /usr-merge via DEP17 by moving all files to
/usr. libnss-nisplus installs files into /lib; these should be moved
into the respective canonical locations in /usr/.

Please find a patch attached. It has been build-tested.

This should not be backported to bookworm. If you intend to
backport, please use dh_movetousr instead.

If your package will change for the t64 transition or otherwise
rename/split/move its binaries (packages) during trixie, please
then upload to experimental and get in touch with the UsrMerge
driver, please see the wiki [1].

Michael

[1] https://wiki.debian.org/UsrMerge
diff -Nru libnss-nisplus-1.3/debian/changelog 
libnss-nisplus-1.3/debian/changelog
--- libnss-nisplus-1.3/debian/changelog 2020-10-18 10:56:30.0 +0200
+++ libnss-nisplus-1.3/debian/changelog 2024-02-17 15:56:05.0 +0100
@@ -1,3 +1,10 @@
+libnss-nisplus (1.3-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Install NSS module into /usr. (Closes: #-1)
+
+ -- Michael Biebl   Sat, 17 Feb 2024 15:56:05 +0100
+
 libnss-nisplus (1.3-4) unstable; urgency=medium
 
   * Add a build-depends on libnsl-dev. 
diff -Nru libnss-nisplus-1.3/debian/install libnss-nisplus-1.3/debian/install
--- libnss-nisplus-1.3/debian/install   2020-08-20 19:08:28.0 +0200
+++ libnss-nisplus-1.3/debian/install   2024-02-17 15:56:04.0 +0100
@@ -1 +1 @@
-usr/lib/${DEB_HOST_MULTIARCH}/libnss_nisplus.so.2* /lib/${DEB_HOST_MULTIARCH}
+usr/lib/${DEB_HOST_MULTIARCH}/libnss_nisplus.so.2*


Bug#1064130: libnss-nis: install NSS module into /usr

2024-02-17 Thread Michael Biebl
Source: libnss-nis
Version: 3.1-4
Severity: normal
Tags: patch
User: helm...@debian.org
Usertags: dep17m2

We want to finalize the /usr-merge via DEP17 by moving all files to
/usr. libnss-nis installs files into /lib; these should be moved into
the respective canonical locations in /usr/.

Please find a patch attached. It has been build-tested.

This should not be backported to bookworm. If you intend to
backport, please use dh_movetousr instead.

If your package will change for the t64 transition or otherwise
rename/split/move its binaries (packages) during trixie, please
then upload to experimental and get in touch with the UsrMerge
driver, please see the wiki [1].

Michael

[1] https://wiki.debian.org/UsrMerge
diff -Nru libnss-nis-3.1/debian/changelog libnss-nis-3.1/debian/changelog
--- libnss-nis-3.1/debian/changelog 2020-10-18 10:48:47.0 +0200
+++ libnss-nis-3.1/debian/changelog 2024-02-17 15:51:43.0 +0100
@@ -1,3 +1,10 @@
+libnss-nis (3.1-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Install NSS module into /usr. (Closes: #-1)
+
+ -- Michael Biebl   Sat, 17 Feb 2024 15:51:43 +0100
+
 libnss-nis (3.1-4) unstable; urgency=medium
 
   * Add a build-depends on libnsl-dev.
diff -Nru libnss-nis-3.1/debian/install libnss-nis-3.1/debian/install
--- libnss-nis-3.1/debian/install   2020-08-20 19:09:05.0 +0200
+++ libnss-nis-3.1/debian/install   2024-02-17 15:51:41.0 +0100
@@ -1 +1 @@
-usr/lib/${DEB_HOST_MULTIARCH}/libnss_nis.so.2* /lib/${DEB_HOST_MULTIARCH}
+usr/lib/${DEB_HOST_MULTIARCH}/libnss_nis.so.2*