Your message dated Sun, 10 Feb 2008 21:17:04 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#461157: fixed in gaphor 0.12.5-2 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.5-2 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.5-2.diff.gz to pool/main/g/gaphor/gaphor_0.12.5-2.diff.gz gaphor_0.12.5-2.dsc to pool/main/g/gaphor/gaphor_0.12.5-2.dsc gaphor_0.12.5-2_all.deb to pool/main/g/gaphor/gaphor_0.12.5-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 [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: Sun, 10 Feb 2008 21:41:57 +0100 Source: gaphor Binary: gaphor Architecture: source all Version: 0.12.5-2 Distribution: unstable Urgency: low Maintainer: Cédric Delfosse <[EMAIL PROTECTED]> Changed-By: Cédric Delfosse <[EMAIL PROTECTED]> Description: gaphor - UML modeling tool Closes: 461157 Changes: gaphor (0.12.5-2) unstable; urgency=low . [ Piotr O�arowski <[EMAIL PROTECTED]> ] * Moved python-setuptools and python-nose to Build-Depends (for clean target) * Add disable_ez_install patch, dpatch added to Build-Depends * Add remove_shebangs patch (previously in diff.gz) * Removed Encoding line from gaphor.desktop file, added Version=1.0 * Versions of required build dependencies bumped: + python-support to 0.6.4 - to handle Eggs well + python-nose to 0.9.2 - needed to run tests * Add python-cairo, python-gnome2 and python-gtk2 to Depends * Thanks Piotr for all these fixes ! (Closes: #461157) . [ Cédric Delfosse ] * Standard-Version to 3.7.3 Files: 2a929a97090905daba753b6b9fcf44d1 688 devel optional gaphor_0.12.5-2.dsc 5914cd7b580ce32e7f3c99f01f457899 7660 devel optional gaphor_0.12.5-2.diff.gz 4b27f247340b8b692b9ac4cf5a46370b 370134 devel optional gaphor_0.12.5-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHr2fTbmmXPPfovGMRAt62AJ44iMp2RWWnPiEXQW+G0yRnveahagCdFVEK u6AVDSQSFl4jEBOzpZqnNBU= =awCX -----END PGP SIGNATURE-----
--- End Message ---

