Update 'README.md'

This commit is contained in:
maryjane 2021-11-18 15:47:27 +00:00
parent 7b8742862b
commit c7fd8e872a
1 changed files with 12 additions and 2 deletions

View File

@ -23,12 +23,14 @@ From the same directoty where the package is run the command:
`sudo apt install ./gpodder_3.10.21+1-1_all.deb`
## Building the package
## Building the package from the deb source
This package was built based on the repo:
`https://git.disroot.org/maryjane/gpodder` from the `debian/latest` branch. So you can check the commit log to see every change I did to it.
The repo itself is a copy of: which is a copy of: https://github.com/gpodder/gpodder/tree/adaptive
You can build the package yourself on a Debian based system by installing:
`sudo apt install git build-essential devscripts`
@ -45,4 +47,12 @@ cd into the `gpodder` directory
and run the command:
`debuild -us -uc -b`
`debuild -us -uc -b`
## A tanks to Debian
I was able to make this repo in like 30 min, because I basically copied the `Debian` directory from the official debian package at (https://salsa.debian.org/debian/gpodder/-/tree/master/debian) and made like 3 minor tweaks to it.
So thanks to the debian team for making the official gpodder package.
Debian rocks!!!