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

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.