[DRE-commits] r3128 - in packages-wip: . libhaml-ruby libhaml-ruby/trunk libhaml-ruby/trunk/debian

gwolf at alioth.debian.org gwolf at alioth.debian.org
Fri Dec 19 00:10:56 UTC 2008


Author: gwolf
Date: 2008-12-19 00:10:56 +0000 (Fri, 19 Dec 2008)
New Revision: 3128

Added:
   packages-wip/libhaml-ruby/
   packages-wip/libhaml-ruby/tags/
   packages-wip/libhaml-ruby/trunk/
   packages-wip/libhaml-ruby/trunk/debian/
   packages-wip/libhaml-ruby/trunk/debian/changelog
   packages-wip/libhaml-ruby/trunk/debian/compat
   packages-wip/libhaml-ruby/trunk/debian/control
   packages-wip/libhaml-ruby/trunk/debian/copyright
   packages-wip/libhaml-ruby/trunk/debian/rules
   packages-wip/libhaml-ruby/trunk/debian/watch
Log:
Starting work towards libhaml-ruby


Added: packages-wip/libhaml-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libhaml-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages-wip/libhaml-ruby/trunk/debian/changelog	2008-12-19 00:10:56 UTC (rev 3128)
@@ -0,0 +1,5 @@
+libhaml-ruby (2.0.6-1) unstable; urgency=low
+
+  * Initial upload (Closes: #)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Thu, 18 Dec 2008 17:42:16 -0600

Added: packages-wip/libhaml-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libhaml-ruby/trunk/debian/compat	                        (rev 0)
+++ packages-wip/libhaml-ruby/trunk/debian/compat	2008-12-19 00:10:56 UTC (rev 3128)
@@ -0,0 +1 @@
+7

Added: packages-wip/libhaml-ruby/trunk/debian/control
===================================================================
--- packages-wip/libhaml-ruby/trunk/debian/control	                        (rev 0)
+++ packages-wip/libhaml-ruby/trunk/debian/control	2008-12-19 00:10:56 UTC (rev 3128)
@@ -0,0 +1,58 @@
+Source: libhaml-ruby
+Section: libs
+Priority: optional
+Maintainer: Gunnar Wolf <gwolf at debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: ruby-pkg-tools (>= 0.8), cdbs, debhelper (>= 7), libsetup-ruby1.8, graphviz
+Build-Depends-Indep: ruby1.8, rdoc
+Standards-Version: 3.8.0
+
+Package: libhaml-ruby
+Architecture: all
+Depends: ${misc:Depends}, libhaml-ruby1.8
+Description: Elegant, easy and powerful template engines for HTML and CSS
+ Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or
+ XML that's designed to express the structure of XHTML or XML
+ documents in a non-repetitive, elegant, easy way, using indentation
+ rather than closing tags and allowing Ruby to be embedded with ease.
+ It was originally envisioned as a plugin for Ruby on Rails, but it
+ can function as a stand-alone templating engine.
+ .
+ This package includes as well Sass, a CSS templating engine based on
+ the same philosophy
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
+
+Package: libhaml-ruby-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: Elegant, easy and powerful template engines for HTML and CSS
+ Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or
+ XML that's designed to express the structure of XHTML or XML
+ documents in a non-repetitive, elegant, easy way, using indentation
+ rather than closing tags and allowing Ruby to be embedded with ease.
+ It was originally envisioned as a plugin for Ruby on Rails, but it
+ can function as a stand-alone templating engine.
+ .
+ This package includes as well Sass, a CSS templating engine based on
+ the same philosophy
+ .
+ This is the documentation package, with upstream documentation, as well as
+ generated rdoc.
+
+Package: libhaml-ruby1.8
+Architecture: all
+Depends: ${misc:Depends}, ruby1.8
+Recommends: rails (>= 2.0.0)
+Description: Elegant, easy and powerful template engines for HTML and CSS
+ Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or
+ XML that's designed to express the structure of XHTML or XML
+ documents in a non-repetitive, elegant, easy way, using indentation
+ rather than closing tags and allowing Ruby to be embedded with ease.
+ It was originally envisioned as a plugin for Ruby on Rails, but it
+ can function as a stand-alone templating engine.
+ .
+ This package includes as well Sass, a CSS templating engine based on
+ the same philosophy

Added: packages-wip/libhaml-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libhaml-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages-wip/libhaml-ruby/trunk/debian/copyright	2008-12-19 00:10:56 UTC (rev 3128)
@@ -0,0 +1,30 @@
+This package was debianized by Gunnar Wolf <gwolf at debian.org> on
+Thu, 18 Dec 2008 17:42:16 -0600
+
+The upstream code is published as a Git repository, at 
+git://github.com/nex3/haml.git
+The project's homepage is http://haml.hamptoncatlin.com/
+
+Haml and Sass were designed by Hampton Catlin.
+This implementation was written by Nathan Weizenbaum
+
+Copyright (c) 2006-2008 Hampton Catlin
+
+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.

Added: packages-wip/libhaml-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libhaml-ruby/trunk/debian/rules	                        (rev 0)
+++ packages-wip/libhaml-ruby/trunk/debian/rules	2008-12-19 00:10:56 UTC (rev 3128)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk


Property changes on: packages-wip/libhaml-ruby/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages-wip/libhaml-ruby/trunk/debian/watch
===================================================================
--- packages-wip/libhaml-ruby/trunk/debian/watch	                        (rev 0)
+++ packages-wip/libhaml-ruby/trunk/debian/watch	2008-12-19 00:10:56 UTC (rev 3128)
@@ -0,0 +1,2 @@
+version=3
+http://githubredir.debian.net/github/nex3/haml (.*).tar.gz




More information about the Pkg-ruby-extras-commits mailing list