User Tools

Site Tools


public:techstuff:packaging:inspircd

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
public:techstuff:packaging:inspircd [2013/02/15 21:57] nathanpublic:techstuff:packaging:inspircd [2020/04/25 13:05] (current) – external edit 127.0.0.1
Line 25: Line 25:
  
 <code> <code>
-cd ../inspircd-2.0.5 +cd inspircd-2.0.5 
-uupdate ../inspircd_2.0.10.orig.tar.bz2+uupdate ../inspircd_2.0.10.orig.tar.gz
 </code> </code>
  
-  * Write a changelog entry for our update+  * Change to the new source and remove any patches [these should be upstream by now]
  
 <code> <code>
 cd ../inspircd-2.0.10 cd ../inspircd-2.0.10
 +rm debian/patch/*.diff
 +vim debian/patch/series
 +</code>
 +
 +  * Now is a good time to add any extra modules you want to include. In my case I add chatlog.
 +
 +  * Write a changelog entry for our update
 +
 +<code>
 dch -e dch -e
 </code> </code>
public/techstuff/packaging/inspircd.1360965423.txt.gz · Last modified: 2020/04/25 13:05 (external edit)