Changes between Initial Version and Version 1 of TraineesNotes


Ignore:
Timestamp:
01/24/13 17:59:00 (11 years ago)
Author:
jdreed
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TraineesNotes

    v1 v1  
     1hello package - useful for understanding low-layer 
     2- onyl 3 files needed:  changelog, control, rules 
     3- rules is executable 
     4-- rules we look at: build, binary (binary-arch), clean 
     5build process: build stage (create programs), binary stage (make the binary package)  The last step is dpkg --build, which creates the .deb 
     6-we should cover basic use of Makefiles (make, make install) and configure/autoconf 
     7-- sample package 
     8-- talk about DESTDIR and why important 
     9-example, run "debian/rules build" 
     10 
     11"debuild: 
     12- builds source package, then binary package, etc 
     13- runs clean target 
     14 
     15stop at 9:55