#!/usr/bin/equivs-build
# Build the package with equivs-build <this file>
# Install with dpkg -i pioneers-builddep*.deb
# Install the dependencies with aptitude install pioneers-builddep
#
### Commented entries have reasonable defaults.
### Uncomment to edit them.
# Source: <source package name; defaults to package name>
Section: misc
Priority: optional
Homepage: http://pio.sourceforge.net/
Vcs-Svn: svn://svn.code.sf.net/p/pio/code/trunk/pioneers
Vcs-Browser: https://sourceforge.net/p/pio/code/HEAD/tree/trunk/pioneers/
Standards-Version: 3.9.8

Package: pioneers-builddep
Version: 15.4-1~local1
Maintainer: Roland Clobus <rclobus@rclobus.nl>
# Provides: <comma-separated list of packages>
# Replaces: <comma-separated list of packages>
Architecture: all
# Copyright: <copyright file; defaults to GPL2>
# Changelog: <changelog file; defaults to a generic changelog>
# Readme: <README.Debian file; defaults to a generic one>
# Extra-Files: <comma-separated list of additional files for the doc directory>
# Files: <pair of space-separated paths; First is file to include, second is destination>
#  <more pairs, if there's more than one file to include. Notice the starting space>
Description: Build dependencies for Pioneers
 Install this package if you want to build Pioneers
 .
  Depends:    The minimal set of dependencies
              Suitable for a non-GUI build environment
              Sufficient to build from a fresh checkout
  Recommends: Additional dependencies, to build the GUI as well
  Suggests:   A full development environment, suitable for building releases
Depends: autoconf,
         automake,
         gob2,
         intltool,
         libavahi-client-dev,
         libavahi-glib-dev,
         libtool,
         subversion
Recommends: libgnome2-dev,
            libgtk-3-dev,
            libnotify-dev,
            librsvg2-bin,
            netpbm,
            scrollkeeper,
            xfonts-scalable
Suggests: debhelper (>= 9),
          debian-policy,
          devscripts,
          doc-debian,
          doxygen,
          equivs,
          exuberant-ctags,
          gawk,
          hardening-wrapper,
          imagemagick,
          imagemagick-doc,
          indent,
          inkscape,
          libc6-dbg,
          libcairo2-dbg,
          libcairo2-doc,
          libgdk-pixbuf2.0-0-dbg,
          libgdk-pixbuf2.0-doc,
          libglib2.0-0-dbg,
          libgnome2-doc,
          libgnomeui-0-dbg,
          libgtk-3-0-dbg,
          libgtk-3-doc,
          libnotify-doc,
          libpango1.0-0-dbg,
          libpixman-1-0-dbg,
          librsvg2-dbg,
          netcat-openbsd,
          nmap,
          patchutils,
          piuparts,
          po-debconf,
          valgrind
