[Pkg-mono-svn-commits] rev 960 - mono/trunk/debian

Mirco Bauer meebey-guest@haydn.debian.org
Sat, 12 Jun 2004 11:11:08 -0600


Author: meebey-guest
Date: 2004-06-12 11:11:04 -0600 (Sat, 12 Jun 2004)
New Revision: 960

Modified:
   mono/trunk/debian/control
Log:
- upsy, moved dpkg-dev dep to mono-jit (thanks to Zomb for the note)



Modified: mono/trunk/debian/control
===================================================================
--- mono/trunk/debian/control	2004-06-12 16:54:47 UTC (rev 959)
+++ mono/trunk/debian/control	2004-06-12 17:11:04 UTC (rev 960)
@@ -10,7 +10,7 @@
 Package: mono-common
 Provides: cli-common
 Architecture: alpha arm hppa powerpc s390 sparc i386
-Depends: binfmt-support (>= 1.1.2), dpkg-dev
+Depends: binfmt-support (>= 1.1.2)
 Conflicts: binfmt-detector-cli, cli-common
 Replaces: mono-jit (<< 0.16), binfmt-detector-cli
 Description: common files for the Mono CLI runtimes
@@ -24,7 +24,7 @@
 Package: mono-jit
 Provides: cli-virtual-machine
 Architecture: i386 powerpc s390
-Depends: ${shlibs:Depends}, mono-assemblies-base-${mono:upversion}, mono-common (= ${Source-Version})
+Depends: ${shlibs:Depends}, mono-assemblies-base-${mono:upversion}, mono-common (= ${Source-Version}), dpkg-dev
 Description: fast CLI (.NET/Mono) JIT compiler
  The Mono Project is an open development initiative sponsored by Ximian that is
  working to develop an open source, Linux-based version of the Microsoft .NET