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
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to