User Tools

Site Tools


csup_for_debian

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
csup_for_debian [2010/08/03 15:14] kdevcsup_for_debian [2015/03/11 11:22] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +==== Install the build tools ====
 +<code>
 +aptitude install build-essential devscripts  debhelper dh-make diff patch quilt gnupg fakeroot lintian pbuilder piuparts
 +</code>
 +
 +==== Specific build dependencies ====
 +<code>
 +aptitude install flex bison libssl-dev
 +</code>
 +
 ==== Get it ==== ==== Get it ====
 <code> <code>
Line 7: Line 17:
 * Copy the csup code into a pristine work place * Copy the csup code into a pristine work place
 <code> <code>
-mkdir $HOME/debian +mkdir $HOME/packaging/ 
-cp -r src/contrib/csup $HOME/debian/csup-8.1.0+cp -r src/contrib/csup $HOME/packaging/csup-8.1.0
 </code> </code>
  
Line 19: Line 29:
 * Create initial debian/rules files * Create initial debian/rules files
 <code> <code>
-cd $HOME/debian/csup-8.1+cd $HOME/debian/csup-8.1.0
 dh_make -s --createorig dh_make -s --createorig
 </code> </code>
csup_for_debian.1280848462.txt.gz · Last modified: 2015/03/11 11:22 (external edit)