initial commit

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-08-06 22:30:16 +03:00 committed by GitHub
parent 6e156d8e09
commit 3dd54f70bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 10 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
pid (3.0.4-99pika1.lunar) lunar; urgency=medium
refind-btrfs (0.6.0-99pika1.lunar) lunar; urgency=medium
* Initial Creation

14
debian/control vendored
View File

@ -1,4 +1,4 @@
Source: pid
Source: refind-btrfs
Section: python
Priority: optional
Maintainer: Ian Santopietro <isantop@gmail.com>
@ -18,14 +18,16 @@ Build-Depends: debhelper (>= 11),
python3-wheel,
python3-build,
Standards-Version: 4.1.3
Homepage: https://github.com/trbs/pid
Homepage: https://github.com/Venom1991/refind-btrfs
XS-Python3-Version: >= 3.7
Vcs-Browser: https://github.com/trbs/pid
Vcs-Git: https://github.com/trbs/pid.git
Vcs-Browser: https://github.com/Venom1991/refind-btrfs
Vcs-Git: https://github.com/Venom1991/refind-btrfs
Package: python3-pid
Package: refind-btrfs
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
Description: Pidfile featuring stale detection and file-locking
${shlibs:Depends},
btrfs-progs, python3-antlr4, python3-injector, python3-more-itertools, python3-pid, python3-semantic-version, python3-systemd, python3-tomlkit, python3-transitions, python3-typeguard, python3-watchdog, refind
Description: Generate rEFInd manual boot stanzas from Btrfs snapshots

View File

@ -1,7 +1,7 @@
# Clone Upstream
git clone https://github.com/trbs/pid -b 3.0.4
cp -rvf ./debian ./pid/
cd ./pid
git clone https://github.com/Venom1991/refind-btrfs -b v0.6.0
cp -rvf ./debian ./refind-btrfs/
cd ./refind-btrfs
# Get build deps
apt-get build-dep ./ -y