[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gambas PPA for Debian
[Thread Prev] | [Thread Next]
- Subject: Re: Gambas PPA for Debian
- From: Brian G <brian@xxxxxxxxxxxxxxxx>
- Date: Wed, 21 Aug 2024 11:00:42 -0700
- To: user@xxxxxxxxxxxxxxxxxxxxxx
On 8/21/24 03:27, Gianluigi wrote:
Here is the script I use to create a github repository that works formint and Debian, I run it in my local copy of the repository then updategithub's version. #!/bin/bash cd ~/Projects/repo echo In directory $PWD # Packages & Packages.gz dpkg-scanpackages --multiversion . > Packages gzip -k -f Packages # Release, Release.gpg & InRelease apt-ftparchive release . > Releasegpg --default-key "MyEmail@xxxxxxxxxxxxxx" -abs -o - Release > Release.gpg gpg --default-key "MyEmail@xxxxxxxxxxxxxx" --clearsign -o - Release > InRelease# Make list fileecho "deb https://raw.githubusercontent.com/<My_User>/ppa/main/repo ./" > gsh.list# Commit & push git add -A git commit -m update git push ----------------- I do this to add it as a repo for both debian and mintsudo -i curl -s --compressed "https://raw.githubusercontent.com/justlostintime/ppa/main/ubuntu/KEY.gpg" | gpg --dearmor > /etc/apt/trusted.gpg.d/westwood-archive-key.gpg sudo curl -s --compressed -o /etc/apt/sources.list.d/gsh.list "https://raw.githubusercontent.com/justlostintime/ppa/main/ubuntu/gsh.list"sudo apt update -- ~~~~ BrianHi Brian, don't you think that if Benoit signed his PPA, it would be easier for Debian users to register the repository? Regards Gianluigi
--I am not sure I understand just how Benoit is creating the PPA, which is different from the way I create the repo here. if it was signed then It should be possible to add it as a repo to Debian as I did above. But I did think there was an apt extension for Debian that allowed to access a PPA
try : for Debian 12 this works for me > su # apt install pip # apt install software-properties-common #|apt install python3-launchpadlib|# add-apt-repository "deb https://ppa.launchpadcontent.net/gambas-team/gambas3/ubuntu jammy main" # add-apt-repository "deb-src https://ppa.launchpadcontent.net/gambas-team/gambas3/ubuntu jammy main"
# apt update Hope this helps ~~~~ Brian
Attachment:
OpenPGP_0x78BFB26402F48419.asc
Description: OpenPGP public key
Attachment:
OpenPGP_signature.asc
Description: OpenPGP digital signature
Re: Gambas PPA for Debian | Gianluigi <gradobag@xxxxxxxxxxx> |
Gambas PPA for Debian | Gianluigi <gradobag@xxxxxxxxxxx> |
Re: Gambas PPA for Debian | Bruce Steers <bsteers4@xxxxxxxxx> |
Re: Gambas PPA for Debian | gbWilly <gbWilly@xxxxxxxxxxxxxx> |
Re: Gambas PPA for Debian | Gianluigi <gradobag@xxxxxxxxxxx> |
Re: Gambas PPA for Debian | Brian G <brian@xxxxxxxxxxxxxxxx> |
Re: Gambas PPA for Debian | Gianluigi <gradobag@xxxxxxxxxxx> |
Re: Gambas PPA for Debian | Gianluigi <gradobag@xxxxxxxxxxx> |