[Pkg-mono-svn-commits] rev 2371 - non-group/log4net/trunk/debian
D. Moonfire
dmoonfire-guest at costa.debian.org
Tue Mar 28 20:31:23 UTC 2006
Author: dmoonfire-guest
Date: 2006-03-28 20:31:22 +0000 (Tue, 28 Mar 2006)
New Revision: 2371
Added:
non-group/log4net/trunk/debian/log4net-1.2.pc
Removed:
non-group/log4net/trunk/debian/log4net.pc
Modified:
non-group/log4net/trunk/debian/control
non-group/log4net/trunk/debian/install
non-group/log4net/trunk/debian/installcligac
non-group/log4net/trunk/debian/rules
Log:
Bringing log4net into line with the 0.4.0 policy.
Modified: non-group/log4net/trunk/debian/control
===================================================================
--- non-group/log4net/trunk/debian/control 2006-03-28 20:14:23 UTC (rev 2370)
+++ non-group/log4net/trunk/debian/control 2006-03-28 20:31:22 UTC (rev 2371)
@@ -2,7 +2,7 @@
Section: libs
Priority: optional
Maintainer: Dylan R. E. Moonfire <debian at mfgames.com>
-Build-Depends-Indep: debhelper (>= 5.0.0), cli-common (>= 0.2.0), mono-mcs (>= 1.0) | c-sharp-compiler, mono-gac, libmono-dev, sharutils
+Build-Depends-Indep: debhelper (>= 5.0.0), cli-common (>= 0.4.0), mono-mcs (>= 1.0) | c-sharp-compiler, mono-gac, libmono-dev, sharutils
Standards-Version: 3.6.2.2
Package: liblog4net1.2-cil
Modified: non-group/log4net/trunk/debian/install
===================================================================
--- non-group/log4net/trunk/debian/install 2006-03-28 20:14:23 UTC (rev 2370)
+++ non-group/log4net/trunk/debian/install 2006-03-28 20:31:22 UTC (rev 2371)
@@ -1,2 +1,2 @@
-usr/lib/log4net/
-usr/lib/pkgconfig/log4net.pc
+bin/log4net.dll /usr/lib/cli/log4net1.2/
+debian/log4net-1.2.pc /usr/share/pkgconfig/
Modified: non-group/log4net/trunk/debian/installcligac
===================================================================
--- non-group/log4net/trunk/debian/installcligac 2006-03-28 20:14:23 UTC (rev 2370)
+++ non-group/log4net/trunk/debian/installcligac 2006-03-28 20:31:22 UTC (rev 2371)
@@ -1 +1 @@
-/usr/lib/log4net/log4net.dll
+/usr/lib/cli/log4net1.2/log4net.dll
Copied: non-group/log4net/trunk/debian/log4net-1.2.pc (from rev 2367, non-group/log4net/trunk/debian/log4net.pc)
===================================================================
--- non-group/log4net/trunk/debian/log4net.pc 2006-03-27 20:44:54 UTC (rev 2367)
+++ non-group/log4net/trunk/debian/log4net-1.2.pc 2006-03-28 20:31:22 UTC (rev 2371)
@@ -0,0 +1,8 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib/cli/log4net1.2/
+
+Name: Log4net
+Description: Log4net - Logging library for C# and VB.NET
+Version: 1.2.9-beta8
+Libs: -r:${libdir}/log4net.dll
Deleted: non-group/log4net/trunk/debian/log4net.pc
===================================================================
--- non-group/log4net/trunk/debian/log4net.pc 2006-03-28 20:14:23 UTC (rev 2370)
+++ non-group/log4net/trunk/debian/log4net.pc 2006-03-28 20:31:22 UTC (rev 2371)
@@ -1,8 +0,0 @@
-prefix=/usr
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib/log4net/
-
-Name: Log4net
-Description: Log4net - Logging library for C# and VB.NET
-Version: 1.2.9-beta
-Libs: -r:${libdir}/log4net.dll
Modified: non-group/log4net/trunk/debian/rules
===================================================================
--- non-group/log4net/trunk/debian/rules 2006-03-28 20:14:23 UTC (rev 2370)
+++ non-group/log4net/trunk/debian/rules 2006-03-28 20:31:22 UTC (rev 2371)
@@ -37,16 +37,12 @@
dh_testroot
dh_clean -k
dh_installdirs
- mkdir -p $(CURDIR)/debian/tmp/usr/lib/log4net
- cp bin/log4net.dll $(CURDIR)/debian/tmp/usr/lib/log4net
- 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 {} \;
+ -cd $(CURDIR)/bin && find -type f -name "*.dll" -exec chmod -x {} \;
binary-indep: build install
dh_testdir
dh_testroot
- dh_install --sourcedir=debian/tmp
+ dh_install
dh_installchangelogs ChangeLog.txt
dh_installdocs
dh_installexamples
More information about the Pkg-mono-svn-commits
mailing list