Your message dated Fri, 06 Aug 2010 14:47:23 +0000
with message-id <e1ohoch-0001n6...@franck.debian.org>
and subject line Bug#591879: fixed in adonthell-data 0.3.4.cvs.20080529+dfsg-2
has caused the Debian Bug report #591879,
regarding adonthell-data: Policy violations: ships .pyc in .deb
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
591879: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591879
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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
* updated bytecompile patch
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -2,12 +2,11 @@
pkgdatadir = $(gamedatadir)/scripts
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
EXTRA_DIST = init.py
all:
- $(adonthell_binary) -c
*.pyc: *.py
--- a/scripts/actions/Makefile.am
+++ b/scripts/actions/Makefile.am
@@ -1,11 +1,10 @@
pkgdatadir = $(gamedatadir)/scripts/actions
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
EXTRA_DIST = talk.py __init__.py
all:
- $(adonthell_binary) -c
*.pyc: *.py
--- a/scripts/dialogues/Makefile.am
+++ b/scripts/dialogues/Makefile.am
@@ -1,6 +1,6 @@
pkgdatadir = $(gamedatadir)/scripts/dialogues
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
EXTRA_DIST = orloth_start.py lucia_start.py sarin_start.py \
janesta_start.py erek_start.py oliver_start.py bjarn_start.py \
@@ -9,7 +9,6 @@
silverhair_start.py fellnir_start.py __init__.py
all:
- $(adonthell_binary) -c
*.pyc: *.py
--- a/scripts/game_events/Makefile.am
+++ b/scripts/game_events/Makefile.am
@@ -1,6 +1,6 @@
pkgdatadir = $(gamedatadir)/scripts/game_events
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
EXTRA_DIST = teleport.py cellar_to_bjarn.py fst_to_silverhair.py \
character_speak.py open_inn_door.py silverhair_to_fst.py \
@@ -9,7 +9,6 @@
speak.py
all:
- $(adonthell_binary) -c
*.pyc: *.py
--- a/scripts/modules/Makefile.am
+++ b/scripts/modules/Makefile.am
@@ -1,12 +1,11 @@
pkgdatadir = $(gamedatadir)/scripts/modules
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
EXTRA_DIST = console.py main_menu.py events.py character_screen.py intro.py \
player_text.py
all:
- $(adonthell_binary) -c
*.pyc: *.py
--- a/scripts/schedules/Makefile.am
+++ b/scripts/schedules/Makefile.am
@@ -2,11 +2,11 @@
pkgdatadir = $(gamedatadir)/scripts/schedules
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
EXTRA_DIST = control.py __init__.py
*.pyc: *.py
- $(adonthell_binary) -c
+
CLEANFILES = *.pyc
--- a/scripts/schedules/audio/Makefile.am
+++ b/scripts/schedules/audio/Makefile.am
@@ -1,11 +1,10 @@
pkgdatadir = $(gamedatadir)/scripts/schedules/audio
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
EXTRA_DIST = in_game.py __init__.py
all:
- $(adonthell_binary) -c
*.pyc: *.py
--- a/scripts/schedules/mapcharacters/Makefile.am
+++ b/scripts/schedules/mapcharacters/Makefile.am
@@ -1,6 +1,6 @@
pkgdatadir = $(gamedatadir)/scripts/schedules/mapcharacters
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
EXTRA_DIST = alek.py erek.py frostbloom.py janesta.py jelom.py bjarn.py \
keyboard_control.py oliver.py orloth.py sarin.py silverhair.py \
@@ -8,7 +8,6 @@
extro.py __init__.py schedule.py
all:
- $(adonthell_binary) -c
*.pyc: *.py
--- a/scripts/schedules/mapviews/Makefile.am
+++ b/scripts/schedules/mapviews/Makefile.am
@@ -1,11 +1,10 @@
pkgdatadir = $(gamedatadir)/scripts/schedules/mapviews
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
EXTRA_DIST = center_character.py __init__.py
all:
- $(adonthell_binary) -c
*.pyc: *.py
--- 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 \
--- End Message ---
--- Begin Message ---
Source: adonthell-data
Source-Version: 0.3.4.cvs.20080529+dfsg-2
We believe that the bug you reported is fixed in the latest version of
adonthell-data, which is due to be installed in the Debian FTP archive:
adonthell-data_0.3.4.cvs.20080529+dfsg-2.debian.tar.gz
to
main/a/adonthell-data/adonthell-data_0.3.4.cvs.20080529+dfsg-2.debian.tar.gz
adonthell-data_0.3.4.cvs.20080529+dfsg-2.dsc
to main/a/adonthell-data/adonthell-data_0.3.4.cvs.20080529+dfsg-2.dsc
adonthell-data_0.3.4.cvs.20080529+dfsg-2_all.deb
to main/a/adonthell-data/adonthell-data_0.3.4.cvs.20080529+dfsg-2_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 591...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Moritz Muehlenhoff <j...@debian.org> (supplier of updated adonthell-data
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 06 Aug 2010 10:12:11 -0400
Source: adonthell-data
Binary: adonthell-data
Architecture: source all
Version: 0.3.4.cvs.20080529+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Moritz Muehlenhoff <j...@debian.org>
Description:
adonthell-data - Data files needed by Adonthell
Closes: 591879
Changes:
adonthell-data (0.3.4.cvs.20080529+dfsg-2) unstable; urgency=low
.
* Strip pyc files, patch by Jordan Metzmeier (Closes: #591879)
Checksums-Sha1:
9e5f0e7334fa7acba25e52be123362f7ba497661 1561
adonthell-data_0.3.4.cvs.20080529+dfsg-2.dsc
c9f569adacc9b78cfa003f42db222287256da986 92768
adonthell-data_0.3.4.cvs.20080529+dfsg-2.debian.tar.gz
ae7f5c59ef1b01ceedefc3614ded98d6aa67d7c8 9925410
adonthell-data_0.3.4.cvs.20080529+dfsg-2_all.deb
Checksums-Sha256:
561daf0f507e86d5b0a97c5c1d93ac200068ab790ea0574eced1ccce48651d8b 1561
adonthell-data_0.3.4.cvs.20080529+dfsg-2.dsc
8f62839bb017544d0de4469dd6e8c0cb4046b41c5e1bcedd04e749e8d231b2c1 92768
adonthell-data_0.3.4.cvs.20080529+dfsg-2.debian.tar.gz
6af71aea4056b16fedae21d6e67f283d6a8d97248540e8570c68958de6764bb5 9925410
adonthell-data_0.3.4.cvs.20080529+dfsg-2_all.deb
Files:
48d5d01030204ab6f27f0db3f2f01d3a 1561 games optional
adonthell-data_0.3.4.cvs.20080529+dfsg-2.dsc
a3f1a2a916f4d99bc86c896c3c39c626 92768 games optional
adonthell-data_0.3.4.cvs.20080529+dfsg-2.debian.tar.gz
e53d14e6de9e59bde99d321eb30a5d75 9925410 games optional
adonthell-data_0.3.4.cvs.20080529+dfsg-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkxcGO0ACgkQXm3vHE4uylrHtACeL6jauYZlMke3fVhV+ngk0xJV
QgoAnjaqnVgqt9ao3+NMc3I/2bgyHkn4
=l877
-----END PGP SIGNATURE-----
--- End Message ---