Changes between Version 5 and Version 6 of GettingStartedWithDevelopment


Ignore:
Timestamp:
01/20/11 13:15:56 (13 years ago)
Author:
jdreed
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GettingStartedWithDevelopment

    v5 v6  
    55You should also create the file ~/.devscripts with the following contents: 
    66{{{ 
    7 DEBUILD_DPKG_BUILDPACKAGE_OPS="-us -uc -sa -i -I" 
     7DEBUILD_DPKG_BUILDPACKAGE_OPTS="-us -uc -sa -i -I" 
    88DEBEMAIL="yourusername@mit.edu" 
    99DEBFULLNAME="Your Full Name"