Your message dated Tue, 15 Jun 2010 00:32:56 +0000
with message-id <e1ook5i-0005wg...@ries.debian.org>
and subject line Bug#584594: fixed in synce-kpm 0.15-2
has caused the Debian Bug report #584594,
regarding synce-kpm: FTBFS with Python 2.6: mv: cannot stat 
`/tmp/buildd/synce-kpm-0.15/debian/synce-kpm/usr/lib/python2.6/site-packages/synceKPM/data':
 No such file or directory
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.)


-- 
584594: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584594
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: synce-kpm
Version: 0.15-1
Severity: serious
Tags: patch
User: debian-pyt...@lists.debian.org
Usertags: python2.6
Justification: http://lists.debian.org/debian-release/2010/02/msg00325.html

Hello,

Your package fails to build from source with Python 2.6 as default:

[…]
| running install_egg_info
| running egg_info
| creating synce_kpm.egg-info
| writing synce_kpm.egg-info/PKG-INFO
| writing top-level names to synce_kpm.egg-info/top_level.txt
| writing dependency_links to synce_kpm.egg-info/dependency_links.txt
| writing manifest file 'synce_kpm.egg-info/SOURCES.txt'
| reading manifest file 'synce_kpm.egg-info/SOURCES.txt'
| reading manifest template 'MANIFEST.in'
| writing manifest file 'synce_kpm.egg-info/SOURCES.txt'
| Copying synce_kpm.egg-info to 
/tmp/buildd/synce-kpm-0.15/debian/synce-kpm/usr/local/lib/python2.6/dist-packages/synce_kpm-0.15.egg-info
| running install_scripts
| creating /tmp/buildd/synce-kpm-0.15/debian/synce-kpm/usr/local/bin
| copying build/scripts-2.6/synce-kpm -> 
/tmp/buildd/synce-kpm-0.15/debian/synce-kpm/usr/local/bin
| changing mode of 
/tmp/buildd/synce-kpm-0.15/debian/synce-kpm/usr/local/bin/synce-kpm to 755
| mkdir -p /tmp/buildd/synce-kpm-0.15/debian/synce-kpm/usr/share/synceKPM
| mv 
/tmp/buildd/synce-kpm-0.15/debian/synce-kpm/usr/lib/python2.6/site-packages/synceKPM/data
 \
|               /tmp/buildd/synce-kpm-0.15/debian/synce-kpm/usr/share/synceKPM
| mv: cannot stat 
`/tmp/buildd/synce-kpm-0.15/debian/synce-kpm/usr/lib/python2.6/site-packages/synceKPM/data':
 No such file or directory

The attached patch fixes this bug.

--
Jakub Wilk
diff -Nru synce-kpm-0.15/debian/rules synce-kpm-0.15/debian/rules
--- synce-kpm-0.15/debian/rules	2010-05-12 17:52:25.000000000 +0200
+++ synce-kpm-0.15/debian/rules	2010-06-04 23:55:40.000000000 +0200
@@ -2,6 +2,7 @@
 
 PYVER=$(shell python -c 'import sys; print sys.version[:3]')
 
+-include /usr/share/python/python.mk
 include $(CURDIR)/debian/update-patches.mk
 
 clean:
@@ -25,11 +26,12 @@
 	dh_clean -k
 	dh_installdirs
 	python setup.py install \
+		$(py_setup_install_args) \
 		--root=$(CURDIR)/debian/synce-kpm \
 		--single-version-externally-managed \
 	
 	mkdir -p $(CURDIR)/debian/synce-kpm/usr/share/synceKPM
