Hi, op-panel cause build failure due to libswf-perl. I made a simple patch for that, please check and apply it. Thanks.
-- Regards, Hideki Yamane henrich @ debian.or.jp/iijmio-mail.jp http://wiki.debian.org/HidekiYamane
diff -u ming-0.4.3/debian/changelog ming-0.4.3/debian/changelog --- ming-0.4.3/debian/changelog +++ ming-0.4.3/debian/changelog @@ -1,3 +1,12 @@ +ming (1:0.4.3-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/patches + - add "06_Constants.xs" patch to set define SWFTEXTFIELD_USEFONT, it + solves FTBFS in op-panel package (Closes: #571427) + + -- Hideki Yamane (Debian-JP) <henr...@debian.or.jp> Mon, 26 Apr 2010 00:07:46 +0900 + ming (1:0.4.3-1) unstable; urgency=low * New Upstream Release diff -u ming-0.4.3/debian/patches/series ming-0.4.3/debian/patches/series --- ming-0.4.3/debian/patches/series +++ ming-0.4.3/debian/patches/series @@ -5,0 +6 @@ +06_Constants.xs only in patch2: unchanged: --- ming-0.4.3.orig/debian/patches/06_Constants.xs +++ ming-0.4.3/debian/patches/06_Constants.xs @@ -0,0 +1,12 @@ +Index: ming-0.4.3/perl_ext/Constants.xs +=================================================================== +--- ming-0.4.3.orig/perl_ext/Constants.xs 2010-04-26 00:04:48.321198852 +0900 ++++ ming-0.4.3/perl_ext/Constants.xs 2010-04-26 00:05:50.193195552 +0900 +@@ -89,6 +89,7 @@ + SWFTEXTFIELD_ALIGN_JUSTIFY = SWFTEXTFIELD_ALIGN_JUSTIFY + SWFTEXTFIELD_HTML = SWFTEXTFIELD_HTML + SWFTEXTFIELD_AUTOSIZE = SWFTEXTFIELD_AUTOSIZE ++ SWFTEXTFIELD_USEFONT = SWFTEXTFIELD_USEFONT + SWFBUTTON_MOUSEUP = SWFBUTTON_MOUSEUP + SWFBUTTON_HIT = SWFBUTTON_HIT + SWFBUTTON_DOWN = SWFBUTTON_DOWN