[Mono-bugs] [Bug 65354][Nor] New - We are not packaging .config files
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 5 Sep 2004 05:13:46 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=65354
--- shadow/65354 2004-09-05 05:13:46.000000000 -0400
+++ shadow/65354.tmp.21153 2004-09-05 05:13:46.000000000 -0400
@@ -0,0 +1,29 @@
+Bug#: 65354
+Product: Mono: Runtime
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: packaging
+AssignedTo: duncan@ximian.com
+ReportedBy: gonzalo@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: We are not packaging .config files
+
+Currently, we are not packaging .config files for some assemblies that use
+DllImport.
+
+One of them is Mono.Data.SqliteClient. It should be shipper with a
+Mono.Data.SqliteClient.dll.config file containing:
+<dllmap dll="sqlite" target="blahblah">
+
+where blahblah is libsqlite.so.0 in this case.
+
+This way, people don't have to install the development package or manually
+create the libsqlite.so link to libsqlite.so.0.