[DRE-commits] r1951 - in packages-wip/libmarkaby-ruby/trunk: . debian debian/patches

paulvt at alioth.debian.org paulvt at alioth.debian.org
Sun Oct 7 08:29:11 UTC 2007


Author: paulvt
Date: 2007-10-07 08:29:11 +0000 (Sun, 07 Oct 2007)
New Revision: 1951

Added:
   packages-wip/libmarkaby-ruby/trunk/debian/
   packages-wip/libmarkaby-ruby/trunk/debian/changelog
   packages-wip/libmarkaby-ruby/trunk/debian/compat
   packages-wip/libmarkaby-ruby/trunk/debian/control
   packages-wip/libmarkaby-ruby/trunk/debian/control.in
   packages-wip/libmarkaby-ruby/trunk/debian/copyright
   packages-wip/libmarkaby-ruby/trunk/debian/patches/
   packages-wip/libmarkaby-ruby/trunk/debian/patches/01_remove-gem-requirement.diff
   packages-wip/libmarkaby-ruby/trunk/debian/rules
   packages-wip/libmarkaby-ruby/trunk/debian/watch
Modified:
   packages-wip/libmarkaby-ruby/trunk/Rakefile
Log:
[svn-inject] Applying Debian modifications to trunk

Modified: packages-wip/libmarkaby-ruby/trunk/Rakefile
===================================================================
--- packages-wip/libmarkaby-ruby/trunk/Rakefile	2007-10-07 08:29:02 UTC (rev 1950)
+++ packages-wip/libmarkaby-ruby/trunk/Rakefile	2007-10-07 08:29:11 UTC (rev 1951)
@@ -1,7 +1,7 @@
 require 'rake'
 require 'rake/testtask'
 require 'rake/clean'
-require 'rake/gempackagetask'
+#require 'rake/gempackagetask'
 require 'rake/rdoctask'
 require 'tools/rakehelp'
 require 'fileutils'


Property changes on: packages-wip/libmarkaby-ruby/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages-wip/libmarkaby-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libmarkaby-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages-wip/libmarkaby-ruby/trunk/debian/changelog	2007-10-07 08:29:11 UTC (rev 1951)
@@ -0,0 +1,7 @@
+libmarkaby-ruby (0.5-1) luon-sid; urgency=low
+
+  * Initial release. (Closes: #396890)
+  * Added patch 01_remove-gem-requirement since it runs perfectly without
+    them.
+
+ -- Paul van Tilburg <paulvt at debian.org>  Fri,  3 Nov 2006 15:21:39 +0100

Added: packages-wip/libmarkaby-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libmarkaby-ruby/trunk/debian/compat	                        (rev 0)
+++ packages-wip/libmarkaby-ruby/trunk/debian/compat	2007-10-07 08:29:11 UTC (rev 1951)
@@ -0,0 +1 @@
+5

Added: packages-wip/libmarkaby-ruby/trunk/debian/control
===================================================================
--- packages-wip/libmarkaby-ruby/trunk/debian/control	                        (rev 0)
+++ packages-wip/libmarkaby-ruby/trunk/debian/control	2007-10-07 08:29:11 UTC (rev 1951)
@@ -0,0 +1,38 @@
+Source: libmarkaby-ruby
+Section: libs
+Priority: optional
+Maintainer: Paul van Tilburg <paulvt at debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Antonio S. de A. Terceiro <asaterceiro at inf.ufrgs.br>, David Moreno Garza <damog at debian.org>, David Nusinow <dnusinow at debian.org>, Esteban Manchado Velázquez <zoso at debian.org>, Arnaud Cornet <arnaud.cornet at gmail.com>, Lucas Nussbaum <lucas at lucas-nussbaum.net>, Thierry Reding <thierry at doppeltgemoppelt.de>, Marc Dequènes (Duck) <Duck at DuckCorp.org>, Ari Pollak <ari at debian.org>, Daigo Moriwaki <daigo at debian.org>, Vincent Fourmond <vincent.fourmond at 9online.fr>, Rudi Cilibrasi <cilibrar at cilibrar.com>, Patrick Ringl <patrick_ at freenet.de>, Filipe Lautert <filipelautert at celepar.pr.gov.br>, Florian Ragwitz <rafl at debian.org>, Gunnar Wolf <gwolf at debian.org>, Maxim Komar <komar at ukr.net>
+Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.8), ruby1.8
+Standards-Version: 3.7.2
+
+Package: libmarkaby-ruby
+Architecture: all
+Depends: libmarkaby-ruby1.8
+Description: a templating engine for writing HTML pages in pure Ruby
+ With Markaby, HTML is generated by mapping method calls to HTML elements,
+ object attributes to element classes or HTML IDs and block arguments to
+ the contents of the elements.
+ .
+ This engine is an alternative to ERb (see: liberb-ruby) which weaves the
+ two languages together.  It is also a replacement for templating
+ languages which use primitive languages that blend with HTML. 
+ .
+ Homepage: http://code.whytheluckystiff.net/markaby/
+ .
+ This is a dependency package which depends on Debian's default Ruby
+ version (currently 1.8).
+
+Package: libmarkaby-ruby1.8
+Architecture: all
+Depends: libbuilder-ruby1.8, libruby1.8
+Description: a templating engine for writing HTML pages in pure Ruby
+ With Markaby, HTML is generated by mapping method calls to HTML elements,
+ object attributes to element classes or HTML IDs and block arguments to
+ the contents of the elements.
+ .
+ This engine is an alternative to ERb (see: liberb-ruby) which weaves the
+ two languages together.  It is also a replacement for templating
+ languages which use primitive languages that blend with HTML. 
+ .
+ Homepage: http://code.whytheluckystiff.net/markaby/

