Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
wiki:debian_packaging [2020/02/26 17:49] – [Verify and sign the generated packages] neyronwiki:debian_packaging [2020/02/26 17:50] – [Push to oar-ftp] neyron
Line 124: Line 124:
  
 <code bash> <code bash>
-# for multi-arch: 
-$ mergechanges -f oar_${OAR_VERSION}_*.changes 
 # update lintian # update lintian
 $ sudo apt-get update && sudo apt-get install -t sid lintian $ sudo apt-get update && sudo apt-get install -t sid lintian
Line 132: Line 130:
 $ debsign oar_${OAR_VERSION}_amd64.changes $ debsign oar_${OAR_VERSION}_amd64.changes
 # or for multi-arch: # or for multi-arch:
 +$ mergechanges -f oar_${OAR_VERSION}_*.changes
 $ debsign oar_${OAR_VERSION}_multi.changes $ debsign oar_${OAR_VERSION}_multi.changes
 </code> </code>
Line 152: Line 151:
  
 <code bash> <code bash>
 +$ cd ../build-area && dput oar_${OAR_VERSION}_amd64.changes
 +# Or if multi-arch:
 $ cd ../build-area && dput oar_${OAR_VERSION}_multi.changes $ cd ../build-area && dput oar_${OAR_VERSION}_multi.changes
 </code> </code>
wiki/debian_packaging.txt · Last modified: 2021/06/29 10:24 by snoir
Recent changes RSS feed GNU Free Documentation License 1.3 Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki