Dylan Morrison 6600c64be1 Fixed debian changelog for 2.91j (#160) %!s(int64=5) %!d(string=hai) anos
..
README 7d57264427 Some packaging cleanups for v2.84. %!s(int64=12) %!d(string=hai) anos
binary.lintian-overrides d29e8672c7 Fix one lintian warning and suppress four others. %!s(int64=14) %!d(string=hai) anos
changelog 6600c64be1 Fixed debian changelog for 2.91j (#160) %!s(int64=5) %!d(string=hai) anos
compat bd96c9da5c Initial Debian package support. %!s(int64=16) %!d(string=hai) anos
control b7c690870c Updated docs for 2.90d %!s(int64=7) %!d(string=hai) anos
copyright 61326e82d4 Preparing Debian build rules for 2.90d release. %!s(int64=7) %!d(string=hai) anos
docs 3d59f71586 Fixed debian and linux build systems to reflect removed files. Updated debian changelog. %!s(int64=7) %!d(string=hai) anos
megazeux.manpages 70750ae26e Various debian package improvements, bump version. %!s(int64=15) %!d(string=hai) anos
rules a00535b039 Improved `make test` support for unix builds %!s(int64=6) %!d(string=hai) anos

README

BUILDING MEGAZEUX FOR DEBIAN

MegaZeux was tested as building on Debian Unstable as of May, 2007. You must
first rename the source directory "megazeux-2.84", for example, to match the
required Debian standard. MegaZeux is usually shipped as "mzx284", for
historical reasons.

You can then generate a deb file for your architecture by typing:

debuild -us -uc

Which will create a deb, changes, source, and dsc file in the directory above
this one. These may be added to an 'apt' repository, if you desire.

--ajs.