Bug#881457: glibc: please add mips r6 support

2017-11-11 Thread YunQiang Su
Package: src:glibc Version: 2.24-17 Since stretch's dpkg has support mips r6 architectures and DSA are also using it, we can add mips r6 support now. MIPS release r6 architectures are new release of MIPS, while they are not compatible with the r5/r2 ones. So we need to treat them as new

Bug#881454: glibc: don't try build shared library packages when stage1

2017-11-11 Thread YunQiang Su
Package: src:glibc Version: 2.24-17 Since libc6/libc6.1 etc are marked as Build-Profiles: So we need to disabled them in DEB_ARCH_REGULAR_PACKAGES -- YunQiang Su diff --git a/debian/rules b/debian/rules index a7a6ed1..a18e268 100755 --- a/debian/rules +++ b/debian/rules @@

Bug#881455: glibc: don't build hardware enhancement library packages when stage1

2017-11-11 Thread YunQiang Su
Package: src:glibc Version: 2.24-17 hardware enhancement library packages like xen on i386/hurd-i386, and alphpaev67 on alpha, are not needed for stage1 They are also marked as Build-Profiles: So we need to remove them. -- YunQiang Su diff --git a/debian/sysdeps/alpha.mk