[Pkg-mono-svn-commits] rev 2485 - non-group/nunit/branches/2.2/debian

Jelmer Vernooij ctrlsoft-guest at costa.debian.org
Tue Apr 25 23:02:21 UTC 2006


Author: ctrlsoft-guest
Date: 2006-04-25 23:02:20 +0000 (Tue, 25 Apr 2006)
New Revision: 2485

Modified:
   non-group/nunit/branches/2.2/debian/control
   non-group/nunit/branches/2.2/debian/rules
Log:
Fix two lintian errors


Modified: non-group/nunit/branches/2.2/debian/control
===================================================================
--- non-group/nunit/branches/2.2/debian/control	2006-04-25 22:38:44 UTC (rev 2484)
+++ non-group/nunit/branches/2.2/debian/control	2006-04-25 23:02:20 UTC (rev 2485)
@@ -2,7 +2,8 @@
 Section: devel
 Priority: optional
 Maintainer: Jelmer Vernooij <jelmer at samba.org>
-Build-Depends-Indep: debhelper (>= 4.0.0), mono-mcs (>= 1.0) | c-sharp-compiler, cli-common (>= 0.2.0), libmono-dev (>= 1.0), nant (>= 0.84), mono-gac (>= 1.1.6), dpatch
+Build-Depends: debhelper (>= 4.0.0)
+Build-Depends-Indep: mono-mcs (>= 1.0) | c-sharp-compiler, cli-common (>= 0.2.0), libmono-dev (>= 1.0), nant (>= 0.84), mono-gac (>= 1.1.6), dpatch
 Standards-Version: 3.6.2.1
 
 Package: libnunit2.2-cil

Modified: non-group/nunit/branches/2.2/debian/rules
===================================================================
--- non-group/nunit/branches/2.2/debian/rules	2006-04-25 22:38:44 UTC (rev 2484)
+++ non-group/nunit/branches/2.2/debian/rules	2006-04-25 23:02:20 UTC (rev 2485)
@@ -43,6 +43,8 @@
 	-cd $(CURDIR)/debian && find -type f -name "*.exe" -exec chmod +x {} \;
 	-cd $(CURDIR)/debian && find -type f -name "*.dll" -exec chmod -x {} \;
 
+binary-arch:
+
 binary-indep: install
 	dh_testdir -i
 	dh_testroot -i




More information about the Pkg-mono-svn-commits mailing list