1
0
Fork 0

Adding debian version 7.0.26-dfsg-1.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-24 20:35:36 +02:00
parent 54b0d93786
commit 611a3644e8
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
98 changed files with 8479 additions and 0 deletions

11
debian/patches/python3.13.diff vendored Normal file
View file

@ -0,0 +1,11 @@
--- a/configure
+++ b/configure
@@ -2168,7 +2168,7 @@ extern "C" int main(void)
}
EOF
found=
- SUPPYTHONLIBS="python2.7 python2.6 python3.1 python3.2 python3.3 python3.4 python3.4m python3.5 python3.5m python3.6 python3.6m python3.7 python3.7m python3.8 python3.9 python3.10 python3.11 python3.12"
+ SUPPYTHONLIBS="python2.7 python2.6 python3.1 python3.2 python3.3 python3.4 python3.4m python3.5 python3.5m python3.6 python3.6m python3.7 python3.7m python3.8 python3.9 python3.10 python3.11 python3.12 python3.13"
for p in $PYTHONDIR; do
for d in $SUPPYTHONLIBS; do
for b in lib/x86_64-linux-gnu lib/i386-linux-gnu lib64 lib/64 lib; do