[Pkg-cli-apps-commits] r3985 - in /packages/nant/trunk/debian: control copyright patches/002-nant-load-partial-name.dpatch patches/003-nant-use-system-dlls.dpatch rules

ctrlsoft-guest at users.alioth.debian.org ctrlsoft-guest at users.alioth.debian.org
Mon May 26 23:03:22 UTC 2008


Author: ctrlsoft-guest
Date: Mon May 26 23:03:22 2008
New Revision: 3985

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=3985
Log:
Fix some lintian warnings.

Modified:
    packages/nant/trunk/debian/control
    packages/nant/trunk/debian/copyright
    packages/nant/trunk/debian/patches/002-nant-load-partial-name.dpatch
    packages/nant/trunk/debian/patches/003-nant-use-system-dlls.dpatch
    packages/nant/trunk/debian/rules

Modified: packages/nant/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/nant/trunk/debian/control?rev=3985&op=diff
==============================================================================
--- packages/nant/trunk/debian/control (original)
+++ packages/nant/trunk/debian/control Mon May 26 23:03:22 2008
@@ -5,7 +5,7 @@
 Uploaders: Dave Beckett <dajobe at debian.org>, Jelmer Vernooij <jelmer at samba.org>
 Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: mono-mcs (>= 1.1.6) | c-sharp-compiler, mono-gmcs, mono-gac, libmono-dev (>= 1.1.6), pkg-config, cli-common-dev (>= 0.4.4), dpatch, libnunit2.2.6-cil, libndoc-cil, libmono-winforms1.0-cil, libmono-winforms2.0-cil, liblog4net1.2-cil, libmono-sharpzip2.84-cil, libmono-sharpzip0.84-cil
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Homepage: http://nant.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/pkg-cli-apps/packages/nant/trunk
 DM-Upload-Allowed: yes

Modified: packages/nant/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/nant/trunk/debian/copyright?rev=3985&op=diff
==============================================================================
--- packages/nant/trunk/debian/copyright (original)
+++ packages/nant/trunk/debian/copyright Mon May 26 23:03:22 2008
@@ -3,7 +3,9 @@
 
 It was downloaded from http://nant.sf.net/
 
-Copyright:
+Copyright (C) 2003-2006 Gerry Shaw
+
+License:
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or

Modified: packages/nant/trunk/debian/patches/002-nant-load-partial-name.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/nant/trunk/debian/patches/002-nant-load-partial-name.dpatch?rev=3985&op=diff
==============================================================================
--- packages/nant/trunk/debian/patches/002-nant-load-partial-name.dpatch (original)
+++ packages/nant/trunk/debian/patches/002-nant-load-partial-name.dpatch Mon May 26 23:03:22 2008
@@ -2,7 +2,8 @@
 ## 002-nant-load-partial-name.dpatch by Jelmer Vernooij <jelmer at samba.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: Patch from CVS to handle C# compiler changing underneath us again.  Debian bug 422838
+## DP: Patch to avoid now obsolete function LoadWithPartialName() as 
+## DP: the nant build file treats all warnings as errors.
 
 @DPATCH@
 diff -ur nant-0.85/src/NAnt.DotNet/Tasks/ScriptTask.cs nant-0.85-fixed/src/NAnt.DotNet/Tasks/ScriptTask.cs

Modified: packages/nant/trunk/debian/patches/003-nant-use-system-dlls.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/nant/trunk/debian/patches/003-nant-use-system-dlls.dpatch?rev=3985&op=diff
==============================================================================
--- packages/nant/trunk/debian/patches/003-nant-use-system-dlls.dpatch (original)
+++ packages/nant/trunk/debian/patches/003-nant-use-system-dlls.dpatch Mon May 26 23:03:22 2008
@@ -2,6 +2,8 @@
 ## 002-nant-use-system-dlls.dpatch by Jelmer Vernooij <jelmer at samba.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix build files to use system-provided libraries rather than 
+## DP: the libraries shipped inside nant's tarball.
 
 @DPATCH@
 diff -ur nant-0.85/Makefile nant-0.85dfsg1/Makefile

Modified: packages/nant/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/nant/trunk/debian/rules?rev=3985&op=diff
==============================================================================
--- packages/nant/trunk/debian/rules (original)
+++ packages/nant/trunk/debian/rules Mon May 26 23:03:22 2008
@@ -77,6 +77,7 @@
 	dh_installdirs
 
 	cp -r build/mono-*/nant-*/bin/* $(CURDIR)/debian/nant/usr/lib/NAnt
+	rmdir $(CURDIR)/debian/nant/usr/lib/NAnt/lib
 	find $(CURDIR)/debian/nant/usr/lib/NAnt -type f -exec chmod a-x {} \;
 	install -c -m711 debian/nant.sh $(CURDIR)/debian/nant/usr/bin/nant
 




More information about the Pkg-cli-apps-commits mailing list