Your message dated Wed, 24 Dec 2008 03:02:15 +0000
with message-id <e1lfk0l-0003ee...@ries.debian.org>
and subject line Bug#509629: fixed in swftools 0.8.1-2.1
has caused the Debian Bug report #509629,
regarding python-rfxswf: uninstallable, not ideal
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.)
--
509629: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509629
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-rfxswf
Version: 0.8.1-2
Severity: grave
Tags: patch
Hi Simo,
unfortunately, it seems that python-rfxswf needs quite a bit of fixup to be
installable and usable.
The attached makes it build for the relevant python versions (i.e.
including python2.5). This in turn makes it actually installable. Also
you need to not link modules against libpython because you don't want
that and in order to not incur dependencies on python2.4 and
python2.5. This you might also want to tell upstream. Finally, you
need to call dh_installdeb to have the pysupport-generated
maintainerscripts installed. With the attached patch, stuff is
correctly build, the dependencies look saner, and "import SWF"
actually works.
I should strongly advise to install all packages and minimally test
them (i.e. quickly start programs, do some things; import the python
module, do some things with it) before uploading them / asking a sponsor to
upload.
I have spoken with Barry, your last sponsor, who said he'll have
additional fixes for you, so we agreed to have him incorporate these
as well.
Happy holidays and kind regards
T.
diff -u swftools-0.8.1/debian/python-rfxswf.install
swftools-0.8.1/debian/python-rfxswf.install
--- swftools-0.8.1/debian/python-rfxswf.install
+++ swftools-0.8.1/debian/python-rfxswf.install
@@ -1 +1 @@
-usr/lib/python2.4/site-packages/SWF.so
+usr/lib/python*/site-packages/SWF.so
diff -u swftools-0.8.1/debian/rules swftools-0.8.1/debian/rules
--- swftools-0.8.1/debian/rules
+++ swftools-0.8.1/debian/rules
@@ -14,14 +14,7 @@
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-PYTHON_MAJOR_VERSIONS = 2
-PYTHON_MINOR_VERSIONS = 4
-PYTHON_VERSION = $(PYTHON_MAJOR).$(PYTHON_MINOR)
-python_targets = $(foreach PYTHON_MAJOR, $(PYTHON_MAJOR_VERSIONS),\
- $(foreach PYTHON_MINOR, $(PYTHON_MINOR_VERSIONS),\
- python$(PYTHON_VERSION)))
-PYTHON_LIB = -l$@ /usr/lib/$@/site-packages/PIL/_imaging.so
-PYTHON_INCLUDES = -I/usr/include/$@
+python_targets = $(shell pyversions -s)
ifneq (,$(wildcard /usr/bin/libart2-config))
LIBART = libart2
@@ -110,8 +103,8 @@
$(MAKE) -C lib/python clean
# Fix the PYHTON_LIB and PYTHON_INCLUDES in the Makefile.common
cp Makefile.common Makefile.common.bak
- sed -i s,"\(PYTHON_LIB=\).*","\1$(PYTHON_LIB)", Makefile.common
- sed -i s,"\(PYTHON_INCLUDES=\).*","\1$(PYTHON_INCLUDES)",
Makefile.common
+ sed -i
s,"^PYTHON_LIB=.*","PYTHON_LIB=/usr/lib/$@/site-packages/PIL/_imaging.so",
Makefile.common
+ sed -i s,"^PYTHON_INCLUDES=.*","PYTHON_INCLUDES=-I/usr/include/$@",
Makefile.common
# Make the module
$(MAKE) -C lib/python
# Copy the module to safe, so we can compile another one
@@ -163,6 +156,8 @@
dh_compress
dh_fixperms
dh_pysupport
+ dh_makeshlibs -V
+ dh_installdeb
dh_shlibdeps
dh_gencontrol
dh_md5sums
--- End Message ---
--- Begin Message ---
Source: swftools
Source-Version: 0.8.1-2.1
We believe that the bug you reported is fixed in the latest version of
swftools, which is due to be installed in the Debian FTP archive:
librfxswf-dev_0.8.1-2.1_i386.deb
to pool/main/s/swftools/librfxswf-dev_0.8.1-2.1_i386.deb
python-rfxswf_0.8.1-2.1_i386.deb
to pool/main/s/swftools/python-rfxswf_0.8.1-2.1_i386.deb
swftools_0.8.1-2.1.diff.gz
to pool/main/s/swftools/swftools_0.8.1-2.1.diff.gz
swftools_0.8.1-2.1.dsc
to pool/main/s/swftools/swftools_0.8.1-2.1.dsc
swftools_0.8.1-2.1_i386.deb
to pool/main/s/swftools/swftools_0.8.1-2.1_i386.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 509...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Barry deFreese <bdefre...@debian.org> (supplier of updated swftools 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: Tue, 23 Dec 2008 13:58:42 -0500
Source: swftools
Binary: swftools python-rfxswf librfxswf-dev
Architecture: source i386
Version: 0.8.1-2.1
Distribution: unstable
Urgency: low
Maintainer: Simo Kauppi <s...@nic.fi>
Changed-By: Barry deFreese <bdefre...@debian.org>
Description:
librfxswf-dev - RFXSWF library for SWF (Flash) generation
python-rfxswf - Python wrapper for the rfxswf library
swftools - Collection of utilities for SWF file manipulation/creation
Closes: 480378 509629
Changes:
swftools (0.8.1-2.1) unstable; urgency=low
.
* Non-maintainer upload.
* Add versioned Replaces and Conflicts on libming-util. (Closes: #480378).
* Remove optional build-depends on libart-dev.
* Fix libgif4-dev dependency. (Should be libgif-dev).
* Fix up python package building. (Closes: #509629).
+ Thanks a million to Thomas Viehmann.
Checksums-Sha1:
9944b03c0245dca5369f5370627919e060200a72 1323 swftools_0.8.1-2.1.dsc
1898f7b307cd8319046da51a9015988769e36889 10654 swftools_0.8.1-2.1.diff.gz
87c5da4a609bd1320dba9935d3a368e6b85da104 1877512 swftools_0.8.1-2.1_i386.deb
fb2bafa38550ba33b7db5965fd2853f0e106d415 346862
python-rfxswf_0.8.1-2.1_i386.deb
6c607e90d5101336774db7e7083378a43bac897d 180798
librfxswf-dev_0.8.1-2.1_i386.deb
Checksums-Sha256:
e1d17f35cf1ef1156e5a0f29ef960d595913ecb8e1088403b57c963aeeb87be0 1323
swftools_0.8.1-2.1.dsc
c5f9c4809cc5220cde4df2cb0b55559437cdd2be5c51cc6a0ad6edc651613c40 10654
swftools_0.8.1-2.1.diff.gz
edb62bd33c83869fa52335f02ba2d9d17cd507c745dc14de12a28af4e3879cbd 1877512
swftools_0.8.1-2.1_i386.deb
b990006b1a49ffff28f760412dd1c2c2df008ee09a55f8760cb7e06cd83480b8 346862
python-rfxswf_0.8.1-2.1_i386.deb
7b186b7bfad3bfaaaa92ec89433a68bf5ebc1b2713ee20d947080b7908d70dc3 180798
librfxswf-dev_0.8.1-2.1_i386.deb
Files:
20ce63eb6a309eefbe88632261b38211 1323 utils extra swftools_0.8.1-2.1.dsc
9aa3a6a357bb5e40b787b5f44d6bd802 10654 utils extra swftools_0.8.1-2.1.diff.gz
05a24db468fa925b5389d590e7267d56 1877512 utils extra
swftools_0.8.1-2.1_i386.deb
a517e0445be6770a3950acaaa0950279 346862 python extra
python-rfxswf_0.8.1-2.1_i386.deb
51bf6ffc86a76ef009e83a9e79a35237 180798 libdevel extra
librfxswf-dev_0.8.1-2.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAklRk+QACgkQ5ItltUs5T36fHQCgvfcYn8h2BaNGqpHd2XkK8GbT
3/oAoJaJ1HeGTVMyTkj7FoUcmjSMk1vh
=wY+S
-----END PGP SIGNATURE-----
--- End Message ---