Skip to content

Commit 4afe2fa

Browse files
liblol: make debian packages
1 parent 5c2da32 commit 4afe2fa

32 files changed

+583
-452
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/glibc/
2+
/patchelf/

README.md

-47
This file was deleted.

README.zh.md

-23
This file was deleted.

autobuild/additional-files/hooks/postinst.in

-11
This file was deleted.

autobuild/build

-222
This file was deleted.

autobuild/defines

-8
This file was deleted.

autobuild/overrides/usr/lib/modules-load.d/liblol.conf

-2
This file was deleted.

autobuild/patch

-1
This file was deleted.

debian/changelog

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
liblol (0.1.4-1) unstable; urgency=medium
2+
3+
* Release 0.1.4-1
4+
5+
-- Miao Wang <shankerwangmiao@gmail.com> Fri, 01 Mar 2024 23:31:00 +0800
6+
7+
liblol (0.1.4~pre4-1) unstable; urgency=medium
8+
9+
* glibc: also add syscall fallback for fstatat
10+
11+
-- Miao Wang <shankerwangmiao@gmail.com> Tue, 20 Feb 2024 15:22:00 +0800
12+
13+
liblol (0.1.4~pre3-1) unstable; urgency=medium
14+
15+
* make libc.so.6 executable
16+
17+
-- Miao Wang <shankerwangmiao@gmail.com> Thu, 08 Feb 2024 16:09:00 +0800
18+
19+
liblol (0.1.4~pre2-1) unstable; urgency=medium
20+
21+
* new upstream version
22+
23+
-- Miao Wang <shankerwangmiao@gmail.com> Sun, 28 Jan 2024 08:07:00 +0800
24+
25+
liblol (0.1.3-1) unstable; urgency=medium
26+
27+
* Initial upload
28+
29+
-- Miao Wang <shankerwangmiao@gmail.com> Sat, 27 Jan 2024 18:09:00 +0800

debian/control

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Source: liblol
2+
Section: otherosfs
3+
Priority: optional
4+
Maintainer: Miao Wang <shankerwangmiao@gmail.com>
5+
Build-Depends: debhelper-compat (= 13),
6+
libstdc++6,
7+
quilt,
8+
bison,
9+
gawk,
10+
python3,
11+
Standards-Version: 4.6.2
12+
Homepage: https://github.com/AOSC-Dev/liblol
13+
14+
Package: liblol
15+
Architecture: loong64
16+
Multi-Arch: foreign
17+
Depends: ${misc:Depends},
18+
${shlibs:Depends},
19+
libstdc++6,
20+
libc6 (>= 2.36),
21+
libc6 (<< ${glibcVer}.1~),
22+
Conflicts: glibc,
23+
Recommends: liblol-dkms,
24+
Description: Compatibility layer for old world applications
25+
This package contains a Compatibility layer for old world
26+
applications on new world loongarch64 platform.

debian/install

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/lib64/
2+
/usr/lib/loongarch64-debian-linux-gnuow

0 commit comments

Comments
 (0)