[Pkg-mono-svn-commits] rev 2353 - non-group/log4net/trunk/debian

D. Moonfire dmoonfire-guest at costa.debian.org
Thu Mar 23 19:49:56 UTC 2006


Author: dmoonfire-guest
Date: 2006-03-23 19:49:55 +0000 (Thu, 23 Mar 2006)
New Revision: 2353

Added:
   non-group/log4net/trunk/debian/installcligac
Modified:
   non-group/log4net/trunk/debian/control
   non-group/log4net/trunk/debian/install
   non-group/log4net/trunk/debian/rules
Log:
Updating for the proposed dh_installcligac policy changes.


Modified: non-group/log4net/trunk/debian/control
===================================================================
--- non-group/log4net/trunk/debian/control	2006-03-23 12:07:23 UTC (rev 2352)
+++ non-group/log4net/trunk/debian/control	2006-03-23 19:49:55 UTC (rev 2353)
@@ -8,6 +8,7 @@
 Package: liblog4net1.2-cil
 Architecture: all
 Depends: ${cli:Depends}
+Replaces: liblog4net-cil
 Description: highly configurable logging API for the .NET runtime
  log4net is a tool to help the programmer output log statements to a
  variety of output targets. log4net is a port of the excellent log4j

Modified: non-group/log4net/trunk/debian/install
===================================================================
--- non-group/log4net/trunk/debian/install	2006-03-23 12:07:23 UTC (rev 2352)
+++ non-group/log4net/trunk/debian/install	2006-03-23 19:49:55 UTC (rev 2353)
@@ -1,3 +1,2 @@
-usr/lib/mono/gac/
 usr/lib/log4net/
 usr/lib/pkgconfig/log4net.pc

Added: non-group/log4net/trunk/debian/installcligac
===================================================================
--- non-group/log4net/trunk/debian/installcligac	2006-03-23 12:07:23 UTC (rev 2352)
+++ non-group/log4net/trunk/debian/installcligac	2006-03-23 19:49:55 UTC (rev 2353)
@@ -0,0 +1 @@
+/usr/lib/log4net/log4net.dll

Modified: non-group/log4net/trunk/debian/rules
===================================================================
--- non-group/log4net/trunk/debian/rules	2006-03-23 12:07:23 UTC (rev 2352)
+++ non-group/log4net/trunk/debian/rules	2006-03-23 19:49:55 UTC (rev 2353)
@@ -39,9 +39,6 @@
 	dh_installdirs
 	mkdir -p $(CURDIR)/debian/tmp/usr/lib/log4net
 	cp bin/log4net.dll $(CURDIR)/debian/tmp/usr/lib/log4net
-	gacutil -i bin/log4net.dll \
-			-check_refs \
-			-root $(CURDIR)/debian/tmp/usr/lib/
 	mkdir -p $(CURDIR)/debian/tmp/usr/lib/pkgconfig/
 	cp debian/log4net.pc $(CURDIR)/debian/tmp/usr/lib/pkgconfig/
 	-cd $(CURDIR)/debian && find -type f -name "*.dll" -exec chmod -x {} \;
@@ -54,6 +51,7 @@
 	dh_installdocs
 	dh_installexamples
 	dh_installman
+	dh_installcligac
 	dh_link
 	dh_strip
 	dh_compress




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