[Pkg-mono-svn-commits] [SCM] mono branch, master, updated. 2.0.1-6-92-g5f57dc0

Mirco Bauer meebey at meebey.net
Mon May 25 18:13:52 UTC 2009


The following commit has been merged in the master branch:
commit 94829bdf9e5e49a5705d4686d09f93c8d1654b93
Author: Mirco Bauer <meebey at meebey.net>
Date:   Thu May 21 16:18:32 2009 +0200

    - Renamed libmono-cecil0.6.8-cil to libmono-cecil-private-cil.
    - Bumped debhelper to 7.

diff --git a/debian/changelog b/debian/changelog
index 2c7a68f..120a2a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -103,9 +103,9 @@ mono (2.4+dfsg-1~pre1) unstable; urgency=low
     + Mangle +dfsg version.
   * debian/control
     debian/libmono1.0-cil.install
-    debian/libmono-cecil0.6.8-cil.install:
+    debian/libmono-cecil-private-cil.install:
     + Moved Mono.Cecil and Mono.Cecil.Mdb from libmono1.0-cil to
-      libmono-cecil0.6.8-cil, as it's now build for CLI 2.0.
+      libmono-cecil-private-cil, as it's now build for CLI 2.0.
   * debian/libmono-system-web2.0-cil.install:
     + Added System.ComponentModel.DataAnnotations, System.Web.Abstractions,
       System.Web.DynamicData and System.Web.Routing.
@@ -117,6 +117,9 @@ mono (2.4+dfsg-1~pre1) unstable; urgency=low
     + Moved I18N.dll and I18N.West.dll from libmono-i18nX.Y-cil to
       libmono-i18n-westX.Y-cil, as this is the only code page that is really
       needed in 90% of the cases.
+  * debian/compat
+    debian/control:
+    + Bumped debhelper to 7.
 
  -- Mirco Bauer <meebey at debian.org>  Thu, 21 May 2009 01:04:54 +0200
 
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index bbe5ba1..3138a0d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: interpreters
 Priority: optional
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
 Uploaders: Mirco Bauer <meebey at debian.org>, Sebastian Dröge <slomo at debian.org>, Jo Shields <directhex at apebox.org>
-Build-Depends: debhelper (>= 5),
+Build-Depends: debhelper (>= 7),
 	dpkg-dev (>= 1.13.19),
 	libglib2.0-dev (>= 2.4),
 	bison,
@@ -284,7 +284,7 @@ Description: Mono.GetOptions library (for CLI 2.0)
  This package contains the Mono.GetOptions library for CLI 2.0 that allows to
  parse command line options and arguments easily.
 
-Package: libmono-cecil0.6.8-cil
+Package: libmono-cecil-private-cil
 Section: libs
 Architecture: all
 Replaces: libmono1.0-cil (<< 2.4)
@@ -296,8 +296,8 @@ Description: Mono.Cecil library
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono.Cecil library that allows to generate and
- inspect programs and libraries in the ECMA CIL format.
+ This package contains the private Mono.Cecil library that allows to generate
+ and inspect programs and libraries in the ECMA CIL format.
 
 Package: libmono-data1.0-cil
 Section: libs
diff --git a/debian/libmono-cecil-private-cil.install b/debian/libmono-cecil-private-cil.install
new file mode 100644
index 0000000..61c536b
--- /dev/null
+++ b/debian/libmono-cecil-private-cil.install
@@ -0,0 +1,3 @@
+/usr/lib/mono/gac/Mono.Cecil/
+/usr/lib/mono/gac/Mono.Cecil.Mdb/
+/usr/lib/pkgconfig/cecil.pc
diff --git a/debian/libmono-cecil0.6.8-cil.install b/debian/libmono-cecil0.6.8-cil.install
deleted file mode 100644
index c78d3cb..0000000
--- a/debian/libmono-cecil0.6.8-cil.install
+++ /dev/null
@@ -1,3 +0,0 @@
-/usr/lib/mono/gac/Mono.Cecil/0.6.8.*__*/
-/usr/lib/mono/gac/Mono.Cecil.Mdb/0.2.0.*__*/
-/usr/lib/pkgconfig/cecil.pc

-- 
mono



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