Package: skim Version: 1.4.3-1 Severity: serious Justification: FTBFS, policy 4.8 Tags: patch
Due to missing binary-arch target in debian/rules, skim 1.4.3-1 fails to build from source on all buildds. Attached is the patch we used in Ubuntu to temporarily fix this problem. Note that this patch only adds the binary-arch target, but per policy 4.8, you also need the required binary-indep target. It's also probably better to just rename binary-common to binary-arch, and has an empty binary-indep, since skim doesn't build any arch-independent binary packages. Ming 2006.01.22
diff -ur skim-1.4.3/debian/rules skim-1.4.3.new/debian/rules --- skim-1.4.3/debian/rules 2006-01-22 17:07:38.000000000 -0600 +++ skim-1.4.3.new/debian/rules 2006-01-22 17:04:51.000000000 -0600 @@ -80,3 +80,4 @@ dh_builddeb binary: binary-common +binary-arch: binary-common