Changes between Initial Version and Version 1 of GettingStartedWithDevelopment


Ignore:
Timestamp:
01/18/11 10:56:28 (13 years ago)
Author:
jdreed
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GettingStartedWithDevelopment

    v1 v1  
     1Before beginning development, you should have a workstation (or VM) with Debathena installed.  Unless you have a strong preference, we recommend starting with the highest version of Ubuntu supported by Debathena.  As of January 2011, this is Ubuntu 10.04 (Lucid).  I 
     2 
     3You should install at least the debathena-standard metapackage.  You should also install the debathena-debian-dev package, which installs a number of packages required for building Debian packages. 
     4 
     5You should also create the file ~/.devscripts with the following contents: 
     6DEBUILD_DPKG_BUILDPACKAGE_OPS="-us -uc -sa -i -I.svn" 
     7DEBEMAIL="yourusername@mit.edu" 
     8DEBFULLNAME="Your Full Name"