[Pkg-cli-libs-commits] [SCM] monogame branch, master, updated. upstream/2.5.1+dfsg-13-g9e3b134

Jo Shields directhex at apebox.org
Mon Jun 18 16:42:43 UTC 2012


The following commit has been merged in the master branch:
commit 01a725c1cfd01d16594159f18f0648c68b12e74a
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Jun 18 17:29:01 2012 +0100

    Initial rules and control files based on OpenTK.

diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..07a6721
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,52 @@
+Source: monogame
+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.8~), debhelper (>= 7.0.50~)
+Build-Depends-Indep: mono-devel (>= 2.8), 
+                     libopentk-cil-dev, 
+                     libtaoframework-sdl-cil-dev,
+                     monodoc-base
+Standards-Version: 3.9.3
+Homepage: http://monogame.codeplex.com
+Vcs-Git: git://git.debian.org/pkg-cli-libs/packages/monogame.git
+Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/monogame.git
+
+Package: libmonogame-cil
+Architecture: all
+Depends: ${cli:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: Free implementation of XNA - Assemblies
+ MonoGame is an Open Source, OpenGL implementation of the Microsoft XNA 4 
+ Framework. Our goal is to allow XNA developers on Windows & Windows Phone 
+ to port their games to the iOS / Android / Mac OS X, Linux.
+ .
+ This package contains the MonoGame assemblies
+
+
+Package: libmonogame-cil-dev
+Architecture: all
+Section: libdevel
+Depends: libopentk1.0-cil (= ${source:Version}), ${misc:Depends}
+Suggests: monodoc-monogame-manual
+Description: Free implementation of XNA - Development files
+ MonoGame is an Open Source, OpenGL implementation of the Microsoft XNA 4 
+ Framework. Our goal is to allow XNA developers on Windows & Windows Phone 
+ to port their games to the iOS / Android / Mac OS X, Linux.
+ .
+ This package contains the development files for MonoGame, and should be used
+ for compilation.
+
+
+Package: monodoc-monogame-manual
+Architecture: all
+Section: doc
+Depends: monodoc-manual, ${misc:Depends}
+Description: Free implementation of XNA - Development files
+ MonoGame is an Open Source, OpenGL implementation of the Microsoft XNA 4 
+ Framework. Our goal is to allow XNA developers on Windows & Windows Phone 
+ to port their games to the iOS / Android / Mac OS X, Linux.
+ .
+ This package contains the compiled XML documentation for MonoGame.
+
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8991f9e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,25 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with cli
+
+override_dh_auto_build:
+	xbuild MonoGame.Framework.Linux.sln
+	xbuild ProjectTemplates/MonoDevelop.MonoGame.2.5/MonoDevelop.MonoGame/MonoDevelop.MonoGame.sln
+#	rm -rf monodocer
+#	mdoc update -i Source/Compatibility/OpenTK.Compatibility.xml \
+#	            -i Source/OpenTK/OpenTK.xml \
+#                    -i ./Source/GLControl/OpenTK.GLControl.xml  \
+#                    -o monodocer \
+#                    Binaries/OpenTK/Debug/OpenTK.GLControl.dll \
+#                    Binaries/OpenTK/Debug/OpenTK.Compatibility.dll \
+#                    Binaries/OpenTK/Debug/OpenTK.dll
+#	mdoc assemble -o opentk monodocer
+
+override_dh_auto_clean:
+	xbuild MonoGame.Framework.Linux.sln /target:Clean
+	xbuild ProjectTemplates/MonoDevelop.MonoGame.2.5/MonoDevelop.MonoGame/MonoDevelop.MonoGame.sln /target:Clean
+#	rm -fr Binaries
+#	rm -fr monodocer
+#	rm -f opentk.zip
+#	rm -f opentk.tree

-- 
monogame



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