Changes between Version 1 and Version 2 of GettingStartedWithDevelopment
- Timestamp:
- 01/18/11 12:23:35 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GettingStartedWithDevelopment
v1 v2 4 4 5 5 You should also create the file ~/.devscripts with the following contents: 6 {{{ 6 7 DEBUILD_DPKG_BUILDPACKAGE_OPS="-us -uc -sa -i -I.svn" 7 8 DEBEMAIL="yourusername@mit.edu" 8 9 DEBFULLNAME="Your Full Name" 10 }}}