          MODULE=autoproject
         VERSION=0.20
          SOURCE=${MODULE}_${VERSION}.orig.tar.gz
      SOURCE_URL=http://ftp.debian.org/debian/pool/main/a/$MODULE/
      SOURCE_VFY=sha1:2a490af05165f78207ab7078e2fc4ba31ac7aaaf
        WEB_SITE=http://packages.debian.org/unstable/devel/autoproject
         ENTERED=20060321
         UPDATED=20060321
           SHORT="creates a skeleton source package for a new program"

cat << EOF
autoproject interviews the user, then creates a source package for a
new program which follows the GNU programming standards.  The new
package uses autoconf to configure itself, and automake to create the
Makefile.

The idea is that you execute autoproject just once when you start a new
project.  It will ask a few questions, then create a new directory and
populate it with standard files, customized for the new project.
EOF
