[DRE-commits] r2413 - in packages: . libhtmlentities-ruby libhtmlentities-ruby/trunk libhtmlentities-ruby/trunk/debian

sharky at alioth.debian.org sharky at alioth.debian.org
Thu Jan 10 16:00:13 UTC 2008


Author: sharky
Date: 2008-01-10 16:00:13 +0000 (Thu, 10 Jan 2008)
New Revision: 2413

Added:
   packages/libhtmlentities-ruby/
   packages/libhtmlentities-ruby/tags/
   packages/libhtmlentities-ruby/trunk/
   packages/libhtmlentities-ruby/trunk/debian/
   packages/libhtmlentities-ruby/trunk/debian/changelog
   packages/libhtmlentities-ruby/trunk/debian/control
   packages/libhtmlentities-ruby/trunk/debian/copyright
   packages/libhtmlentities-ruby/trunk/debian/rules
   packages/libhtmlentities-ruby/trunk/debian/watch
Log:
import initial packaging for libhtmlentities-ruby


Added: packages/libhtmlentities-ruby/trunk/debian/changelog
===================================================================
--- packages/libhtmlentities-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages/libhtmlentities-ruby/trunk/debian/changelog	2008-01-10 16:00:13 UTC (rev 2413)
@@ -0,0 +1,5 @@
+libhtmlentities-ruby (4.0.0-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #459633).
+
+ -- Jeremy Lainé <jeremy.laine at m4x.org>  Mon,  7 Jan 2008 18:56:39 +0100

Added: packages/libhtmlentities-ruby/trunk/debian/control
===================================================================
--- packages/libhtmlentities-ruby/trunk/debian/control	                        (rev 0)
+++ packages/libhtmlentities-ruby/trunk/debian/control	2008-01-10 16:00:13 UTC (rev 2413)
@@ -0,0 +1,30 @@
+Source: libhtmlentities-ruby
+Section: interpreters
+Priority: optional
+Maintainer: Jeremy Lainé <jeremy.laine at m4x.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.8)
+Standards-Version: 3.7.3
+Homepage: http://htmlentities.rubyforge.org/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-ruby-extras/packages/libhtmlentities-ruby/
+Vcs-Svn: svn://svn.debian.org/pkg-ruby-extras/packages/libhtmlentities-ruby/
+
+Package: libhtmlentities-ruby
+Architecture: all
+Depends: libhtmlentities-ruby1.8
+Description: Ruby library for handling HTML entities
+ HTMLEntities is a simple library to facilitate encoding and decoding of named
+ (&yacute; and so on) or numerical (&#123; or &#x12a;) entities in HTML and
+ XHTML documents.
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
+
+Package: libhtmlentities-ruby1.8
+Architecture: all
+Depends: ruby1.8
+Description: Ruby library for handling HTML entities
+ HTMLEntities is a simple library to facilitate encoding and decoding of named
+ (&yacute; and so on) or numerical (&#123; or &#x12a;) entities in HTML and
+ XHTML documents.
+

Added: packages/libhtmlentities-ruby/trunk/debian/copyright
===================================================================
--- packages/libhtmlentities-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages/libhtmlentities-ruby/trunk/debian/copyright	2008-01-10 16:00:13 UTC (rev 2413)
@@ -0,0 +1,34 @@
+This package was debianized by Jeremy Lainé <jeremy.laine at m4x.org>
+Mon,  7 Jan 2008 18:56:39 +0100
+
+It was downloaded from http://rubyforge.org/projects/htmlentities/
+
+Upstream Author: Paul Battley <pbattley at gmail.com>
+
+Copyright: Copyright (c) 2007 Paul Battley
+
+License: The MIT License
+
+Copyright (c) 2007 Paul Battley
+
+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.
+
+
+The Debian packaging is (C) 2008, Jeremy Lainé <jeremy.laine at m4x.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/libhtmlentities-ruby/trunk/debian/rules
===================================================================
--- packages/libhtmlentities-ruby/trunk/debian/rules	                        (rev 0)
+++ packages/libhtmlentities-ruby/trunk/debian/rules	2008-01-10 16:00:13 UTC (rev 2413)
@@ -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/libhtmlentities-ruby/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/libhtmlentities-ruby/trunk/debian/watch
===================================================================
--- packages/libhtmlentities-ruby/trunk/debian/watch	                        (rev 0)
+++ packages/libhtmlentities-ruby/trunk/debian/watch	2008-01-10 16:00:13 UTC (rev 2413)
@@ -0,0 +1,2 @@
+version=3
+http://rubyforge.org/frs/?group_id=1462 .*/htmlentities-(\d.*)\.tar\.gz




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