diff --git a/debian/changelog b/debian/changelog index b7c042d..0d17aaa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/control b/debian/control index d0afb37..ba07ba4 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: pid +Source: refind-btrfs Section: python Priority: optional Maintainer: Ian Santopietro @@ -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 diff --git a/main.sh b/main.sh index 05b5950..81be4fa 100755 --- a/main.sh +++ b/main.sh @@ -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