Bug#591879: adonthell-data: Policy violations: ships .pyc in .deb

Jordan Metzmeier jordan at linuxgen.com
Fri Aug 6 05:56:53 UTC 2010


Package: adonthell-data
Version: 0.3.4.cvs.20080529-1
Severity: serious
Tags: patch
Justification: Python Policy 2.6

It was discovered that adothehell-data is shipping .pyc files. This seems 
to due to a patch not being updated after a new upstream release.

I have attached patches to resolve the issue.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages adonthell-data depends on:
ii  adonthell               0.3.5-5+b1       A 2D graphical roleplaying game
ii  python-support          1.0.9            automated rebuilding support for P
ii  python2.6               2.6.5+20100706-1 An interactive high-level object-o

adonthell-data recommends no packages.

adonthell-data suggests no packages.

-- no debconf information
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 01_do_not_ship_pyc_files
Type: text/x-makefile
Size: 3026 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-games-devel/attachments/20100806/c981a841/attachment.bin>
-------------- next part --------------
--- old/adonthell-data-0.3.4.cvs.20080529/debian/rules	2010-08-06 01:40:08.000000000 -0400
+++ new/adonthell-data-0.3.4.cvs.20080529/debian/rules	2010-08-06 01:34:21.000000000 -0400
@@ -24,6 +24,8 @@
 
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 
+	./autogen.sh
+
 	./configure --host=$(DEB_HOST_GNU_TYPE) \
                     --build=$(DEB_BUILD_GNU_TYPE) \
                     --prefix=/usr \


More information about the Pkg-games-devel mailing list