User Tools

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
start [2024/01/28 15:03]
abeverley [Building packages from later versions of Debian for earlier releases]
start [2024/02/18 15:51] (current)
abeverley [Example: building openarc package from experimental]
Line 24: Line 24:
   debuild -uc -us   debuild -uc -us
  
-References:+==== Examplebuilding openarc package from experimental ==== 
 + 
 +Add experimental sources to ''/​etc/​apt/​sources.list'':​ 
 + 
 +  deb-src http://​httpredir.debian.org/​debian/​ experimental main contrib 
 + 
 +  apt-get build-dep openarc 
 +  apt-get source openarc 
 +  cd openarc-1.0.0~beta3+dfsg/​ 
 +  cd debian/​patches 
 +  wget https://​github.com/​trusteddomainproject/​OpenARC/​pull/​167.patch 
 +  wget https://​github.com/​trusteddomainproject/​OpenARC/​pull/​168.patch 
 +  wget https://​github.com/​trusteddomainproject/​OpenARC/​pull/​170.patch 
 +  dch --bpo # Add letter to suggested version 
 +  debuild -uc -us 
 + 
 +==== References ====
  
 https://​ostechnix.com/​how-to-build-debian-packages-from-source/​ https://​ostechnix.com/​how-to-build-debian-packages-from-source/​
start.1706454189.txt.gz · Last modified: 2024/01/28 15:03 by abeverley