[Pkg-mono-svn-commits] rev 2067 - non-group/ndoc/trunk

Jelmer Vernooij ctrlsoft-guest at costa.debian.org
Wed Oct 5 13:40:18 UTC 2005


Author: ctrlsoft-guest
Date: 2005-10-05 13:40:17 +0000 (Wed, 05 Oct 2005)
New Revision: 2067

Added:
   non-group/ndoc/trunk/ndoc-console.sh
Removed:
   non-group/ndoc/trunk/ndoc-console
Modified:
   non-group/ndoc/trunk/compat
   non-group/ndoc/trunk/ndoc-console.install
   non-group/ndoc/trunk/rules
Log:
Fix some more lintian warnings. Package is done now as far as I can see.


Modified: non-group/ndoc/trunk/compat
===================================================================
--- non-group/ndoc/trunk/compat	2005-10-05 13:25:09 UTC (rev 2066)
+++ non-group/ndoc/trunk/compat	2005-10-05 13:40:17 UTC (rev 2067)
@@ -1 +1 @@
-3
+4

Deleted: non-group/ndoc/trunk/ndoc-console
===================================================================
--- non-group/ndoc/trunk/ndoc-console	2005-10-05 13:25:09 UTC (rev 2066)
+++ non-group/ndoc/trunk/ndoc-console	2005-10-05 13:40:17 UTC (rev 2067)
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-exec /usr/bin/cli /usr/lib/ndoc/NDocConsole.exe "$@"

Modified: non-group/ndoc/trunk/ndoc-console.install
===================================================================
--- non-group/ndoc/trunk/ndoc-console.install	2005-10-05 13:25:09 UTC (rev 2066)
+++ non-group/ndoc/trunk/ndoc-console.install	2005-10-05 13:40:17 UTC (rev 2067)
@@ -1,2 +1,2 @@
-debian/ndoc-console /usr/bin/
+debian/ndoc-console.sh /usr/bin/ndoc-console
 bin/mono/1.0/*.exe /usr/lib/ndoc

Copied: non-group/ndoc/trunk/ndoc-console.sh (from rev 2065, non-group/ndoc/trunk/ndoc-console)

Modified: non-group/ndoc/trunk/rules
===================================================================
--- non-group/ndoc/trunk/rules	2005-10-05 13:25:09 UTC (rev 2066)
+++ non-group/ndoc/trunk/rules	2005-10-05 13:40:17 UTC (rev 2067)
@@ -27,15 +27,15 @@
 	dh_testroot
 	dh_clean -k 
 	dh_installdirs
-	-cd $(CURDIR)/debian && find -type f -name "*.exe" -exec chmod +x {} \;
-	-cd $(CURDIR)/debian && find -type f -name "*.dll" -exec chmod -x {} \;
 
 binary-indep: install
 	dh_testdir -i
 	dh_testroot -i
-	dh_movefiles -i
 	dh_link -i
 	dh_install -i
+	cp debian/ndoc-console.sh debian/ndoc-console/usr/bin/ndoc-console
+	-cd $(CURDIR)/debian && find -type f -name "*.exe" -exec chmod +x {} \;
+	-cd $(CURDIR)/debian && find -type f -name "*.dll" -exec chmod -x {} \;
 	dh_installchangelogs -i
 	dh_installdocs -i README.txt
 	dh_installexamples -p ndoc-console -i examples/*




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