# debian/packages for yada
# Copyright 1999 Charles Briscoe-Smith.  Licenced according to the GNU GPL.

Source: yada
Section: devel
Priority: optional
Maintainer: Charles Briscoe-Smith <cpbs@debian.org>
Standards-Version: 3.5.6
Description: Yet Another Debianisation Aid
Packaged-For: Debian
Patches: *.diff
Copyright: GPL
 Copyright 1999 Charles Briscoe-Smith
 .
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 .
 You can contact me by email at <cpbs@debian.org>
Clean: sh
 # This shouldn't find its way into the source package...
 rm -f .*.prcs_aux

# Packages files can contain comments, like this one.

Package: yada
Architecture: all
Depends: dpkg-dev, perl5 | perl
Recommends: grep-dctrl
Description: Yet Another Debianisation Aid
 YADA is a Debian packaging helper.  It parses a special file,
 debian/packages, in a source package, and generates an appropriate
 debian/rules to control building of the package.
 .
 WARNING: YADA is still very experimental!  Use it at your own risk!
 (And please run Lintian over anything built with yada before uploading.)
Install: sh
 yada install -script yada
 yada install -man yada.1 packages.7
 yada install -doc yada.txt
 yada install -doc -subdir examples debian/packages -as packages.yada
 yada install -doc -subdir examples debian/foo.diff -as foo.diff
 yada install -doc announce -as README.Debian
