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/02/28 12:12]
morty Some more formatting fixes
wiki:development:nxlibs-repository [2012/02/28 13:09]
morty Refrasing and formatting
Line 106: Line 106:
 ===== Editing patches using quilt ===== ===== Editing patches using quilt =====
 ==== Configure quilt ==== ==== Configure quilt ====
-add to ~/.bashrc +The following configuration options support the usage of quilt.
-<code> +
-alias dquilt="quilt --quiltrc=${HOME}/.quiltrc-dpkg" +
-</code>+
  
 create ~/.quiltrc-dpkg create ~/.quiltrc-dpkg
-<code>+<code bash .quiltrc-dpkg> 
 +#!/bin/bash
 d=. ; while [ ! -d $d/debian -a `readlink -e $d` != / ]; do d=$d/..; done d=. ; while [ ! -d $d/debian -a `readlink -e $d` != / ]; do d=$d/..; done
 if [ -d $d/debian ] && [ -z $QUILT_PATCHES ]; then if [ -d $d/debian ] && [ -z $QUILT_PATCHES ]; then
Line 125: Line 123:
 </code> </code>
  
-==== modifying patches ====+Set an alias to use these configuration options. This only appies to Bash and can be added to ''~/.bashrc''. Other shells may have similar commands. 
 +<code bash> 
 +alias dquilt="quilt --quiltrc=${HOME}/.quiltrc-dpkg" 
 +</code> 
 + 
 +==== Modifying patches ====
 get a source tree from git get a source tree from git
 <code> <code>
wiki/development/nxlibs-repository.txt · Last modified: 2013/03/08 13:31 (external edit)