[Pkg-cli-libs-commits] [SCM] gtk-sharp-beans branch, master, updated. upstream/2.14.1-5-g894e21f

Jo Shields directhex at apebox.org
Fri Sep 3 19:23:57 UTC 2010


The following commit has been merged in the master branch:
commit aaded2f3874bd83f94d06185e4ff4d3d5c0c5a3d
Author: Jo Shields <directhex at apebox.org>
Date:   Fri Sep 3 19:40:10 2010 +0100

    Initial packaging, stolen pretty much line-for-line from gio-sharp

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5249e72
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+gtk-sharp-beans (2.14.1-1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Jo Shields <directhex at apebox.org>  Fri, 03 Sep 2010 18:58:00 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..55d9bd5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,39 @@
+Source: gtk-sharp-beans
+Section: cli-mono
+Priority: optional
+Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
+Uploaders: Jo Shields <directhex at apebox.org>
+Build-Depends: 
+ debhelper (>= 7), 
+ cli-common-dev (>= 0.5.7),
+ mono-devel (>= 2.4.3),
+ libglib2.0-cil-dev (>= 2.12),
+ gtk-sharp2-gapi (>= 2.12),
+ libglib2.0-cil-dev (>= 2.12),
+ libgtk2.0-cil-dev (>= 2.12),
+ libgio2.0-cil-dev (>= 2.22.2)
+Standards-Version: 3.9.1
+Homepage: http://github.com/mono/gtk-sharp-beans
+Vcs-Git: git://git.debian.org/pkg-cli-libs/packages/gtk-sharp-beans.git
+Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/gtk-sharp-beans.git
+
+Package: libgtk-sharp-beans-cil
+Architecture: all
+Depends: ${cli:Depends}, ${misc:Depends}
+Description: Supplementary CLI bindings for GTK 2.14+
+ This package provides the gtk-sharp-beans assembly that allows CLI (.NET) 
+ programs to use GTK+ methods from GTK+ 2.14 and above, which are not exposed
+ by GTK#. 
+ .
+ This package contains the gtk-sharp-beans assembly.
+
+Package: libgtk-sharp-beans2.0-cil-dev
+Architecture: all
+Depends: libgtk-sharp-beans-cil (= ${binary:Version}), ${cli:Depends}, ${misc:Depends}
+Description: Supplementary CLI bindings for GTK 2.14+ - development package
+ This package provides the gtk-sharp-beans assembly that allows CLI (.NET) 
+ programs to use GTK+ methods from GTK+ 2.14 and above, which are not exposed
+ by GTK#. 
+ .
+ This package contains development files for the gtk-sharp-beans library, and 
+ should be used for compilation.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6ada173
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,25 @@
+Format-Specification: http://dep.debian.net/deps/dep5/
+Name: GTK# Beans
+Source: http://github.com/mono/gtk-sharp-beans
+
+Files: *
+Copyright: © 2008-2010 Novell, Inc.
+           © 2010 Jo Shields
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy 
+ of this software and associated documentation files (the "Software"), to deal 
+ in the Software without restriction, including without limitation the rights 
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
+ copies of the Software, and to permit persons to whom the Software is 
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all 
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
+ SOFTWARE.
diff --git a/debian/libgtk-sharp-beans-cil.install b/debian/libgtk-sharp-beans-cil.install
new file mode 100644
index 0000000..45d62f0
--- /dev/null
+++ b/debian/libgtk-sharp-beans-cil.install
@@ -0,0 +1 @@
+/usr/lib/gtk-sharp-beans
diff --git a/debian/libgtk-sharp-beans2.0-cil-dev.install b/debian/libgtk-sharp-beans2.0-cil-dev.install
new file mode 100644
index 0000000..794ac56
--- /dev/null
+++ b/debian/libgtk-sharp-beans2.0-cil-dev.install
@@ -0,0 +1 @@
+usr/lib/pkgconfig/gtk-sharp-beans-2.0.pc
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2c993a1
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+include /usr/share/cli-common/cli.make
+
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..a7213b8
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+ftp://ftp.novell.com/pub/mono/sources/gtk-sharp-beans/gtk-sharp-beans-([0-9.]+)\.tar\.bz2

-- 
gtk-sharp-beans



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