tags 424196 + patch thanks Hi,
> dpkg-source: cannot represent change to > debian/uim-tutcode/usr/share/doc/uim-tutcode: > dpkg-source: new version is symlink > dpkg-source: old version is nonexistent > dpkg-source: cannot represent change to > debian/uim-trycode/usr/share/doc/uim-trycode: > dpkg-source: new version is symlink > dpkg-source: old version is nonexistent > dpkg-source: cannot represent change to > debian/libuim3-dbg/usr/share/doc/libuim3-dbg: > dpkg-source: new version is symlink > dpkg-source: old version is nonexistent This FTBFS is due to debian/libuim3-dbg, debian/uim-trycode, and debian/uim-tutcode are not cleaned up before creating the source package since libuim3-dbg (which was removed from uim 1:1.4.0-1) and uim-trycode and uim-tutcode (which were removed from uim 1:1.3.1-2) are no longer target binary packages; those directories should no longer be created. dpkg-source tries to include symlinks in those directories into diff.gz and fails with error. The patch attached fixes this bug. Thanks, -nori
--- debian/rules.orig Wed Aug 1 13:11:50 2007
+++ debian/rules Thu Aug 2 03:19:36 2007
@@ -68,7 +68,7 @@
dh_gtkmodules
common-binary-post-install-arch::
- for pkg in libuim5 libuim-data libuim3-dbg libuim-dev \
+ for pkg in libuim5 libuim-data libuim-dev \
uim-gtk2.0 uim-qt uim-applet-gnome uim-applet-kde uim-utils \
uim-anthy uim-canna uim-prime uim-skk uim-m17nlib; do \
rm -rf $(CURDIR)/debian/$$pkg/usr/share/doc/$$pkg; \
@@ -79,7 +79,7 @@
common-binary-post-install-indep::
for pkg in uim uim-byeoru uim-hangul uim-latin uim-pinyin \
- uim-tcode uim-tutcode uim-trycode \
+ uim-tcode \
uim-viqr uim-ipa-x-sampa; do \
rm -rf $(CURDIR)/debian/$$pkg/usr/share/doc/$$pkg; \
dh_link -p$$pkg \
pgpzsbbdSOQ4X.pgp
Description: PGP signature

