[Pkg-cli-libs-commits] [SCM] gio-sharp branch, master, updated. debian/2.22.git20100412-1-7-ge40f337

Iain Lane laney at ubuntu.com
Wed Sep 1 23:11:37 UTC 2010


The following commit has been merged in the master branch:
commit ab36691dc2ea3a1b641156fe16b604b0f7ac64db
Author: Iain Lane <laney at ubuntu.com>
Date:   Wed Sep 1 23:17:32 2010 +0100

    Make library unstable per upstream
    
    Consumers must now copy the library at build time.

diff --git a/debian/control b/debian/control
index 13c5e45..70d9dfa 100644
--- a/debian/control
+++ b/debian/control
@@ -15,18 +15,19 @@ Homepage: http://gitorious.org/gio-sharp
 Vcs-Git: git://git.debian.org/pkg-cli-libs/packages/gio-sharp.git
 Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/gio-sharp.git
 
-Package: libgio2.22-cil
+Package: libgio-cil
 Architecture: all
 Depends: ${cli:Depends}, ${misc:Depends}
+Conflicts: libgio2.22-cil (<< 2.22)
 Description: CLI binding for the GIO I/O stack 2.22
  This package provides the gio-sharp assembly that allows CLI (.NET) programs
- to use the GIO I/O stack 2.22. 
+ to use the GIO I/O stack version 2.22. 
  .
  This package contains the gio-sharp assembly.
 
 Package: libgio2.0-cil-dev
 Architecture: all
-Depends: libgio2.22-cil (= ${binary:Version}), ${cli:Depends}, ${misc:Depends}
+Depends: libgio-cil (= ${binary:Version}), ${cli:Depends}, ${misc:Depends}
 Description: CLI binding for the GIO I/O stack 2.22
  This package provides the gio-sharp assembly that allows CLI (.NET) programs
  to use the GIO I/O stack 2.22. 
diff --git a/debian/libgio-cil.install b/debian/libgio-cil.install
new file mode 100644
index 0000000..ffee55f
--- /dev/null
+++ b/debian/libgio-cil.install
@@ -0,0 +1 @@
+/usr/lib/gio-sharp
diff --git a/debian/libgio2.22-cil.install b/debian/libgio2.22-cil.install
deleted file mode 100644
index 605423a..0000000
--- a/debian/libgio2.22-cil.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/mono/gac/gio-sharp/*/*		/usr/lib/cli/gio-sharp-2.22/
diff --git a/debian/libgio2.22-cil.installcligac b/debian/libgio2.22-cil.installcligac
deleted file mode 100644
index fd46367..0000000
--- a/debian/libgio2.22-cil.installcligac
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/cli/gio-sharp-2.22/gio-sharp.dll
diff --git a/debian/patches/pcfile_path.patch b/debian/patches/pcfile_path.patch
deleted file mode 100644
index 8a51539..0000000
--- a/debian/patches/pcfile_path.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: gio-sharp/gio/gio-sharp-2.0.pc.in
-===================================================================
---- gio-sharp.orig/gio/gio-sharp-2.0.pc.in	2010-05-18 12:58:47.222949790 +0100
-+++ gio-sharp/gio/gio-sharp-2.0.pc.in	2010-05-18 13:07:11.930940750 +0100
-@@ -1,7 +1,7 @@
- prefix=${pcfiledir}/../..
- exec_prefix=${prefix}
- libdir=${exec_prefix}/lib
--assemblies_dir=${libdir}/mono/@PACKAGE_VERSION@
-+assemblies_dir=${libdir}/cli/gio-sharp-2.22
- gapidir=${prefix}/share/gapi-2.0
- 
- Name: GIO#
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e6a09ca..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-pcfile_path.patch

-- 
gio-sharp



More information about the Pkg-cli-libs-commits mailing list