Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
glibc
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GNU Libc Maintainers
glibc
Compare revisions
62f9f7b6eccbb45a31f125fd85590a1c15b0802c to 417593dafd7a6321b57293cc8f59a34ea5ee5ae5
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
glibc-team/glibc
Select target project
No results found
417593dafd7a6321b57293cc8f59a34ea5ee5ae5
Select Git revision
Swap
Target
glibc-team/glibc
Select target project
Maytha8/glibc
vimerbf-guest/glibc
schopin/glibc
yumeyao/glibc
carlespina/po-debconf-manager-glibc
Claudia/glibc-widevine
andrewsh/glibc
jscott/glibc
bluca/glibc
gioele/glibc
rouca/glibc
sven/glibc
josch/glibc
cjwatson/glibc
fw/glibc
rbalint/glibc
bsd-team/glibc-packaging
glibc-team/glibc
bigon/glibc
ahrex-guest/glibc
friki/glibc
21 results
62f9f7b6eccbb45a31f125fd85590a1c15b0802c
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Add a missing comma in previous commit
· 09dd5077
Aurelien Jarno
authored
11 months ago
09dd5077
releasing package glibc version 2.38-10
· 417593da
Aurelien Jarno
authored
11 months ago
417593da
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+2
-2
2 additions, 2 deletions
debian/changelog
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/control.in/main
+1
-1
1 addition, 1 deletion
debian/control.in/main
with
4 additions
and
4 deletions
debian/changelog
View file @
417593da
glibc (2.38-10)
UNRELEASED
; urgency=medium
glibc (2.38-10)
unstable
; urgency=medium
* debian/control.in/main, debian/rules.d/control.mk: build-depends on
g++$(DEB_GCC_VERSION)-for-host instead of listing cross-build-dependency
per architecture. Also depends on g++$(DEB_GCC_VERSION)-multilib instead
of hardcoding the version.
-- Aurelien Jarno <aurel32@debian.org> Fri, 10 May 2024 17:5
5
:4
7
+0200
-- Aurelien Jarno <aurel32@debian.org> Fri, 10 May 2024 17:5
9
:4
1
+0200
glibc (2.38-9) unstable; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
debian/control
View file @
417593da
...
...
@@ -8,7 +8,7 @@ Build-Depends: gettext, dpkg (>= 1.18.7), dpkg-dev (>= 1.17.14), xz-utils, file,
mig-for-host (>= 1.8+git20200618-7~) [hurd-any], gnumach-dev (>= 2:1.8+git20200710-2~) [hurd-any],
hurd-dev (>= 1:0.9.git20201127-4~) [hurd-any] | hurd-headers-dev [hurd-any],
binutils-for-host (>= 2.38),
g++-13-for-host, g++-13-multilib [amd64 i386 mips mipsel mipsn32 mipsn32el mips64 mips64el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el powerpc ppc64 s390x sparc sparc64 x32] <!nobiarch>
g++-13-for-host, g++-13-multilib [amd64 i386 mips mipsel mipsn32 mipsn32el mips64 mips64el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el powerpc ppc64 s390x sparc sparc64 x32] <!nobiarch>
,
python3:native,
libidn2-0 (>= 2.0.5~) <!nocheck>,
libc-bin (>= 2.38) <cross>,
...
...
This diff is collapsed.
Click to expand it.
debian/control.in/main
View file @
417593da
...
...
@@ -8,7 +8,7 @@ Build-Depends: gettext, dpkg (>= 1.18.7), dpkg-dev (>= 1.17.14), xz-utils, file,
mig-for-host (>= 1.8+git20200618-7~) [hurd-any], gnumach-dev (>= 2:1.8+git20200710-2~) [hurd-any],
hurd-dev (>= 1:0.9.git20201127-4~) [hurd-any] | hurd-headers-dev [hurd-any],
binutils-for-host (>= 2.38),
g++@DEB_GCC_VERSION@-for-host, g++@DEB_GCC_VERSION@-multilib [amd64 i386 mips mipsel mipsn32 mipsn32el mips64 mips64el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el powerpc ppc64 s390x sparc sparc64 x32] <!nobiarch>
g++@DEB_GCC_VERSION@-for-host, g++@DEB_GCC_VERSION@-multilib [amd64 i386 mips mipsel mipsn32 mipsn32el mips64 mips64el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el powerpc ppc64 s390x sparc sparc64 x32] <!nobiarch>
,
python3:native,
libidn2-0 (>= 2.0.5~) <!nocheck>,
libc-bin (>= @DEB_VERSION_UPSTREAM@) <cross>,
...
...
This diff is collapsed.
Click to expand it.