Added: packages-wip/libmarkaby-ruby/trunk/debian/control.in
===================================================================
--- packages-wip/libmarkaby-ruby/trunk/debian/control.in	                        (rev 0)
+++ packages-wip/libmarkaby-ruby/trunk/debian/control.in	2007-10-07 08:29:11 UTC (rev 1951)
@@ -0,0 +1,38 @@
+Source: libmarkaby-ruby
+Section: libs
+Priority: optional
+Maintainer: Paul van Tilburg <paulvt at debian.org>
+Uploaders: @RUBY_EXTRAS_TEAM@
+Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.8), ruby1.8
+Standards-Version: 3.7.2
+
+Package: libmarkaby-ruby
+Architecture: all
+Depends: libmarkaby-ruby1.8
+Description: a templating engine for writing HTML pages in pure Ruby
+ With Markaby, HTML is generated by mapping method calls to HTML elements,
+ object attributes to element classes or HTML IDs and block arguments to
+ the contents of the elements.
+ .
+ This engine is an alternative to ERb (see: liberb-ruby) which weaves the
+ two languages together.  It is also a replacement for templating
+ languages which use primitive languages that blend with HTML. 
+ .
+ Homepage: http://code.whytheluckystiff.net/markaby/
+ .
+ This is a dependency package which depends on Debian's default Ruby
+ version (currently 1.8).
+
+Package: libmarkaby-ruby1.8
+Architecture: all
+Depends: libbuilder-ruby1.8, libruby1.8
+Description: a templating engine for writing HTML pages in pure Ruby
+ With Markaby, HTML is generated by mapping method calls to HTML elements,
+ object attributes to element classes or HTML IDs and block arguments to
+ the contents of the elements.
+ .
+ This engine is an alternative to ERb (see: liberb-ruby) which weaves the
+ two languages together.  It is also a replacement for templating
+ languages which use primitive languages that blend with HTML. 
+ .
+ Homepage: http://code.whytheluckystiff.net/markaby/

Added: packages-wip/libmarkaby-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libmarkaby-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages-wip/libmarkaby-ruby/trunk/debian/copyright	2007-10-07 08:29:11 UTC (rev 1951)
@@ -0,0 +1,30 @@
+This package was debianized by Paul van Tilburg <paulvt at debian.org> on
+Fri,  3 Nov 2006 16:24:01 +0100.
+
+It was downloaded from: http://rubyforge.org/frs/?group_id=1271
+
+Copyright: (c) 2006 Why the lucky stiff <why at whytheluckystiff.net>
+
+License:
+
+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 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.
+
+--------
+The setup.rb file included in the package's source is released under the GNU
+LGPL. On Debian systems, the complete text of the GNU Lesser General Public
+can be found in `/usr/share/common-licenses/LGPL'.

Added: packages-wip/libmarkaby-ruby/trunk/debian/patches/01_remove-gem-requirement.diff
===================================================================
--- packages-wip/libmarkaby-ruby/trunk/debian/patches/01_remove-gem-requirement.diff	                        (rev 0)
+++ packages-wip/libmarkaby-ruby/trunk/debian/patches/01_remove-gem-requirement.diff	2007-10-07 08:29:11 UTC (rev 1951)
@@ -0,0 +1,18 @@
+--- /home/paul/Sources/markaby/lib/markaby.rb	2006-11-03 14:23:46.000000000 +0100
++++ lib/markaby.rb	2006-11-04 21:57:25.000000000 +0100
+@@ -4,7 +4,6 @@
+ # as well as the full set of Markaby classes.
+ #
+ # For a full list of features and instructions, see the README.
+-$:.unshift File.expand_path(File.dirname(__FILE__))
+ 
+ # Markaby is a module containing all of the great Markaby classes that
+ # do such an excellent job.
+@@ -25,7 +24,6 @@
+ end
+ 
+ unless defined?(Builder)
+-  require 'rubygems'
+   require 'builder'
+ end
+ 

Added: packages-wip/libmarkaby-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libmarkaby-ruby/trunk/debian/rules	                        (rev 0)
+++ packages-wip/libmarkaby-ruby/trunk/debian/rules	2007-10-07 08:29:11 UTC (rev 1951)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+#
+# CDBS file to build the Markaby package.
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk


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

Added: packages-wip/libmarkaby-ruby/trunk/debian/watch
===================================================================
--- packages-wip/libmarkaby-ruby/trunk/debian/watch	                        (rev 0)
+++ packages-wip/libmarkaby-ruby/trunk/debian/watch	2007-10-07 08:29:11 UTC (rev 1951)
@@ -0,0 +1,3 @@
+version=3
+
+http://rubyforge.org/frs/?group_id=1271 .*markaby-(.*)\.t.*




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