# debian/packages for dlua4.0
# Written by Charles Briscoe-Smith, May 1999.  Public Domain.
# Customised for dlua4.0 by 

# This is an -example- packages file; read /usr/share/doc/yada/yada.txt.gz to
# find out how to customise it to your needs.

Source: dlua4.0
Section: unknown
Priority: unknown
Maintainer: Mr. Nobody <nobody@root.org>
Packager: T. Raven <nevermore@poe.net>
Standards-Version: 0.0
Upstream-Source: <URL:ftp://some.where/over/the/rainbow.tar.gz>
Home-Page: <URL:http://some.thing/nasty/in/the/woodshed.html>
Description: Some package
Packaged-For: Yoyodyne Inc.
Copyright: GPL
 Copyright 1999 A. Snide Badger
Major-Changes:
 Introduced many bugs by not editing debian/packages appropriately.
Build: sh
 ./configure --prefix=/usr
 make
Clean: sh
 make distclean || true

Package: dlua4.0
Architecture: any
Depends: [/usr/bin/*]
Description: Some binary package
 This is a generic binary package.  If you see this text, it hasn't been
 built properly; the packager should have replaced this with something
 appropriate.
Install: sh
 make install DESTDIR=$ROOT
