Package: nant
Severity: normal
Tags: patch
Hi,
Please merge the attached diff of the 0.84+0.85-rc3-10.1 NMU.
Please note that you use debhelper in the "clean" target and hence you
should move it to Build-Depends: and not have it in
Build-Depends-Indep:.
Bye,
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
--
Loïc Minier <[EMAIL PROTECTED]>
--- nant-0.84+0.85-rc3/debian/control
+++ nant-0.84+0.85-rc3/debian/control
@@ -2,7 +2,7 @@
Section: devel
Priority: optional
Maintainer: Dave Beckett <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.1.87), mono-mcs (>= 1.1.6) |
c-sharp-compiler, mono-gac, libmono-dev (>= 1.1.6), pkg-config, cli-common (>=
0.2.0), dpatch
+Build-Depends-Indep: debhelper (>= 4.1.87), mono-mcs (>= 1.1.6) |
c-sharp-compiler, mono-gac, libmono-dev (>= 1.1.6), pkg-config, cli-common (>=
0.2.0), dpatch, libmono-winforms1.0-cil
Standards-Version: 3.6.2
Package: nant
--- nant-0.84+0.85-rc3/debian/changelog
+++ nant-0.84+0.85-rc3/debian/changelog
@@ -1,3 +1,12 @@
+nant (0.84+0.85-rc3-10.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Add a build-dep on libmono-winforms1.0-cil to fix FTBFS, thanks Daniel
+ Schepler. (Closes: #370163)
+ [debian/control]
+
+ -- Loic Minier <[EMAIL PROTECTED]> Sat, 10 Jun 2006 14:37:38 +0200
+
nant (0.84+0.85-rc3-10) unstable; urgency=low
* Remove call to dh_makeclilibs since nant has no public GAC installed