User Tools

Site Tools


wiki:development:nxlibs-repository

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
Next revision Both sides next revision
wiki:development:nxlibs-repository [2012/01/30 12:50]
sunweaver [modifying patches]
wiki:development:nxlibs-repository [2012/02/28 10:42]
ncryer [Create new patch]
Line 147: Line 147:
 </code> </code>
 commit your changes with "debcommit -a" commit your changes with "debcommit -a"
 +==== Create new patch ==== 
 +apply paches until you reach the code state where you want to begin with your new patch 
 +<code> 
 +dquilt push 
 +</code> 
 +create new patch NUMBER_NXCOMPONENT_DESCRIPTION.full.patch, for example: 
 +<code> 
 +dquilt new 203_nxagent_disable-rootless-exit.full.patch 
 +</code> 
 +add files, which you want to patch with 
 +<code> 
 +dquilt add DATEINAME 
 +</code> 
 +edit files, you want to patch and save the changes 
 +<code> 
 +dquilt refresh 
 +</code> 
 +revoke all patches with  
 +<code> 
 +dquilt pop -a 
 +</code> 
 +check your changes with "git status" and "git diff". Edit changelog with "dch", make sure you keep changelog lines below 80 characters, for example: 
 +<code> 
 +* Create patch: 203_nxagent_disable-rootless-exit.full.patch, 
 +  <describe what you did...>
 +</code> 
 +commit your changes with "debcommit -a"
wiki/development/nxlibs-repository.txt · Last modified: 2013/03/08 13:31 (external edit)