Package: galago-sharp Version: 0.3.2-2 Severity: serious Tags: patch galago-sharp fails to build because it cannot find the .pc files contained in libdbus-cil and libgtk-cil:
> /usr/bin/mcs /unsafe /target:library /out:galago-sharp.dll -pkg:dbus-sharp > ./Account.cs ./AddedHandler.cs ./Avatar.cs ./AvatarSetHandler.cs ./Core.cs > ./DefaultSignalHandlerAttribute.cs ./IdleChangedHandler.cs ./IWrapper.cs > ./List.cs ./Log.cs ./LogLevel.cs ./MissingIntPtrCtorException.cs ./Object.cs > ./ObjectManager.cs ./Person.cs ./PersonProperty.cs ./Photo.cs > ./PhotoSetHandler.cs ./Presence.cs ./PresenceSetHandler.cs ./PropertyType.cs > ./RemovedHandler.cs ./Service.cs ./ServiceFlags.cs ./SignalArgs.cs > ./SignalAttribute.cs ./SignalCallback.cs ./SignalMarshals.cs ./Status.cs > ./StatusAttrType.cs ./StatusId.cs ./StatusType.cs ./StatusUpdatedHandler.cs > AssemblyInfo.cs > Package dbus-sharp was not found in the pkg-config search path. > Perhaps you should add the directory containing `dbus-sharp.pc' > to the PKG_CONFIG_PATH environment variable > No package 'dbus-sharp' found > error CS8027: Error running pkg-config. Check the above output. The attached patch adds these packages to the build-dependencies, which fixes this problem. -- Matt
diff -u galago-sharp-0.3.2/debian/control galago-sharp-0.3.2/debian/control --- galago-sharp-0.3.2/debian/control +++ galago-sharp-0.3.2/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Riccardo Setti <[EMAIL PROTECTED]> Uploaders: Jose Carlos Garcia Sogo <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), libgalago-dev (>= 0.3.2), devscripts, libmono-dev | c-sharp-compiler, mono-utils (>= 0.96), pkg-config, mono-gac, autotools-dev, cli-common (>= 0.2.0), dpatch +Build-Depends: debhelper (>= 4.0.0), libgalago-dev (>= 0.3.2), devscripts, libmono-dev | c-sharp-compiler, mono-utils (>= 0.96), pkg-config, mono-gac, autotools-dev, cli-common (>= 0.2.0), dpatch, libdbus-cil, libgtk-cil Standards-Version: 3.6.2 Package: libgalago-cil
signature.asc
Description: Digital signature