[Pkg-cli-apps-commits] [SCM] manos branch, master, updated. 6750c56416494e18627acce7950cf3ffdcf9ac6e

Jo Shields directhex at apebox.org
Sun Mar 13 21:36:15 UTC 2011


The following commit has been merged in the master branch:
commit 6750c56416494e18627acce7950cf3ffdcf9ac6e
Author: Jo Shields <directhex at apebox.org>
Date:   Sun Mar 13 21:36:00 2011 +0000

    Commit initial packaging work to master branch

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b8ce1b9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+manos (0.1.3-1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Jo Shields <directhex at apebox.org>  Sun, 13 Mar 2011 21:15:01 +0000
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..d435544
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: manos
+Section: cli-mono
+Priority: optional
+Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
+Uploaders: Jo Shields <directhex at apebox.org>
+Build-Depends: debhelper (>= 7.0.50~),
+               cli-common-dev (>= 0.5.7)
+Build-Depends-Indep: mono-devel (>= 2.8)
+Standards-Version: 3.9.1
+Homepage: http://manosdemono.org/
+Vcs-Git: git://git.debian.org/pkg-cli-apps/packages/manos.git
+Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/packages/manos.git;a=summary
+
+Package: manos
+Architecture: all
+Depends: ${shlibs:Depends}, ${cli:Depends}, ${misc:Depends}
+Description: a lightweight web application framework for C# sites
+ Manos is a lightweight web application framework that runs on Mono. Manos 
+ aims to be Simple, Testable, High Performance, Reusable and Flexible. Manos
+ embeds its own high-performance HTTP server, and does not require a server 
+ such as Apache to act as a front-end.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a611bda
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=173&sc=0
+Upstream-Name: manos
+Upstream-Contact: Jackson Harper <jackson at manosdemono.com>
+Source: https://github.com/jacksonh/manos
+
+Files: *
+Copyright: © 2002 Ximian, Inc (http://www.ximian.com)
+           © 2003-2010 Novell, Inc (http://novell.com)
+           © 2009-2010 Ryan Dahl <ry at tinyclouds.org>
+           © 2010 Tim Becker
+           © 2010 Jackson Harper (jackson at manosdemono.com)
+           © 2010 Anirudh Sanjeev (a at ninjagod.com)
+           © 2011 Jo Shields (directhex at apebox.org)
+License: Expat
+
+License: Expat
+ 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/rules b/debian/rules
new file mode 100644
index 0000000..0ae4f06
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+include /usr/share/cli-common/cli.make
+
+override_dh_auto_configure:
+	dh_auto_configure -- DMCS=/usr/bin/mono-csc
+
+%:
+	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)

-- 
manos



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