Changes between Version 5 and Version 6 of GettingStartedWithDevelopment
- Timestamp:
- 01/20/11 13:15:56 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GettingStartedWithDevelopment
v5 v6 5 5 You should also create the file ~/.devscripts with the following contents: 6 6 {{{ 7 DEBUILD_DPKG_BUILDPACKAGE_OP S="-us -uc -sa -i -I"7 DEBUILD_DPKG_BUILDPACKAGE_OPTS="-us -uc -sa -i -I" 8 8 DEBEMAIL="yourusername@mit.edu" 9 9 DEBFULLNAME="Your Full Name"