initial commit
This commit is contained in:
parent
6e156d8e09
commit
3dd54f70bd
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
|
* Initial Creation
|
||||||
|
|
||||||
|
14
debian/control
vendored
14
debian/control
vendored
@ -1,4 +1,4 @@
|
|||||||
Source: pid
|
Source: refind-btrfs
|
||||||
Section: python
|
Section: python
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Ian Santopietro <isantop@gmail.com>
|
Maintainer: Ian Santopietro <isantop@gmail.com>
|
||||||
@ -18,14 +18,16 @@ Build-Depends: debhelper (>= 11),
|
|||||||
python3-wheel,
|
python3-wheel,
|
||||||
python3-build,
|
python3-build,
|
||||||
Standards-Version: 4.1.3
|
Standards-Version: 4.1.3
|
||||||
Homepage: https://github.com/trbs/pid
|
Homepage: https://github.com/Venom1991/refind-btrfs
|
||||||
XS-Python3-Version: >= 3.7
|
XS-Python3-Version: >= 3.7
|
||||||
Vcs-Browser: https://github.com/trbs/pid
|
Vcs-Browser: https://github.com/Venom1991/refind-btrfs
|
||||||
Vcs-Git: https://github.com/trbs/pid.git
|
Vcs-Git: https://github.com/Venom1991/refind-btrfs
|
||||||
|
|
||||||
Package: python3-pid
|
Package: refind-btrfs
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${python3:Depends},
|
Depends: ${python3:Depends},
|
||||||
${misc: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
|
||||||
|
|
||||||
|
6
main.sh
6
main.sh
@ -1,7 +1,7 @@
|
|||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone https://github.com/trbs/pid -b 3.0.4
|
git clone https://github.com/Venom1991/refind-btrfs -b v0.6.0
|
||||||
cp -rvf ./debian ./pid/
|
cp -rvf ./debian ./refind-btrfs/
|
||||||
cd ./pid
|
cd ./refind-btrfs
|
||||||
|
|
||||||
# Get build deps
|
# Get build deps
|
||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
Loading…
Reference in New Issue
Block a user