Changes between Version 8 and Version 9 of GettingStartedWithDevelopment
- Timestamp:
- 10/17/12 16:44:36 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GettingStartedWithDevelopment
v8 v9 5 5 == Packaging Tools == 6 6 7 7 Most of the tools used to create Debian (and thus Debathena) packages are available as part of Debian or Ubuntu. If you have Debathena installed, you can install the debathena-debian-dev package, which installs a number of packages required for building Debian packages. 8 8 9 If you're following along on a stock Ubuntu or Debian installation, you'll need to install these packages: build-essential cdbs debhelper wdiff debian-el devscripts devscripts-el dh-make dpatch dpkg-awk dpkg-dev dpkg-dev-el equivs fakeroot linda lintian quilt sbuild9 Note: If you're following along on a stock Ubuntu or Debian installation, you'll need to install these packages: build-essential cdbs debhelper wdiff debian-el devscripts devscripts-el dh-make dpatch dpkg-awk dpkg-dev dpkg-dev-el equivs fakeroot linda lintian quilt sbuild 10 10 11 11 == Build Environment == 12 12 13 You should also create the file ~/.devscripts with the following contents: 13 14 {{{