Your message dated Mon, 09 May 2011 09:02:30 +0000
with message-id <[email protected]>
and subject line Bug#621676: fixed in gmobilemedia 0.4+dfsg-13
has caused the Debian Bug report #621676,
regarding gmobilemedia: fixes ftbfs
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 [email protected]
immediately.)


-- 
621676: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621676
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gmobilemedia
Version: 0.4+dfsg-10
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch


The distutils.patch is incorrect because it references the distutils.sysconfig
module, but that module is never explicitly imported.  Thus the distutils
module will not have a sysconfig attribute.  Fixed by explicitly importing the
submodule.

*** /tmp/tmp6s3337
In Ubuntu, the attached patch was applied to achieve the following:

## ---------------- REPLACE THIS WITH ACTUAL INFORMATION ---------------------
## Please add all necessary information about why the change needed to go in
## Ubuntu, quote policy, spec or any other background material and why it can
## and should be used in Debian too.  If the patch is composed of multiple
## independent pieces, please send them as separate bug reports.
## ---------------- REPLACE THIS WITH ACTUAL INFORMATION ---------------------


  * debian/patches/distutils.patch: Fix FTBFS by explicitly importing
    distutils.sysconfig.  Without that, the submodule will not have been
    imported and won't be an attribute on the distutils module.  (LP:
    #748089)


Thanks for considering the patch.


-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-8-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/changelog'

=== modified file 'debian/control'
--- debian/control	2010-06-17 14:21:09 +0000
+++ debian/control	2011-04-07 17:54:46 +0000
@@ -1,7 +1,8 @@
 Source: gmobilemedia
 Section: comm
 Priority: optional
-Maintainer: Michal Čihař <[email protected]>
+Maintainer: Ubuntu Developers <[email protected]>
+XSBC-Original-Maintainer: Michal Čihař <[email protected]>
 Uploaders: Python Applications Packaging Team <[email protected]>
 Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: python, python-support (>= 0.5.3)

=== modified file 'debian/patches/distutils.patch'
--- debian/patches/distutils.patch	2009-05-13 12:00:56 +0000
+++ debian/patches/distutils.patch	2011-04-07 17:51:56 +0000
@@ -4,7 +4,7 @@
 
 --- /dev/null
 +++ b/setup.py
-@@ -0,0 +1,110 @@
+@@ -0,0 +1,111 @@
 +#!/usr/bin/python
 +# -*- coding: UTF-8 -*-
 +
@@ -13,6 +13,7 @@
 +import re
 +from distutils.core import setup
 +import distutils.command.build_scripts
++import distutils.sysconfig
 +from stat import ST_MODE
 +
 +# check if Python is called on the first line with this expression

=== modified file 'setup.py'
--- setup.py	2010-01-02 12:39:42 +0000
+++ setup.py	2011-04-07 17:51:42 +0000
@@ -6,6 +6,7 @@
 import re
 from distutils.core import setup
 import distutils.command.build_scripts
+import distutils.sysconfig
 from stat import ST_MODE
 
 # check if Python is called on the first line with this expression


--- End Message ---
--- Begin Message ---
Source: gmobilemedia
Source-Version: 0.4+dfsg-13

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

gmobilemedia_0.4+dfsg-13.debian.tar.gz
  to main/g/gmobilemedia/gmobilemedia_0.4+dfsg-13.debian.tar.gz
gmobilemedia_0.4+dfsg-13.dsc
  to main/g/gmobilemedia/gmobilemedia_0.4+dfsg-13.dsc
gmobilemedia_0.4+dfsg-13_all.deb
  to main/g/gmobilemedia/gmobilemedia_0.4+dfsg-13_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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michal Čihař <[email protected]> (supplier of updated gmobilemedia 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 09 May 2011 10:38:18 +0200
Source: gmobilemedia
Binary: gmobilemedia
Architecture: source all
Version: 0.4+dfsg-13
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař <[email protected]>
Changed-By: Michal Čihař <[email protected]>
Description: 
 gmobilemedia - GTK+ application used to browse a mobile phone filesystem
Closes: 621676
Changes: 
 gmobilemedia (0.4+dfsg-13) unstable; urgency=low
 .
   * Fix build with Python 2.7 (LP: #748089, Closes: #621676).
   * Bump standards to 3.9.2.
Checksums-Sha1: 
 b58d60728c0661b9be0a9de44cc25a2bca4fae39 2015 gmobilemedia_0.4+dfsg-13.dsc
 4f4b53007edb938ecc1f9e3432c9a0ec95f039cf 7121 
gmobilemedia_0.4+dfsg-13.debian.tar.gz
 0576a4b2dbc8f5a1cf2cb071751dc8bdfa077217 116124 
gmobilemedia_0.4+dfsg-13_all.deb
Checksums-Sha256: 
 b94dc187b98dec87a5f7c560b6e481d072895eddd30654ca1d74e21c7ac612b4 2015 
gmobilemedia_0.4+dfsg-13.dsc
 d3dfbb5c2690e5c7bd75c42fce5873c7f3770c0371261795078982a2e1d6ba50 7121 
gmobilemedia_0.4+dfsg-13.debian.tar.gz
 043db9fa83ca408155c7ad8f9ad4839b0ffac858ed2e0076a814b3637f9c4096 116124 
gmobilemedia_0.4+dfsg-13_all.deb
Files: 
 6579989d6cf735f75796e69bbf732fc2 2015 comm optional 
gmobilemedia_0.4+dfsg-13.dsc
 bb24aec0dc9ad12c3c88ecc2445b7e4b 7121 comm optional 
gmobilemedia_0.4+dfsg-13.debian.tar.gz
 c111c84fc9e5b094eb7e079ec0d01ada 116124 comm optional 
gmobilemedia_0.4+dfsg-13_all.deb

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

iQIcBAEBCAAGBQJNx6mrAAoJEGo39bHX+xdNyKIP/iDhezZnw6STWj8Ngjrleetx
FAdTdbBjnHHYbnrXKDvMlDsDFzSx70wqlohVbeLA/9uSmgk1jM5xo9TDfJzTUtw1
vDWm+KHUPBHdUDlWnFQ12frLoVKs47JT0I3hsE1YCRAgrstn3g70VeCfTajjbUP5
k1a/srZJ5YixWC9UewYOT2UNZ3lBLILLfnZwy1rQutwTKwBqaqNC8eFYF8pzJesT
irZT+PYPy1Uw0hGB85xJRes2/mro+yWT8F8leK+NzVq9ZJYuCbfNTqskehlC/Kh7
zLEYRlUveOgyqBHyHeRo4NXFTQ/pgOvbfaIJJtVa4Vt8QCI/ce3nwn/kdjRRDy6D
fASrb9xLmCx3rfEzITRvU+648unp6gYKztJAd6mX7lUFxAmcqHZy2V9bGBlX1+kr
3c11RRrOiLqcuObf8BKNGYEF7tGkoQkrlxtilTj+tp77bCqH2cESH9b+FU0adwaa
if35ryL+2Rnirffr9gRkFZc8ktSr/CxYbz90AYgZQ9G0tz3BJj540OS0868paeP8
t1vS/ZqZptt/gbCmFsxwkNo6Xoik8dmW/t7+oyWE4PWTIlrRa3NKQmJCX2YNuQyB
AUWiLJCOPzgeRppQFQg3tWPP4wooMqbHLsE4PhCFk7gmgXhVFPy35QJ9G31QJgrf
+xIWZCJd/zvMGKr5e+6h
=XnPU
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to