Changes between Version 8 and Version 9 of GettingStartedWithDevelopment


Ignore:
Timestamp:
10/17/12 16:44:36 (12 years ago)
Author:
jdreed
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GettingStartedWithDevelopment

    v8 v9  
    55 == Packaging Tools == 
    66 
    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.    
     7Most 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.    
    88 
    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 sbuild 
     9 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 
    1010 
    1111 == Build Environment == 
     12 
    1213You should also create the file ~/.devscripts with the following contents: 
    1314{{{