Your message dated Thu, 17 Jan 2008 21:17:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#461157: fixed in gaphor 0.12.4-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: gaphor
Version: 0.12.4-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu hardy
Tags: patch

Gaphor 0.12.4-2 FTBFS in an up-to-date amd64 sid sbuild, although I'm
very happy to report it working properly when built.  Thank you very
much for the update.

Build output:
...
running clean
find gaphor utils -name \*.pyc -exec rm -f {} \;
rm -f gaphor.1
rm -fr build
rm -f ez_setup.pyc
dh_clean
 debian/rules build
xsltproc -''-nonet
/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
debian/gaphor.xml
make: xsltproc: Command not found
make: *** [gaphor.1] Error 127
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
******************************************************************************
Build finished at 20080117-0823
FAILED [dpkg-buildpackage died]

The following patch to debian/control addresses this and a couple
follow-on errors:

diff -u gaphor-0.12.4/debian/control gaphor-0.12.4/debian/control
--- gaphor-0.12.4/debian/control
+++ gaphor-0.12.4/debian/control
@@ -3,9 +3,10
 Priority: optional
 Maintainer: Cédric Delfosse <[EMAIL PROTECTED]>
 Build-Depends: python, python-support (>= 0.6), debhelper (>= 5)
+Build-Depends-Indep:  python-setuptools, xsltproc, docbook-xsl
 Standards-Version: 3.7.3

 Package: gaphor
 Architecture: all

    Also, the package relies on access to the internet at build-time,
which may impact some autobuilders.  This can be resolved by adding
python-nose to Build-Depends-Indep: and applying the following patch
to setup.py.  Note that I haven't tested without the patch: it may be
the case that use_setuptools will automatically detect a sufficient
version of python-nose, and not attempt to download a newer version.

--- gaphor-0.12.4.orig/setup.py
+++ gaphor-0.12.4/setup.py
@@ -13,9 +13,9 @@
 import sys
 sys.path.insert(0, '.')

-from ez_setup import use_setuptools
+#from ez_setup import use_setuptools

-use_setuptools()
+#use_setuptools()

 from setuptools import setup, find_packages
 from distutils.cmd import Command

-- 
Emmet HIKORY

--- End Message ---
--- Begin Message ---
Source: gaphor
Source-Version: 0.12.4-3

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

gaphor_0.12.4-3.diff.gz
  to pool/main/g/gaphor/gaphor_0.12.4-3.diff.gz
gaphor_0.12.4-3.dsc
  to pool/main/g/gaphor/gaphor_0.12.4-3.dsc
gaphor_0.12.4-3_all.deb
  to pool/main/g/gaphor/gaphor_0.12.4-3_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.
Cédric Delfosse <[EMAIL PROTECTED]> (supplier of updated gaphor 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: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 21:47:37 +0100
Source: gaphor
Binary: gaphor
Architecture: source all
Version: 0.12.4-3
Distribution: unstable
Urgency: low
Maintainer: Cédric Delfosse <[EMAIL PROTECTED]>
Changed-By: Cédric Delfosse <[EMAIL PROTECTED]>
Description: 
 gaphor     - UML modeling tool
Closes: 461157 461213
Changes: 
 gaphor (0.12.4-3) unstable; urgency=low
 .
   * Depends on python-setuptools (Closes: #461213)
   * Patch from Emmet Hikory:
     * Build-Depends-Indep on xsltproc, docbook-xsl (Closes: #461157)
     * Build-Depends-Indep on python-setuptools and python-nose, so that auto-
       builders won't try to access network.
   * Fix lintian menu-item-uses-apps-section warning
Files: 
 e3ecceeff9b00db928be103abf013f23 668 devel optional gaphor_0.12.4-3.dsc
 a9e444a8608e737cee12c2c772637724 14390 devel optional gaphor_0.12.4-3.diff.gz
 328e854285cce719077b11319b5d2f9f 370182 devel optional gaphor_0.12.4-3_all.deb

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

iD8DBQFHj8LJbmmXPPfovGMRAivlAJ0Tit/dJzW8/mOkSOTCL49QdH0ZEgCg3xXJ
hEBaVp5lPZenkCEZtIf5gwI=
=NvPP
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to