debian/0000755000000000000000000000000012147766157007206 5ustar debian/source/0000755000000000000000000000000012147766157010506 5ustar debian/source/format0000644000000000000000000000001312151446567011706 0ustar 3.0 (quilt)debian/dirs0000644000000000000000000000007712151446567010071 0ustar usr/games usr/share/games/adonthell/modules usr/share/man/man6 debian/docs0000644000000000000000000000004512151446567010053 0ustar AUTHORS FULLSCREEN.howto NEWS README debian/README.debian0000644000000000000000000000034612151446567011305 0ustar adonthell for Debian ---------------------- This only includes the game engine, to actually play Adonthell you'll need datafiles included in adonthell-data. -- Gordon Fraser , Tue, 17 Sep 2002 15:16:21 +0200 debian/adonthell.60000644000000000000000000000146112151446567011244 0ustar .TH Adonthell 6 .SH NAME Adonthell \- a Free Role Playing Game engine. .SH SYNOPSIS .B adonthell .I "[options] files ..." .SH "DESCRIPTION" .BR Adonthell is a Free graphical role playing game engine. .BR This program is used to run .BR Adonthell games - therefore you need one game installed in order to play something. .SH OPTIONS .TP .B \-h, Print help message. .TP .B \-v, Print version and exit. .TP .B \-d, Print the data directory and exit (for developers). .TP .B \-l, List installed games and exit. .TP .B \-g .I dir , play the game contained in .I dir (for developers). .TP .B \-c, Byte-compile all Python scripts in this directory (for developers). .SH AUTHOR This manual page was written by Alexandre Courbot , for the Debian GNU/Linux system (but may be used by others). debian/lintian-overrides0000644000000000000000000000004112151446567012555 0ustar package-contains-empty-directory debian/copyright0000644000000000000000000000362612151446567011143 0ustar This package was debianized by Gordon Fraser on Wed, 28 Aug 2002 20:37:34 +0200. It was downloaded from http://adonthell.linuxgames.com/download/ Upstream Authors: Kai Sterker & the Adonthell team Copyright: (C) 1997-2001 by Dimitri van Heesch (C) 1999 The Adonthell Team (C) 1999-2001 The Adonthell Project (C) 1999-2004 Kai Sterker (C) 1999-2004 Alexandre Courbot (C) Copyright 2000-2001, 2004 Joel Vennin src/tools/oggloop/vcedit.h: (C) 2000-2001 Michael Smith src/tools/oggloop/vcedit.c: (C) 2000-2001 Michael Smith src/audio.h: (C) 2000 Andrew Henderson src/gettext.h: (C) 1995-1998, 2000-2002, 2004 Free Software Foundation, Inc. src/tools/charedit/dirbrowser.h: (C) 1998-2000 Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies src/tools/charedit/dirbrowser.cc: (C) 1998-2000 Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies src/tools/questedit/dirbrowser.h: (C) 1998-2000 Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies src/tools/questedit/dirbrowser.cc: (C) 1998-2000 Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies src/audio.cc: (C) 2000 Andrew Henderson 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, 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. The GNU GPL may be viewed on Debian systems in /usr/share/common-licenses/GPL debian/README.source0000644000000000000000000000353512151446567011366 0ustar This package uses quilt to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. To configure quilt to use debian/patches instead of patches, you want either to export QUILT_PATCHES=debian/patches in your environment or use this snippet in your ~/.quiltrc: for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then export QUILT_PATCHES=debian/patches break fi done To get the fully patched source after unpacking the source package, cd to the root level of the source package and run: quilt push -a The last patch listed in debian/patches/series will become the current patch. To add a new set of changes, first run quilt push -a, and then run: quilt new where is a descriptive name for the patch, used as the filename in debian/patches. Then, for every file that will be modified by this patch, run: quilt add before editing those files. You must tell quilt with quilt add what files will be part of the patch before making changes or quilt will not work properly. After editing the files, run: quilt refresh to save the results as a patch. Alternately, if you already have an external patch and you just want to add it to the build system, run quilt push -a and then: quilt import -P /path/to/patch quilt push -a (add -p 0 to quilt import if needed). as above is the filename to use in debian/patches. The last quilt push -a will apply the patch to make sure it works properly. To remove an existing patch from the list of patches that will be applied, run: quilt delete You may need to run quilt pop -a to unapply patches first before running this command. debian/changelog0000644000000000000000000002376312151446567011066 0ustar adonthell (0.3.5-9) unstable; urgency=low * Remove extra flag from --with python2. (Closes: #710317). -- Barry deFreese Wed, 29 May 2013 14:44:36 -0400 adonthell (0.3.5-8) unstable; urgency=low * Acknowledge NMU. * Clean up packaging. - Change debian/rules to dh7 style. - Bump debhelper and compat to 7. - Replace Conflicts with Breaks in control. - Add hardening flags. - Update Homepage to new address. - Remove links against libdl and libutil since they aren't used. * Bump Standards Version to 3.9.4. -- Barry deFreese Mon, 20 May 2013 08:24:40 -0400 adonthell (0.3.5-7.1) unstable; urgency=medium * Non-maintainer upload. * debian/patches/12_no_sparc_bytecompile.patch: - Do not bytecompile Python files during build on sparc, workaround to let adonthell compile again. Generated files were not installed in the package, and byte-compilation is performed at a later stage by python-support anyway (Closes: #639450). -- Luca Falavigna Sun, 02 Oct 2011 17:21:03 +0200 adonthell (0.3.5-7) unstable; urgency=low * Team upload. * Thanks Torsten for the NMU! * Fix FTBFS caused by the NMU. configure looks for a "swig" binary, the swig2.0 package provides just swig2.0, making the build fail. Build-Depend on swig (>= 1.3), which will pull in the latest stable swig by default. Closes: #633107, #630933, #632531 -- Evgeni Golov Fri, 08 Jul 2011 16:10:50 +0200 adonthell (0.3.5-6.1) unstable; urgency=low * Non-maintainer upload. * Build with swig2.0 to allow removal of the obsolete swig1.3 package. -- Torsten Landschoff Wed, 22 Jun 2011 23:46:34 +0200 adonthell (0.3.5-6) unstable; urgency=low * Team upload. [ Iain Lane ] * debian/control: Remove myself from Uploaders [ Peter De Wachter ] * Fixed FTBFS with newer gcc. (Closes: #624998) (LP: #765984) - Added patch: 11_ftbfs_with_gcc-4.6.diff [ Evgeni Golov ] * Drop the "A" from the Description. * Add ${misc:Depends} to Depends. -- Evgeni Golov Sun, 08 May 2011 22:55:59 +0200 adonthell (0.3.5-5) unstable; urgency=low * Drop support for armel for now (Closes: #562904) -- Moritz Muehlenhoff Wed, 06 Jan 2010 19:26:27 +0100 adonthell (0.3.5-4) unstable; urgency=low * Add myself to uploaders * Drop special case handling of Python for arm, Python 2.4 is being removed. If it still fails with the current toolchain, we need to find a fix in Python or drop support for Arm (Closes: #562401) * Drop versioned Build-Depends for python-dev, swig1.3 and python-support; all satified even in Etch * Convert to source format 3 (quilt) -- Moritz Muehlenhoff Thu, 24 Dec 2009 16:31:20 +0100 adonthell (0.3.5-3) unstable; urgency=low [ Barry deFreese ] * 10_ftbfs_with_gcc-4.4.diff. Fix FTBFS with gcc-4.4. (Closes: #546356). + Thanks to Ilya Barygin for the patch! * Add README.source for quilt. * Bump Standards Version to 3.8.3. (No changes needed). -- Barry deFreese Sat, 12 Dec 2009 09:01:51 -0500 adonthell (0.3.5-2) unstable; urgency=low [ Barry deFreese ] * Update my e-mail address. * Bump Standards Version to 3.8.2. (No changes needed). -- Barry deFreese Tue, 28 Jul 2009 11:46:07 -0400 adonthell (0.3.5-1) experimental; urgency=low [ Gonéri Le Bouder ] * add the missing -p1 in debian/patches/series so the package doesn't FTBFS with the quilt source format (Closes: #484977) * Bump the standard version to 3.8.0, no change needed. [ Ansgar Burchardt ] * Add watch file [ Iain Lane ] * New upstream version 0.3.5 * debian/rules: Use quilt.make to apply patches. * debian/patches: Delete obsolete patches. * debian/patches/04_do_not_ship_pyc.diff: Refreshed. * debian/watch: Updated to look at savannah.nongnu.org [ Miriam Ruiz ] * Added Iain Lane to Uploaders -- Iain Lane Wed, 31 Dec 2008 14:23:46 +0000 adonthell (0.3.4.cvs.20080529-1+nmu1) unstable; urgency=medium * Non-maintainer upload. * Fix FTBFS on arm and armel, thanks to peter green. (Closes: #486654) -- Philipp Kern Fri, 01 Aug 2008 11:08:10 +0200 adonthell (0.3.4.cvs.20080529-1) unstable; urgency=low [ Barry deFreese ] * New maintainer. (Closes: #427141). + Debian Games Team . + Add myself to uploaders. * New upstream CVS snapshot. + Drop all current patches as they are fixed in CVS. + Fixes to build with python2.5. (Closes: #451631). * Make clean not ignore errors. * Add copyright holders to debian/copyright. * Move Homepage from package description to source header. * Add VCS tags. * Add autotools-dev build dependency. * Don't ship pyc files. (Closes: #392492). + Thanks to Luis Rodrigo Gallardo Cruz for the patch. * Remove symlink and rename binary to /usr/games/adonthell. * Bump debian/compat to 5. * Bump Standards Version to 3.7.3. (No changes needed). [ Gonéri Le Bouder ] * Remove src/modules/adonthell.py src/py_adonthell_wrap.cc since they are generated with SWIG during the build process -- Barry deFreese Thu, 29 May 2008 21:54:50 -0400 adonthell (0.3.4.cvs.20050813-4) unstable; urgency=medium * QA upload. * Apply patch from Peter Green to fix FTBFS with gcc 4.3. closes: #477011. * Bump to Standards-Version 3.7.3. -- Clint Adams Mon, 21 Apr 2008 10:39:20 -0400 adonthell (0.3.4.cvs.20050813-3) unstable; urgency=low * Orphan package, set maintainer to Debian QA Group -- Gordon Fraser Sat, 02 Jun 2007 07:18:26 +0200 adonthell (0.3.4.cvs.20050813-2.4) unstable; urgency=high * Non-maintainer upload. * Replace remaining "" with . (Closes: #398694) Thanks Goswin von Brederlow and Matthew Johnson for noticing. -- Mohammed Adnène Trojette Sat, 18 Nov 2006 17:43:05 +0100 adonthell (0.3.4.cvs.20050813-2.3) unstable; urgency=low * Non-maintainer upload. * Fix SDL include statement in src/py_adonthell.i. -- Mohammed Adnène Trojette Wed, 20 Sep 2006 00:27:19 +0200 adonthell (0.3.4.cvs.20050813-2.2) unstable; urgency=medium * Non-maintainer upload with medium urgency. * Update to the New Python Policy (Closes: #380756) + debian/control - bump build-dependency on debhelper to (>= 5.0.37.2) - remove build-dependency on python and python-dev - build-depend on python-dev (>= 2.3.5-11) - build-depend on python-support (>= 0.4) - depend on ${python:Depends} + debian/rules - build with $(shell pyversions -d) to make the package bin-NMUable - run dh_pythonsupport only (hence the >= 0.4 build-dep) * Build-Depend on libsdl1.2-dev, libsdl-ttf2.0-dev and libsdl-mixer1.2-dev instead of with the embedded version, add -lSDL_ttf to --with-py-libs in debian/rules and rebootstrap (Closes: #382202) * Work around #374062 using a patch from Julien Danjou (Closes: #381456) * Build-Depend on quilt for patch management and add adequate rules. * Bump Standards-Version to 3.7.2. -- Mohammed Adnène Trojette Thu, 10 Aug 2006 20:47:56 +0200 adonthell (0.3.4.cvs.20050813-2.1) unstable; urgency=low * Non-maintainer upload. * Remove obsolete internal objects include (Closes: #370147) -- Mohammed Adnène Trojette Tue, 6 Jun 2006 10:21:05 +0200 adonthell (0.3.4.cvs.20050813-2) unstable; urgency=low * Fix build problem with g++ 4.1 (Closes: #356171) -- Gordon Fraser Wed, 5 Apr 2006 15:03:17 +0200 adonthell (0.3.4.cvs.20050813-1) unstable; urgency=low * Change dependency to libaa1-dev (Closes: #320890) * Update to latest CVS (Closes: #297096, #315305) -- Gordon Fraser Sat, 13 Aug 2005 09:18:48 +0200 adonthell (0.3.3.cvs.20031022-3) unstable; urgency=medium * Fix problem with SWIG macro changes (Closes: #297096) * Urgency set to medium due to fix for RC bug -- Gordon Fraser Thu, 3 Mar 2005 18:08:27 +0100 adonthell (0.3.3.cvs.20031022-2) unstable; urgency=low * gcc-3.4 compile fixes (Closes: #262996, #263404, #249730) -- Gordon Fraser Wed, 11 Aug 2004 15:33:44 +0200 adonthell (0.3.3.cvs.20031022-1) unstable; urgency=low * New CVS checkout * Fix python include path (Closes: #216484) * Standards version to 3.6.1 * Include upstream homepage in description -- Gordon Fraser Wed, 22 Oct 2003 16:36:30 +0200 adonthell (0.3.3.cvs.20030119-2) unstable; urgency=low * Rebuild against new libvorbis0a package (Closes: #184976) -- Gordon Fraser Tue, 25 Mar 2003 11:57:26 +0100 adonthell (0.3.3.cvs.20030119-1) unstable; urgency=low * New CVS snapshot: - fixes g++ 3.2 compile problems (Closes: #177307) * Bumped standards-version to 3.5.8 * Removed build-dependency on bison -- Gordon Fraser Sun, 19 Jan 2003 16:14:39 +0100 adonthell (0.3.3-2) unstable; urgency=low * Revert str_hash.c changes to fix build problem on hppa -- Gordon Fraser Tue, 1 Oct 2002 07:25:13 +0200 adonthell (0.3.3-1) unstable; urgency=low * New upstream release -- Gordon Fraser Thu, 19 Sep 2002 16:41:22 +0200 adonthell (0.3.2.cvs.20020906-3) unstable; urgency=low * Remove accidential need for autotools (Closes: #160665) -- Gordon Fraser Fri, 13 Sep 2002 08:33:43 +0200 adonthell (0.3.2.cvs.20020906-2) unstable; urgency=low * Remove -fno-rtti to fix build problem on ia64 * Revert hash changes to fix build problem on hppa -- Gordon Fraser Thu, 12 Sep 2002 19:47:21 +0200 adonthell (0.3.2.cvs.20020906-1) unstable; urgency=low * Initial Debian-upload (Closes: #158679) -- Gordon Fraser Wed, 28 Aug 2002 20:37:34 +0200 debian/compat0000644000000000000000000000000212151446567010377 0ustar 5 debian/watch0000644000000000000000000000013412151446567010230 0ustar version=3 http://savannah.nongnu.org/download/adonthell/adonthell-src-(.*)\.tar\.gz debian debian/rules0000755000000000000000000000433512151446567010266 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CXXFLAGS += -Wall -fno-exceptions -DSWIG_GLOBAL -DDATA_DIR=\"\\\"/usr/share/games/adonthell\"\\\" CFGDEBUG = "" INSTALL = /usr/bin/install -c INSTALL_PROGRAM = ${INSTALL} -p -o root -g root -m 755 PYVERSIONNN:=$(shell pyversions -d -v) PYVERSION :=python$(PYVERSIONNN) ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) CXXFLAGS += -g CFGDEBUG = "--enable-py-debug" endif ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CXXFLAGS += -O0 else CXXFLAGS += -O2 endif %: dh $@ --with python2 override_dh_auto_configure: -test -r /usr/share/misc/config.sub && \ cp -f /usr/share/misc/config.sub config.sub -test -r /usr/share/misc/config.guess && \ cp -f /usr/share/misc/config.guess config.guess ./configure --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr \ --mandir=\$${prefix}/share/man \ --bindir=\$${prefix}/games \ --datadir=\$${prefix}/share/games \ --with-py-libs="-Wl,-E -L/usr/lib/$(PYVERSION)/config -l$(PYVERSION) -lpthread -lSDL -lSDL_ttf -lSDL_mixer" \ --with-py-cflags="-I/usr/include/$(PYVERSION)" \ $(CFGDEBUG) override_dh_auto_build: $(MAKE) CXXFLAGS="$(CXXFLAGS)" CPPFLAGS="$(CPPFLAGS)" INSTALL_PROGRAM="$(INSTALL_PROGRAM)" override_dh_auto_install: $(MAKE) install DESTDIR="$(CURDIR)/debian/adonthell" INSTALL_PROGRAM="$(INSTALL_PROGRAM)" #Remove the symlink and change binary name back to adonthell rm -f $(CURDIR)/debian/adonthell/usr/games/adonthell mv $(CURDIR)/debian/adonthell/usr/games/adonthell-0.3 \ $(CURDIR)/debian/adonthell/usr/games/adonthell override_dh_clean: [ ! -f Makefile ] || $(MAKE) distclean -rm -f `find . -name "*~"` -rm -f src/adonthell.pyc rm -f config.guess config.sub # drop files generated by SWIG rm -f src/modules/adonthell.py src/py_adonthell_wrap.cc dh_clean debian/control0000644000000000000000000000240612151446567010606 0ustar Source: adonthell Section: games Priority: optional Maintainer: Debian Games Team Uploaders: Barry deFreese , Moritz Muehlenhoff Build-Depends: debhelper (>= 7.0.50~), autotools-dev, dpkg-dev (>= 1.16.1~), libsdl1.2-dev, libvorbis-dev, zlib1g-dev, swig (>= 1.3), libfreetype6-dev, libaa1-dev, python-dev, libsdl-ttf2.0-dev, libsdl-mixer1.2-dev, libsdl1.2-dev Standards-Version: 3.9.4 Homepage: http://adonthell.nongnu.org/index.shtml Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/adonthell/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/adonthell/?op=log Package: adonthell Architecture: alpha amd64 avr32 hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Recommends: adonthell-data (>= 0.3.3-3), adonthell-data (<< 0.4) Breaks: adonthell-data (<< 0.3.3-3) Description: 2D graphical roleplaying game A 2D graphical RPG game inspired by good old console RPGs like the ones on the SNES. . This package contains the Adonthell engine. You'll also need a game to be able to play. For this release, the official game is Waste's Edge, found in the package adonthell-data. debian/patches/0000755000000000000000000000000012147766157010635 5ustar debian/patches/series0000644000000000000000000000015412151446567012045 0ustar 04_do_not_ship_pyc.diff 10_ftbfs_with_gcc-4.4.diff 11_ftbfs_with_gcc-4.6.diff 12_no_sparc_bytecompile.patch debian/patches/10_ftbfs_with_gcc-4.4.diff0000644000000000000000000000153212151446567015241 0ustar Patch backported from http://github.com/ksterker/adonthell/tree/master, commit c620028d36510103d15efe15fed11532a4cd4a71 Index: adonthell-0.3.5/src/dialog.cc =================================================================== --- adonthell-0.3.5.orig/src/dialog.cc 2009-09-12 09:35:25.000000000 +0400 +++ adonthell-0.3.5/src/dialog.cc 2009-09-12 09:49:58.000000000 +0400 @@ -265,7 +265,8 @@ { u_int32 begin, end, len; PyObject *result; - char *tmp, *start, *mid, *str = NULL; + char *tmp, *mid, *str = NULL; + const char *start; character *the_player = data::the_player; string newstr (s); @@ -318,7 +319,7 @@ // Error! cout << "\n*** Error, unknown macro " << start << flush; - start[0] = ' '; + newstr[newstr.length () - strlen (start)] = ' '; } // execute python functions debian/patches/12_no_sparc_bytecompile.patch0000644000000000000000000000161312151446567016354 0ustar Description: Do not bytecompile Python files during build Author: Luca Falavigna Bug-Debian: http://bugs.debian.org/639450 Forwarded: no Index: adonthell-0.3.5/src/modules/Makefile.in =================================================================== --- adonthell-0.3.5.orig/src/modules/Makefile.in 2011-10-02 17:20:09.885955991 +0200 +++ adonthell-0.3.5/src/modules/Makefile.in 2011-10-02 17:20:44.365957048 +0200 @@ -216,6 +216,10 @@ CLEANFILES = $(pyc_files) all: all-am +ifneq ($(shell dpkg-architecture -qDEB_BUILD_ARCH),sparc) + ADONTHELLCMD=$(top_builddir)/src/adonthell-0.3 -c +endif + .SUFFIXES: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ @@ -404,7 +408,7 @@ all: $(py_files) - $(top_builddir)/src/adonthell-0.3 -c + $(ADONTHELLCMD) %.pyc : %.py @if test x$(top_srcdir) != x$(top_builddir) ; then \ debian/patches/11_ftbfs_with_gcc-4.6.diff0000644000000000000000000000170312151446567015244 0ustar Description: fix "taking address of temporary" errors Author: Peter De Wachter Bug-Debian: http://bugs.debian.org/624998 Forwarded: not-needed? It looks like the relevant code has been entirely rewritten for adonthell 0.4 --- a/src/label.cc +++ b/src/label.cc @@ -645,7 +645,7 @@ } -const string label::text_string () const +const string & label::text_string () const { return my_text_; } --- a/src/label.h +++ b/src/label.h @@ -90,7 +90,7 @@ /** Get the text in string */ - const string text_string () const; + const string & text_string () const; /** --- a/src/win_event.cc +++ b/src/win_event.cc @@ -35,7 +35,7 @@ case DESTROY: { set_callback_destroy ( - makeFunctor (&Functor0wRet(), *callback, &py_callback::callback_func0ret)); + makeFunctor (new Functor0wRet(), *callback, &py_callback::callback_func0ret)); break; } debian/patches/04_do_not_ship_pyc.diff0000644000000000000000000000214212151446567015144 0ustar Author: Unknown Description: Do not ship compile Python files. Index: adonthell-0.3.5/src/modules/Makefile.am =================================================================== --- adonthell-0.3.5.orig/src/modules/Makefile.am 2008-02-11 19:58:20.000000000 +0000 +++ adonthell-0.3.5/src/modules/Makefile.am 2008-12-22 23:43:49.000000000 +0000 @@ -3,7 +3,8 @@ pyc_files = dialogue.pyc adonthell.pyc py_files = dialogue.py adonthell.py -moddata_DATA = $(pyc_files) +#moddata_DATA = $(pyc_files) +moddata_DATA = $(py_files) EXTRA_DIST = $(py_files) Index: adonthell-0.3.5/src/modules/Makefile.in =================================================================== --- adonthell-0.3.5.orig/src/modules/Makefile.in 2008-05-29 19:43:05.000000000 +0100 +++ adonthell-0.3.5/src/modules/Makefile.in 2008-12-22 23:43:49.000000000 +0000 @@ -210,7 +210,8 @@ moddatadir = $(gamedatadir)/modules pyc_files = dialogue.pyc adonthell.pyc py_files = dialogue.py adonthell.py -moddata_DATA = $(pyc_files) +#moddata_DATA = $(pyc_files) +moddata_DATA = $(py_files) EXTRA_DIST = $(py_files) CLEANFILES = $(pyc_files) all: all-am debian/manpages0000644000000000000000000000002312151446567010712 0ustar debian/adonthell.6