Skip to content

Commit

Permalink
feat: init package
Browse files Browse the repository at this point in the history
  • Loading branch information
YukariChiba committed Mar 13, 2024
1 parent b635f5d commit 16b9739
Show file tree
Hide file tree
Showing 24 changed files with 3,947 additions and 42 deletions.
1 change: 0 additions & 1 deletion README.md

This file was deleted.

30 changes: 27 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
template-repository (1.0-1) unstable; urgency=medium
liblol (0.1.4-1) unstable; urgency=medium

* Initial release
* Release 0.1.4-1

-- Tsic404 <[email protected]> Sat, 28 Jan 2023 13:46:49 +0800
-- Miao Wang <[email protected]> Fri, 01 Mar 2024 23:31:00 +0800

liblol (0.1.4~pre4-1) unstable; urgency=medium

* glibc: also add syscall fallback for fstatat

-- Miao Wang <[email protected]> Tue, 20 Feb 2024 15:22:00 +0800

liblol (0.1.4~pre3-1) unstable; urgency=medium

* make libc.so.6 executable

-- Miao Wang <[email protected]> Thu, 08 Feb 2024 16:09:00 +0800

liblol (0.1.4~pre2-1) unstable; urgency=medium

* new upstream version

-- Miao Wang <[email protected]> Sun, 28 Jan 2024 08:07:00 +0800

liblol (0.1.3-1) unstable; urgency=medium

* Initial upload

-- Miao Wang <[email protected]> Sat, 27 Jan 2024 18:09:00 +0800
1 change: 0 additions & 1 deletion debian/compat

This file was deleted.

37 changes: 24 additions & 13 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
Source: template-repository
Section: unknown
Source: liblol
Section: otherosfs
Priority: optional
Maintainer: Tsic404 <[email protected]>
Build-Depends: debhelper (>= 11)
Standards-Version: 4.1.3
Homepage: https://github.com/deepin-community/template-repository
#Vcs-Browser: https://salsa.debian.org/debian/deepin-community-template-repository
#Vcs-Git: https://salsa.debian.org/debian/deepin-community-template-repository.git
Maintainer: Miao Wang <[email protected]>
Build-Depends: debhelper-compat (= 13),
libstdc++6,
quilt,
bison,
gawk,
python3,
Standards-Version: 4.6.2
Homepage: https://github.com/AOSC-Dev/liblol

Package: template-repository
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: <insert up to 60 chars description>
<insert long description, indented with spaces>
Package: liblol
Architecture: loong64
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends},
libstdc++6,
libc6 (>= 2.36),
libc6 (<< ${glibcVer}.1~),
Conflicts: glibc,
Recommends: liblol-dkms,
Description: Compatibility layer for old world applications
This package contains a Compatibility layer for old world
applications on new world loongarch64 platform.
22 changes: 0 additions & 22 deletions debian/copyright

This file was deleted.

2 changes: 2 additions & 0 deletions debian/install
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/lib64/
/usr/lib/loongarch64-debian-linux-gnuow
Loading

0 comments on commit 16b9739

Please sign in to comment.