Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
debian/control: Bump gnumach-dev build-dep accordingly, update symbols accordingly
· 2ed7c738
Samuel Thibault
authored
Nov 04, 2018
2ed7c738
Merge branch 'sid' of salsa.debian.org:glibc-team/glibc into glibc-2.28
· e89ea9e0
Samuel Thibault
authored
Nov 04, 2018
e89ea9e0
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
e89ea9e0
...
...
@@ -131,8 +131,9 @@ glibc (2.27-9) UNRELEASED; urgency=medium
* debian/control: Bump hurd-dev dependency to >= 1:0.9.git20181030-1 to get
pci.defs.
* hurd-i386/git-pci.diff: Enable pci RPCs.
* libc0.3.symbols.hurd-i386: Update symbols accordingly.
* patches/hurd-i386/git-msync.diff: Support msync.
* debian/control: Bump gnumach-dev build-dep accordingly.
* libc0.3.symbols.hurd-i386: Update symbols accordingly.
-- Samuel Thibault <sthibault@debian.org> Sat, 03 Nov 2018 22:50:40 +0100
...
...
debian/control
View file @
e89ea9e0
...
...
@@ -5,7 +5,7 @@ Build-Depends: gettext, dpkg (>= 1.18.7), dpkg-dev (>= 1.17.14), xz-utils, file,
autoconf, gawk, debhelper (>= 10), rdfind, symlinks, netbase, gperf, bison,
linux-libc-dev (>= 3.9) [linux-any],
libaudit-dev [linux-any], libcap-dev [linux-any], libselinux-dev [linux-any],
mig (>= 1.5-3) [hurd-i386], gnumach-dev (>= 2:1.8+git201
70
10
2
-1~) [hurd-i386],
mig (>= 1.5-3) [hurd-i386], gnumach-dev (>= 2:1.8+git201
81
10
3
-1~) [hurd-i386],
hurd-dev (>= 1:0.9.git20181030-1) [hurd-i386] | hurd-headers-dev [hurd-i386],
hurd-dev (>= 1:0.9.git20181030-1) [hurd-i386] <!stage1> | libihash-dev [hurd-i386] <!stage1>,
kfreebsd-kernel-headers [kfreebsd-any],
...
...
debian/control.in/main
View file @
e89ea9e0
...
...
@@ -5,7 +5,7 @@ Build-Depends: gettext, dpkg (>= 1.18.7), dpkg-dev (>= 1.17.14), xz-utils, file,
autoconf, gawk, debhelper (>= 10), rdfind, symlinks, netbase, gperf, bison,
linux-libc-dev (>= 3.9) [linux-any],
libaudit-dev [linux-any], libcap-dev [linux-any], libselinux-dev [linux-any],
mig (>= 1.5-3) [hurd-i386], gnumach-dev (>= 2:1.8+git201
70
10
2
-1~) [hurd-i386],
mig (>= 1.5-3) [hurd-i386], gnumach-dev (>= 2:1.8+git201
81
10
3
-1~) [hurd-i386],
hurd-dev (>= 1:0.9.git20181030-1) [hurd-i386] | hurd-headers-dev [hurd-i386],
hurd-dev (>= 1:0.9.git20181030-1) [hurd-i386] <!stage1> | libihash-dev [hurd-i386] <!stage1>,
kfreebsd-kernel-headers [kfreebsd-any],
...
...
debian/libc0.3.symbols.hurd-i386
View file @
e89ea9e0
...
...
@@ -967,6 +967,8 @@ libmachuser.so.1 #PACKAGE# #MINVER#
__vm_inherit@Base 2.11
__vm_machine_attribute@Base 2.11
__vm_map_rpc@Base 2.11
__vm_msync@Base 2.27-9
__vm_object_sync@Base 2.27-9
__vm_protect@Base 2.11
__vm_read@Base 2.11
__vm_region@Base 2.11
...
...
@@ -1124,6 +1126,8 @@ libmachuser.so.1 #PACKAGE# #MINVER#
vm_inherit@Base 2.11
vm_machine_attribute@Base 2.11
vm_map_rpc@Base 2.11
vm_msync@Base 2.27-9
vm_object_sync@Base 2.27-9
vm_protect@Base 2.11
vm_read@Base 2.11
vm_region@Base 2.11
...
...