-	mv $(CURDIR)/debian/synce-kpm/usr/lib/python$(PYVER)/site-packages/synceKPM/data \
+	mv $(CURDIR)/debian/synce-kpm/usr/lib/python$(PYVER)/*-packages/synceKPM/data \
 		$(CURDIR)/debian/synce-kpm/usr/share/synceKPM
 
 binary-indep: build install

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: synce-kpm
Source-Version: 0.15-2

We believe that the bug you reported is fixed in the latest version of
synce-kpm, which is due to be installed in the Debian FTP archive:

synce-kpm_0.15-2.debian.tar.gz
  to main/s/synce-kpm/synce-kpm_0.15-2.debian.tar.gz
synce-kpm_0.15-2.dsc
  to main/s/synce-kpm/synce-kpm_0.15-2.dsc
synce-kpm_0.15-2_all.deb
  to main/s/synce-kpm/synce-kpm_0.15-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 584...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonny Lamb <jo...@debian.org> (supplier of updated synce-kpm 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: SHA512

Format: 1.8
Date: Tue, 15 Jun 2010 01:05:51 +0100
Source: synce-kpm
Binary: synce-kpm
Architecture: source all
Version: 0.15-2
Distribution: unstable
Urgency: medium
Maintainer: Jonny Lamb <jo...@debian.org>
Changed-By: Jonny Lamb <jo...@debian.org>
Description: 
 synce-kpm  - KDE device manager for Windows Mobile devices
Closes: 584594 584596
Changes: 
 synce-kpm (0.15-2) unstable; urgency=medium
 .
   * debian/rules: Fix FTBFS with python 2.6 by not using site-packages and
     passing --install-layout=deb to setup.py. Thanks to Jakub Wilk
     <jw...@debian.org> for the patch. (Closes: #584594, #584596)
Checksums-Sha1: 
 f0fdab4dc41feecafd279ecf884bdb3dc4dccdee 1863 synce-kpm_0.15-2.dsc
 10fa82d1cddf5c8cd264e519b58e4b6527872652 5172 synce-kpm_0.15-2.debian.tar.gz
 c3d7755125d5ac4a86d7d0c8681b9e916f221939 53086 synce-kpm_0.15-2_all.deb
Checksums-Sha256: 
 bcbe02944c1f6c105b13e83aa584e4850499b34b27d327ea0f9735e8c89d1a0a 1863 
synce-kpm_0.15-2.dsc
 1dbf3463736381624e3d174c5ff25489c6616699804846aca160247d92836e4b 5172 
synce-kpm_0.15-2.debian.tar.gz
 7374a80426bf6bf426955f63dde63510ab6f8b7a3a1d80be89f1e1ae65ac76ee 53086 
synce-kpm_0.15-2_all.deb
Files: 
 e5f9f9a355319fd1e8df22fe65bff3e1 1863 python optional synce-kpm_0.15-2.dsc
 8c52d931f03f4914c7f5415b1d6419e3 5172 python optional 
synce-kpm_0.15-2.debian.tar.gz
 50ae5c36ec37f82c3614b0b758307532 53086 python optional synce-kpm_0.15-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCgAGBQJMFsZEAAoJEIGBI4OtKJdV9g4P/inPqJ9JA7TVtg6VyvBOn788
UQ/GpzarJaK7+b0g4asoSKxf+dh/ifOyjTCuhE/dDl4lS2bvMD08g5svw+cqhn/r
YjIr1hp0blHJKoIjkiobqq1kzwuq4fLGvwM1rUJVFRO00Lcm9rYBz0KtaRFO2W1h
migqT/Pu2hgH4W06GneskSrYkNJuhDYxceP2wbtUzTrQR5cRv2fdcnOA1R28diiA
Pgbwt5Nju2euQ3XRERzBlixSKw2LIZdVx5f36HwA7nWELrFAa9k6eRGO1CjPOkBh
o2hDQbX/r9WBO3Wm/z5zSf6wCRalkEB2GANkYBqsrRUK/AzdNHjDppGbpyIo5fTf
ECvvluHnrSggHKocFxb1t2khcEiOTESiuuWFLMVCTXP04ywATzsdRGejupDvn8R4
4+LaECpQPC8B+kkyG+3LbUaH7sBcr32nvBajecfpw0h51AU9aqXJiMmJPKVwEveB
OwV1lNskcN/my0ChYgCwyhw0jbxj3B++IwprWLCTW8Z/NIyUV96uMnnZu7/PUUVe
qPFrm3tZuIiiUS/0gaNU4zv1vtJ6NFQBNLnxPS354S9TzqvQtkRnR2Wr7xhs4ub3
hiNnwDouBUUMokZRp4gAlZZF5lVbBUPaMdKmMhDTjlw6uwAgOF+Ii1iuB11PJwsa
cpkOYhDqiHRrayU43PAG
=rizi
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to