[Pkg-cli-libs-commits] [SCM] mono.reflection branch, master, updated. upstream/1.0+git20110407+d2343843-16-g6ff1499

Jo Shields directhex at apebox.org
Tue Aug 9 21:17:07 UTC 2011


The following commit has been merged in the master branch:
commit 8d24e92ac8ca2623f80644a8f9d3d427a651d24c
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Aug 9 21:49:55 2011 +0100

    Initial control file.

diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f0cd72b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: mono.reflection
+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:
+ cli-common-dev (>= 0.5.7~),
+ mono-devel (>= 2.4.3~),
+ debhelper (>= 7.0.50~)
+Standards-Version: 3.9.2
+Homepage: https://github.com/jbevain/mono.reflection
+Vcs-Git: git://git.debian.org/pkg-cli-libs/packages/mono.reflection.git
+Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/mono.reflection.git
+
+Package: libmono-reflection-cil
+Architecture: all
+Depends: ${cli:Depends}, ${misc:Depends}
+Description: CLI reflection helper library
+ This package provides the Mono.Reflection assembly that provides CLI (.NET) 
+ programs with additional helper namespaces as a companion to System.Reflection
+ and System.Reflection.Emit.
+ .
+ This package contains the Mono.Reflection assembly.
+
+Package: libmono-reflection-cil-dev
+Architecture: all
+Depends: libmono-reflection-cil (= ${binary:Version}), ${misc:Depends}
+Description: CLI reflection helper library
+ This package provides the Mono.Reflection assembly that provides CLI (.NET) 
+ programs with additional helper namespaces as a companion to System.Reflection
+ and System.Reflection.Emit.
+ .
+ This package contains development files for the Mono.Reflection assembly,
+ and should be used for compilation.
+

-- 
mono.reflection



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