tag 353103 patch thanks The attached patch fixes the build failure by commenting out the copy commands, since they aren't necessary anymore.
-- Matt
diff -ru dvipdfm-cjk-20021231-orig/debian/rules
dvipdfm-cjk-20021231/debian/rules
--- dvipdfm-cjk-20021231-orig/debian/rules 2006-02-22 12:35:10.000000000
-0800
+++ dvipdfm-cjk-20021231/debian/rules 2006-02-22 12:37:07.000000000 -0800
@@ -45,9 +45,9 @@
# Add here commands to clean up after the build process.
#-$(MAKE) distclean
#-test -r /usr/share/misc/config.sub && \
- cp -f /usr/share/misc/config.sub config.sub
+ # cp -f /usr/share/misc/config.sub config.sub
#-test -r /usr/share/misc/config.guess && \
- cp -f /usr/share/misc/config.guess config.guess
+ # cp -f /usr/share/misc/config.guess config.guess
dh_clean
signature.asc
Description: Digital signature

