#!/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: https://svn.code.sf.net/p/pio/code/trunk/pioneers
Vcs-Browser: https://sourceforge.net/p/pio/code/HEAD/tree/trunk/pioneers/
Standards-Version: 4.5.0

Package: pioneers-builddep
Version: 15.6-1
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,
         autoconf-archive,
         automake,
         gob2,
         intltool,
         libavahi-client-dev,
         libavahi-glib-dev,
         libtool,
         subversion
Recommends: libgtk-3-dev,
            libnotify-dev,
            libcanberra-dev,
            librsvg2-bin,
            netpbm,
            xfonts-scalable,
            yelp-tools
Suggests: debhelper (>= 11),
          debian-policy,
          devscripts,
          doc-debian,
          doxygen,
          equivs,
          exuberant-ctags,
          gawk,
          imagemagick,
          imagemagick-doc,
          indent,
          inkscape,
          libc6-dbg,
          libcairo2-dbgsym,
          libcairo2-doc,
          libcanberra0-dbgsym,
          libcanberra-doc,
          libgdk-pixbuf2.0-0-dbgsym,
          libgdk-pixbuf2.0-doc,
          libglib2.0-0-dbgsym,
          libgtk-3-0-dbgsym,
          libgtk-3-doc,
          libnotify-doc,
          libpango-1.0-0-dbgsym,
          libpixman-1-0-dbgsym,
          librsvg2-2-dbgsym,
          librsvg2-common-dbgsym,
          netcat-openbsd,
          nmap,
          patchutils,
          piuparts,
          po-debconf,
          valgrind
