Penguin
Diff: MeetingNotesMar2011
EditPageHistoryDiffInfoLikePages

Differences between current version and previous revision of MeetingNotesMar2011.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Tuesday, March 8, 2011 8:41:14 pm by LeslieViljoen
Older page: version 2 Last edited on Tuesday, March 8, 2011 8:38:36 pm by LeslieViljoen Revert
@@ -1,9 +1,9 @@
 !!! Debian Packaging and System Administration in Ruby 
  
 This presentation was on March 7, 2011 at the [OSS building in Grafton Road|http://www.oss.co.nz/contacts]. First, we built packages. These packages were built on Ubuntu (Maverick) but the Debian process is probably similar. 
  
-The steps below for building a package from scratch is heavily based on Daniel Holbach's excellent tutorial videos. He has quite a few videos on YouTube that illustrate many aspects of packaging for Ubuntu. The first of these is here: http://www.youtube.com/watch?v=zKLabbXTqMc 
+The steps below for building a package from scratch is heavily based on Daniel Holbach's excellent tutorial videos. He has quite a few videos on ~ YouTube that illustrate many aspects of packaging for Ubuntu. The first of these is here: http://www.youtube.com/watch?v=zKLabbXTqMc 
  
 __Checkinstall__ 
  
 Here are the steps for wrapping up a source package into a Deb using Checkinstall. 
@@ -24,9 +24,9 @@
 cp README INSTALL COPYING ChangeLog TODO doc-pak 
  
 # you can now add scripts to be run during install: 
 
-# preinstall-pak Run BEFORE the package is INSTALLED 
+# preinstall-pak Run BEFORE the package is INSTALLED 
 # postinstall-pak Run AFTER the package is INSTALLED 
 # preremove-pak Run BEFORE the package is REMOVED 
 # postremove-pak Run AFTER the package is REMOVED