start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| start [2024/01/28 15:08] – [Building packages from later versions of Debian for earlier releases] abeverley | start [2024/09/04 08:23] (current) – abeverley | ||
|---|---|---|---|
| Line 33: | Line 33: | ||
| apt-get source openarc | apt-get source openarc | ||
| cd openarc-1.0.0~beta3+dfsg/ | cd openarc-1.0.0~beta3+dfsg/ | ||
| - | dch --bpo # Can keep suggested | + | |
| + | cd debian/ | ||
| + | wget https:// | ||
| + | wget https:// | ||
| + | wget https:// | ||
| + | wget https:// | ||
| + | # Apply | ||
| + | cd ../.. | ||
| + | patch -p1 < debian/ | ||
| + | patch -p1 < debian/ | ||
| + | patch -p1 < debian/ | ||
| + | patch -p1 < debian/ | ||
| + | | ||
| + | dpkg-source --commit | ||
| debuild -uc -us | debuild -uc -us | ||
| Line 42: | Line 55: | ||
| Versioning info: https:// | Versioning info: https:// | ||
| + | |||
| + | ===== Building Debian packages of Perl modules ===== | ||
| + | |||
| + | On production servers, I much prefer to use Perl modules from Debian repositories, | ||
| + | |||
| + | Sometimes a Perl module is either not available in the main Debian repositories, | ||
| + | |||
| ===== JSON Web Tokens with Perl ===== | ===== JSON Web Tokens with Perl ===== | ||
start.1706454528.txt.gz · Last modified: 2024/01/28 15:08 by abeverley
