Your message dated Wed, 01 Mar 2006 10:47:07 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#354859: fixed in rxtx 2.1.7-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: rxtx Version: 2.1.7-1 Severity: serious Tags: patch When building 'rxtx' on unstable, I get the following error: debian/rules clean dh_testdir dh_testroot rm -f build-stamp configure-stamp rm src/gnu/io rm: cannot remove `src/gnu/io': No such file or directory make: *** [clean] Error 1 The attached patch fixes this problem. Regards Andreas Jochens diff -urN ../tmp-orig/rxtx-2.1.7/debian/rules ./debian/rules --- ../tmp-orig/rxtx-2.1.7/debian/rules 2006-03-01 15:47:06.000000000 +0000 +++ ./debian/rules 2006-03-01 15:45:56.000000000 +0000 @@ -22,8 +22,7 @@ dh_testdir dh_testroot rm -f build-stamp configure-stamp - rm src/gnu/io - rmdir src/gnu + rm -f src/gnu -$(MAKE) distclean dh_clean
--- End Message ---
--- Begin Message ---Source: rxtx Source-Version: 2.1.7-2 We believe that the bug you reported is fixed in the latest version of rxtx, which is due to be installed in the Debian FTP archive: librxtx-java_2.1.7-2_i386.deb to pool/main/r/rxtx/librxtx-java_2.1.7-2_i386.deb rxtx_2.1.7-2.diff.gz to pool/main/r/rxtx/rxtx_2.1.7-2.diff.gz rxtx_2.1.7-2.dsc to pool/main/r/rxtx/rxtx_2.1.7-2.dsc 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. Mario Joussen <[EMAIL PROTECTED]> (supplier of updated rxtx 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: Wed, 1 Mar 2006 18:56:52 +0100 Source: rxtx Binary: librxtx-java Architecture: source i386 Version: 2.1.7-2 Distribution: unstable Urgency: low Maintainer: Mario Joussen <[EMAIL PROTECTED]> Changed-By: Mario Joussen <[EMAIL PROTECTED]> Description: librxtx-java - Full Java CommAPI implementation Closes: 354859 Changes: rxtx (2.1.7-2) unstable; urgency=low . * Fixed stupid bug in clean target. (closes: Bug#354859) Files: 4c99bf0ebc71e79f9627acc1fe060520 593 libs optional rxtx_2.1.7-2.dsc e1eb89c769fa5e9ad4bb0f5c54501ddc 8807 libs optional rxtx_2.1.7-2.diff.gz 23943342bac83cdaf819bc37d89e248b 125252 libs optional librxtx-java_2.1.7-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFEBep+MHtSKdKmuBARAu9hAJ9jp/MiLLSwE64qaNhGhGai53O2UwCfaDZC 5uWBo7YclY2ilfGcVwO6Dhg= =hMnE -----END PGP SIGNATURE-----
--- End Message ---

