glibc: simplify helper on ecne's release.
This commit is contained in:
parent
5934b87b60
commit
bbef305933
1 changed files with 1 additions and 23 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
|
# Copyright (C) 2024 Luis Guzman <ark@switnet.org>
|
||||||
# Copyright (C) 2022 Rubén Rodríguez <ruben@trisquel.info>
|
# Copyright (C) 2022 Rubén Rodríguez <ruben@trisquel.info>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
|
@ -23,29 +24,6 @@ VERSION=1
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
cat << EOF |patch --no-backup-if-mismatch -p1
|
|
||||||
diff -ru glibc-2.35/debian/debhelper.in/libc-udeb.install glibc-2.35/debian/debhelper.in/libc-udeb.install
|
|
||||||
|
|
||||||
There is no file containing "-" (dash) on their udeb name pattern. Also debian
|
|
||||||
udeb libraries don't have any of such files.
|
|
||||||
|
|
||||||
--- glibc-2.35/debian/debhelper.in/libc-udeb.install 2022-07-04 17:58:49.000000000 -0500
|
|
||||||
+++ glibc-2.35/debian/debhelper.in/libc-udeb.install 2022-09-10 10:35:44.037341872 -0500
|
|
||||||
@@ -1,12 +1,9 @@
|
|
||||||
TMPDIR/RTLDDIR/*.so* RTLDDIR
|
|
||||||
TMPDIR/SLIBDIR/ld*.so* SLIBDIR
|
|
||||||
-TMPDIR/SLIBDIR/libm-*.so* SLIBDIR
|
|
||||||
TMPDIR/SLIBDIR/libm.so* SLIBDIR
|
|
||||||
-TMPDIR/SLIBDIR/libmvec-* SLIBDIR
|
|
||||||
TMPDIR/SLIBDIR/libmvec.so* SLIBDIR
|
|
||||||
TMPDIR/SLIBDIR/libdl*.so* SLIBDIR
|
|
||||||
TMPDIR/SLIBDIR/libresolv*.so* SLIBDIR
|
|
||||||
-TMPDIR/SLIBDIR/libc-*.so* SLIBDIR
|
|
||||||
TMPDIR/SLIBDIR/libc.so* SLIBDIR
|
|
||||||
TMPDIR/SLIBDIR/libutil* SLIBDIR
|
|
||||||
TMPDIR/SLIBDIR/libcrypt* SLIBDIR
|
|
||||||
EOF
|
|
||||||
|
|
||||||
changelog "Rebuild as part of udeb repository for debian-installer."
|
changelog "Rebuild as part of udeb repository for debian-installer."
|
||||||
|
|
||||||
package
|
package
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue