wiki:DebianPackaging

Setup repository

  1. Edit your apt sources (/etc/apt/sources.list) and add the following lines
    deb http://dougdevel.org/debian testing main contrib non-free
    deb-src http://dougdevel.org/debian testing main contrib non-free
    
  2. Update your package list ("u" shortcut in aptitude)
  3. Install doug-keyring package to get rid of untrusted source warnings
    1. update your package list again

Available packages

binaries are usually available for amd64 and i386 architectures

  • doug-deps is an empty package which contains dependencies to all packages required for DOUG development (including autotools)
  • libmetis-dev contains  metis 4 static library
  • doug is the DOUG binaries
  • doug-keyring contains public key that is used to verify packages from the DOUG repository