Hi, I've added support for Chex Quest 1&2 to my working tree[1], but I'm not quite happy with how I have to work around unnedeed features in doom_common.py .
Could it possible to just rip out the overiden fill_doc() and use instead the default one in all cases ? (doom-common.copyright.in & doom-common.README.Debian.in would be gone too) Here is the current wording: >The file "/usr/share/games/doom/IWAD", if >present, is a user-supplied file that is not covered by the >copyright or licence of this package. For example, the >original Doom data is copyright (c) 1999 by id Software, >all rights reserved. new (e.g. heretic shareware) >The files under "usr/share/games/doom" > >are user-supplied files with >copyright > > >© 1994 Raven Software, with all rights reserved. Maybe I could make the standard fill_docs() in __init__.py explicitely state the provided file if there was only one. Alexandre [1] https://github.com/a-detiste/game-data-packager/commit/9e332bae17c3b979a08d67ec8a7a7821ca180396 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

