tags 329454 + patch tags 331086 + patch thanks Here a patch to solve this bug.
-- Regards, Mirco 'meebey' Bauer PGP-Key: http://keyserver.noreply.org/pks/lookup?op=get&search=0xEEF946C8 -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GIT d s-:+ a-- C++ UL++++$ P L++$>+++$ E- W+++$ N o? K- w++>! O---- M- V? PS PE+ Y- PGP++ t 5+ X++ R tv+ b+ DI? D+ G>++ e h! r->++ y? ------END GEEK CODE BLOCK------
diff -u boo-0.6.0.1858/debian/changelog boo-0.7.0.1921/debian/changelog --- boo-0.6.0.1858/debian/changelog +++ boo-0.7.0.1921/debian/changelog @@ -1,3 +1,17 @@ +boo (0.7.0.1921-1) unstable; urgency=medium + + * Non-maintainer upload + * New upstream release + - Solves the FTBFS bug (Closes: #331086). + * debian/control: + - Added "Build-Conflicts: boo", else it will try to use the local boo + and fails. + * Removed debian/links, cli-wrapper is deprecated and broken now + (Closes: #329454) + * Added debian/booc, debian/booi and debian/booish shell wrapper scripts. + + -- Mirco Bauer <[EMAIL PROTECTED]> Sun, 6 Nov 2005 21:21:36 +0100 + boo (0.6.0.1858-1) unstable; urgency=low * New upstream release diff -u boo-0.6.0.1858/debian/control boo-0.7.0.1921/debian/control --- boo-0.6.0.1858/debian/control +++ boo-0.7.0.1921/debian/control @@ -3,6 +3,7 @@ Priority: optional Maintainer: Sam Clegg <[EMAIL PROTECTED]> Build-Depends-Indep: debhelper (>= 4.1.0), nant, cdbs, cli-common (>= 0.2.0), mono-mcs (>= 1.1.2) | c-sharp-compiler, mono-gac | global-assembly-cache-tool +Build-Conflicts: boo Standards-Version: 3.6.2 Package: boo diff -u boo-0.6.0.1858/debian/install boo-0.7.0.1921/debian/install --- boo-0.6.0.1858/debian/install +++ boo-0.7.0.1921/debian/install @@ -7 +7,3 @@ - +debian/booc /usr/bin +debian/booi /usr/bin +debian/booish /usr/bin reverted: --- boo-0.6.0.1858/debian/links +++ boo-0.6.0.1858.orig/debian/links @@ -1,6 +0,0 @@ -/usr/bin/cli-wrapper /usr/bin/booc -/usr/bin/cli-wrapper /usr/bin/booi -/usr/bin/cli-wrapper /usr/bin/booish -/usr/lib/boo /usr/share/dotnet/bin/booi -/usr/lib/boo /usr/share/dotnet/bin/booc -/usr/lib/boo /usr/share/dotnet/bin/booish only in patch2: unchanged: --- boo-0.7.0.1921.orig/debian/booish +++ boo-0.7.0.1921/debian/booish @@ -0,0 +1,2 @@ +#!/bin/sh +env /usr/bin/mono /usr/lib/boo/booish.exe "$@" only in patch2: unchanged: --- boo-0.7.0.1921.orig/debian/booc +++ boo-0.7.0.1921/debian/booc @@ -0,0 +1,2 @@ +#!/bin/sh +env /usr/bin/mono /usr/lib/boo/booc.exe "$@" only in patch2: unchanged: --- boo-0.7.0.1921.orig/debian/booi +++ boo-0.7.0.1921/debian/booi @@ -0,0 +1,2 @@ +#!/bin/sh +env /usr/bin/mono /usr/lib/boo/booi.exe "$@"
signature.asc
Description: This is a digitally signed message part