[DRE-commits] r3674 - in packages/facets/trunk: . debian

Marc Dequènes duck at alioth.debian.org
Sat Jun 27 13:34:29 UTC 2009


Author: duck
Date: 2009-06-27 13:34:28 +0000 (Sat, 27 Jun 2009)
New Revision: 3674

Added:
   packages/facets/trunk/debian/
   packages/facets/trunk/debian/changelog
   packages/facets/trunk/debian/compat
   packages/facets/trunk/debian/control
   packages/facets/trunk/debian/control.in
   packages/facets/trunk/debian/copyright
   packages/facets/trunk/debian/libfacets-ruby-doc.doc-base
   packages/facets/trunk/debian/rules
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: packages/facets/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/facets/trunk/debian/changelog
===================================================================
--- packages/facets/trunk/debian/changelog	                        (rev 0)
+++ packages/facets/trunk/debian/changelog	2009-06-27 13:34:28 UTC (rev 3674)
@@ -0,0 +1,11 @@
+facets (2.5.2+git20090627-ef2fec+dfsg1-1) unstable; urgency=low
+
+  * Initial release.
+  * Removed the 'htmlfilter' module which license is incompatible, to
+    respect DFSG (see copyright file).
+  * Also removed left over '.config' directory from source (breaking build).
+  * Deactivated graph generation du to bug in rdoc (see #462463) using a
+    Build-Conflicts-Indep on graphviz and calling rdoc manually (as dh_rdoc
+    fails).
+
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org>  Sat, 27 Jun 2009 14:25:16 +0200

Added: packages/facets/trunk/debian/compat
===================================================================
--- packages/facets/trunk/debian/compat	                        (rev 0)
+++ packages/facets/trunk/debian/compat	2009-06-27 13:34:28 UTC (rev 3674)
@@ -0,0 +1 @@
+5

Added: packages/facets/trunk/debian/control
===================================================================
--- packages/facets/trunk/debian/control	                        (rev 0)
+++ packages/facets/trunk/debian/control	2009-06-27 13:34:28 UTC (rev 3674)
@@ -0,0 +1,72 @@
+Source: facets
+Section: ruby
+Priority: optional
+Maintainer: Marc Dequènes (Duck) <Duck at DuckCorp.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), ruby (>= 1.8.1), ruby-pkg-tools (>= 0.6)
+Build-Depends-Indep: rdoc (>= 1.8.1)
+Build-Conflicts-Indep: graphviz
+Standards-Version: 3.8.2
+Homepage: http://facets.rubyforge.org/
+
+Package: libfacets-ruby1.8
+Architecture: all
+Depends: ${misc:Depends}, libruby1.8
+Description: extensive additions and extensions library for Ruby
+ Ruby Facets is the single largest collection of core extension
+ methods and standard library additions available for the Ruby
+ programming language. 
+ .
+ The core library extend existing base classes with lot's of
+ convenient methods and new base objects (Binding, Functor,
+ Stackable, ...).
+ .
+ In addition to the core libraries, Facets provides dozens of
+ additional classes, modules, mixins and light-weight frameworks.
+ These solid libraries provide a general-purpose set of
+ components commonly useful across a variety of applications
+ (Dictionary, LinkedList, PQueue, Random, ...).
+
+Package: libfacets-ruby
+Architecture: all
+Depends: ${misc:Depends}, libfacets-ruby1.8
+Description: extensive additions and extensions library for Ruby
+ Ruby Facets is the single largest collection of core extension
+ methods and standard library additions available for the Ruby
+ programming language. 
+ .
+ The core library extend existing base classes with lot's of
+ convenient methods and new base objects (Binding, Functor,
+ Stackable, ...).
+ .
+ In addition to the core libraries, Facets provides dozens of
+ additional classes, modules, mixins and light-weight frameworks.
+ These solid libraries provide a general-purpose set of
+ components commonly useful across a variety of applications
+ (Dictionary, LinkedList, PQueue, Random, ...).
+ .
+ This is a dependency package, which depends on a Facets package
+ built for the latest version of Ruby.
+
+Package: libfacets-ruby-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: doc-base
+Description: extensive additions and extensions library for Ruby
+ Ruby Facets is the single largest collection of core extension
+ methods and standard library additions available for the Ruby
+ programming language. 
+ .
+ The core library extend existing base classes with lot's of
+ convenient methods and new base objects (Binding, Functor,
+ Stackable, ...).
+ .
+ In addition to the core libraries, Facets provides dozens of
+ additional classes, modules, mixins and light-weight frameworks.
+ These solid libraries provide a general-purpose set of
+ components commonly useful across a variety of applications
+ (Dictionary, LinkedList, PQueue, Random, ...).
+ .
+ This package provides a rdoc documentation.
+

Added: packages/facets/trunk/debian/control.in
===================================================================
--- packages/facets/trunk/debian/control.in	                        (rev 0)
+++ packages/facets/trunk/debian/control.in	2009-06-27 13:34:28 UTC (rev 3674)
@@ -0,0 +1,72 @@
+Source: facets
+Section: ruby
+Priority: optional
+Maintainer: Marc Dequènes (Duck) <Duck at DuckCorp.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: @cdbs@, ruby (>= 1.8.1), ruby-pkg-tools (>= 0.6)
+Build-Depends-Indep: rdoc (>= 1.8.1)
+Build-Conflicts-Indep: graphviz
+Standards-Version: 3.8.2
+Homepage: http://facets.rubyforge.org/
+
+Package: libfacets-ruby1.8
+Architecture: all
+Depends: ${misc:Depends}, libruby1.8
+Description: extensive additions and extensions library for Ruby
+ Ruby Facets is the single largest collection of core extension
+ methods and standard library additions available for the Ruby
+ programming language. 
+ .
+ The core library extend existing base classes with lot's of
+ convenient methods and new base objects (Binding, Functor,
+ Stackable, ...).
+ .
+ In addition to the core libraries, Facets provides dozens of
+ additional classes, modules, mixins and light-weight frameworks.
+ These solid libraries provide a general-purpose set of
+ components commonly useful across a variety of applications
+ (Dictionary, LinkedList, PQueue, Random, ...).
+
+Package: libfacets-ruby
+Architecture: all
+Depends: ${misc:Depends}, libfacets-ruby1.8
+Description: extensive additions and extensions library for Ruby
+ Ruby Facets is the single largest collection of core extension
+ methods and standard library additions available for the Ruby
+ programming language. 
+ .
+ The core library extend existing base classes with lot's of
+ convenient methods and new base objects (Binding, Functor,
+ Stackable, ...).
+ .
+ In addition to the core libraries, Facets provides dozens of
+ additional classes, modules, mixins and light-weight frameworks.
+ These solid libraries provide a general-purpose set of
+ components commonly useful across a variety of applications
+ (Dictionary, LinkedList, PQueue, Random, ...).
+ .
+ This is a dependency package, which depends on a Facets package
+ built for the latest version of Ruby.
+
+Package: libfacets-ruby-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: doc-base
+Description: extensive additions and extensions library for Ruby
+ Ruby Facets is the single largest collection of core extension
+ methods and standard library additions available for the Ruby
+ programming language. 
+ .
+ The core library extend existing base classes with lot's of
+ convenient methods and new base objects (Binding, Functor,
+ Stackable, ...).
+ .
+ In addition to the core libraries, Facets provides dozens of
+ additional classes, modules, mixins and light-weight frameworks.
+ These solid libraries provide a general-purpose set of
+ components commonly useful across a variety of applications
+ (Dictionary, LinkedList, PQueue, Random, ...).
+ .
+ This package provides a rdoc documentation.
+

Added: packages/facets/trunk/debian/copyright
===================================================================
--- packages/facets/trunk/debian/copyright	                        (rev 0)
+++ packages/facets/trunk/debian/copyright	2009-06-27 13:34:28 UTC (rev 3674)
@@ -0,0 +1,431 @@
+This package was debianized by Marc Dequènes (Duck) <Duck at DuckCorp.org>
+on Sat, 27 Jun 2009 00:40:58 +0200.
+
+It was downloaded from the git repository: git://rubyforge.org/facets.git
+
+
+Files: *
+Copyright: © 2004-2006 Thomas Sawyer (aka Trans)
+           © 2005-2008 TigerOps / Thomas Sawyer (aka Trans)
+License: Ruby License, GPL-2
+
+Files: lib/core/facets/lazy.rb
+Copyright: 2005 MenTaLguY <mental at rydia.net>
+License: Ruby License
+
+Files: lib/core/facets/string/natcmp.rb
+Copyright: © 2000 by Martin Pool <mbp at humbug.org.au>
+           © 2003 Alan Davies <cs96and_AT_yahoo_DOT_co_DOT_uk>
+License: other
+ This software is provided 'as-is', without any express or implied
+ warranty.  In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+    claim that you wrote the original software. If you use this software
+    in a product, an acknowledgment in the product documentation would be
+    appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+    misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+
+Files: lib/lore/facets/fileutils*
+Copyright: © 2005 Thomas Saywer
+           © 2005 Jim Weirich
+           © 2005 Daniel Burger
+License: Ruby License
+
+Files: lib/lore/facets/logger.rb
+Copyright: © 2005 George Moschovitis
+License: Ruby License
+
+Files: lib/lore/facets/ostruct.rb
+Copyright: © 2005 Thomas Sawyer (aka Trans)
+           © 2005 George Moschovitis
+License: Ruby License
+
+Files: lib/lore/facets/pathname.rb
+Copyright: © 2006 Thomas Sawyer (aka Trans)
+           © 2006 Daniel Burger
+License: Ruby License
+
+Files: lib/more/facets/ansicode.rb
+Copyright: © 2004 Florian Fran
+           © 2004 Thomas Sawyer (aka Trans)
+License: Ruby License
+
+Files: lib/more/facets/autoarray.rb
+Copyright: © 2005 Brian Schröder
+License: Ruby License
+
+Files: lib/more/facets/autoreload.rb
+Copyright: © 2003 Michael Neumann
+           © 2003 George Moschovitis
+License: Ruby License
+
+Files: lib/more/facets/bbcode.rb
+Copyright: © 2002 Thomas-Ivo Heinen
+License: Ruby License
+
+Files: lib/more/facets/binreadable.rb
+Copyright: © 2003 Michael Neumann
+License: Ruby License
+
+Files: lib/more/facets/blankslate.rb
+Copyright: © 2004 by Jim Weirich
+License: other
+ Permission is granted for use, copying, modification, distribution,
+ and distribution of modified versions of this work as long as the
+ above copyright notice is included.
+
+Files: lib/more/facets/capsule.rb
+Copyright: © 2005 Thomas Sawyer (aka Trans)
+           © 2005 Joel VanderWerf
+
+Files: lib/more/facets/class_extension.rb
+Copyright: © 2006 Daniel Schierbeck
+           © 2006 Thomas Sawyer (aka Trans)
+           © 2006 Nobu Nakada
+           © 2006 Ulysses
+License: Ruby License
+
+Files: lib/more/facets/classmethods.rb
+Copyright: © 2005 Nobu Nakada
+           © 2005 Thomas Sawyer (aka Trans)
+           © 2005 Ulysses
+License: Ruby License
+
+Files: lib/more/facets/cloneable.rb
+Copyright: © 2003-2004 Jim Weirich
+           © 2007 Ken Bloom
+License: other
+ This module is free software. You may use, modify, and/or redistribute this
+ software under the same terms as Ruby.
+ .
+ This program is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ FOR A PARTICULAR PURPOSE.
+
+Files: lib/more/facets/coroutine.rb
+Copyright: © 2005 Florian Frank
+License: Ruby License
+
+Files: lib/more/facets/crypt.rb
+Copyright: © 2002 Poul-Henning Kamp
+License: Ruby License
+
+Files: lib/more/facets/daemonize.rb
+Copyright: © 2006 David Heinemeier Hansson
+License: Ruby License
+
+Files: lib/more/facets/dictionary.rb
+Copyright: © 2005 Jan Molic
+           © 2005 Thomas Sawyer (aka Trans)
+License: Ruby License
+
+Files: lib/more/facets/elementor.rb
+Copyright: © 2006 Thomas Sawyer (aka Trans)
+           © 2006 George Moschovitis
+           © 2006 Martin DeMello
+License: Ruby License
+
+Files: lib/more/facets/expirable.rb
+Copyright: © 2004 George Moschovitis
+License: Ruby License
+
+Files: lib/more/facets/filelist.rb
+Copyright: © 2002 Jim Weirich
+License: GPL-2
+
+Files: lib/more/facets/heap.rb
+Copyright: © 2005 Thomas Sawyer (aka Trans)
+           © 2005 George Moschovitis
+License: Ruby License
+
+Files: lib/more/facets/htmlfilter.rb
+Copyright: © 2007 Thomas Sawyer (aka Trans)
+           © 2007 George Moschovitis
+           © 2007 James Britt
+           © 2007 Cal Henderson
+           © 2007 Jang Kim
+License: Creative Commons Attribution-ShareAlike 2.5 License
+Problems: "If you alter, transform, or build upon this work, you may distribute the
+ resulting work only under the same or similar license to this one." => at least
+ incompatible with the GPL-2 licensing (which is not similar in spirit because far
+ more restrictive), and several files and licensed under GPl-2 (without dual licensing)
+Comment: this file was removed in the Debian package
+
+Files: lib/more/facets/ini.rb
+Copyright: © 2007 Jeena Paradies (info at jeenaparadies.net)
+License: GPL-2
+
+Files: lib/more/facets/ioredirect.rb
+Copyright: © 2002 Paul Brannan <paul at atdesk.com>
+License: Ruby License
+
+Files: lib/more/facets/linkedlist.rb
+Copyright: © 2006 Kirk Haines
+License: GPL-2
+
+Files: lib/more/facets/lrucache.rb
+Copyright: © 2004 George Moschovitis
+           © 2004 Anastasios Koutoumanos
+License: Ruby License
+
+Files: lib/more/facets/memoize.rb
+Copyright: © 2005 Robert Feldt
+           © 2005 Thomas Sawyer (aka Trans)
+           © 2005 rtb
+License: Ruby License
+
+Files: lib/more/facets/memoizer.rb
+Copyright: © 2006 Erik Veenstra
+           © 2006 Thomas Sawyer (aka Trans)
+License: Ruby License
+
+Files: lib/more/facets/methodspace.rb
+Copyright: © 2006 Thomas Sawyer (aka Trans)
+           © 2006 Pit Captain
+License: Ruby License
+
+Files: lib/more/facets/minitar.rb
+Copyright: © 2004 Mauricio Julio Ferna'ndez Pradier
+           © 2004 Austin Ziegler
+           © 2001-2004 Satoru Takabayashi <satoru at namazu.org>
+License: Ruby License, GPL-2
+
+Files: lib/more/facets/multiton.rb
+Copyright: © 2007 Christoph Rippel
+           © 2007 Thomas Sawyer (aka Trans)
+License: Ruby License
+
+Files: lib/more/facets/net/smtp_tls.rb
+Copyright: © 2006 Kyle Maxwell
+License: Ruby License
+
+Files: lib/more/facets/opencollection.rb
+Copyright: © 2005 Thomas Sawyer (aka Trans)
+           © 2005 George Moschovitis
+License: Ruby License
+
+Files: lib/more/facets/openobject.rb
+Copyright: © 2005 Thomas Sawyer (aka Trans)
+           © 2005 George Moschovitis
+License: Ruby License
+
+Files: lib/more/facets/orderedhash.rb
+Copyright: © 2005 Thomas Sawyer (aka Trans)
+           © 2005 George Moschovitis
+License: Ruby License
+
+Files: lib/more/facets/pathlist.rb
+Copyright: © 2005 Jonas Pfenniger
+License: Ruby License
+
+Files: lib/more/facets/platform.rb
+Copyright: © 2007 Eric Hodel
+License: Ruby License
+
+Files: lib/more/facets/pool.rb
+Copyright: © 2004 George Moschovitis
+License: Ruby License
+
+Files: lib/more/facets/pqueue.rb
+Copyright: © 2005 K.Kodam
+           © 2005 Ronald Butler
+           © 2005 Olivier Renaud
+License: Ruby License
+
+Files: lib/more/facets/progressbar.rb
+Copyright: © 2001 Satoru Takabayashi
+License: Ruby License
+
+Files: lib/more/facets/random.rb
+Copyright: © 2005 Thomas Sawyer (aka Trans)
+           © 2005 Ilmari Heikkinen <kig at misfiring.net>
+           © 2005 Christian Neukirchen <chneukirchen at gmail.com>
+License: Ruby License
+
+Files: lib/more/facets/rbsystem.rb
+Copyright: © 1999-2002 Minero Aoki <aamine at loveruby.net>
+             2005 Thomas Sawyer (aka Trans)
+License: Ruby License
+
+Files: lib/more/facets/semaphore.rb
+Copyright: © 2005 Fukumot
+License: Ruby License
+
+Files: lib/more/facets/settings.rb
+Copyright: © 2005 George Moschovitis
+License: Ruby License
+
+Files: lib/more/facets/snapshot.rb
+Copyright: © 2004 Michael Neumann
+License: Ruby License
+
+Files: lib/more/facets/syncarray.rb
+Copyright: © 2004 George Moschovitis
+License: Ruby License
+
+Files: lib/more/facets/synchash.rb
+Copyright: © 2004 George Moschovitis
+License: Ruby License
+
+Files: lib/more/facets/thread.rb
+Copyright: © 2006 Sean O'Halpin
+License: Ruby License
+
+Files: lib/more/facet/timer.rb
+Copyright: © 2004 Thomas Sawyer (aka Trans)
+           © 2004 Minero Aoki
+           © 2004 Paul Brannan
+License: Ruby License
+
+Files: lib/more/facets/typecast.rb
+Copyright: © 2004 Jonas Pfenniger
+License: Ruby License
+
+Files: lib/more/facets/uninheritable.rb
+Copyright: © 2003 Austin Ziegler
+License: Ruby License
+
+Files: lib/more/facets/xoxo.rb
+Copyright: © 2006 Christian Neukirchen
+License: Ruby License
+
+Files: web/manual/annotations.rdoc
+Copyright: © 2004-2007 Thomas Sawyer (aka Trans)
+           © 2004-2007 George Moschovitis
+License: Ruby License, GPL-2
+
+Files: work/consider/lib/more/facets/plugin.rb
+Copyright: © 2006-2007 Frédéric Senault
+License: other
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. Neither the name of Frédéric Senault or any contributors may be
+    used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
+
+Files: work/deprecated/lib/more/facets/annotations.rb
+Copyright: © 2005 Thomas Sawyer (aka Trans)
+           © 2005 George Moschovitis
+License:  Ruby License, GPL-2
+
+Files: work/deprecated/lib/more/facets/duration.rb
+Copyright: © 2006 Matthew Harris <shugotenshi at gmail.com>
+License: MIT License
+
+Files: work/deprecated/lib/more/facets/multiton.rb
+Copyright: © 2005 Ara T. Howard
+           © 2005Thomas Sawyer (aka Trans)
+License: Ruby License
+
+Files: work/reference/aspects.rb
+Copyright: © 2005 George Moschovitis 
+License: Ruby License
+
+
+On Debian systems, the complete text of the GNU General Public License
+version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+The complete text of the Ruby License is:
+ Ruby is copyrighted free software by Yukihiro Matsumoto <matz at netlab.co.jp>.
+ You can redistribute it and/or modify it under either the terms of the GPL
+ (see COPYING.txt file), or the conditions below:
+ . 
+   1. You may make and give away verbatim copies of the source form of the
+      software without restriction, provided that you duplicate all of the
+      original copyright notices and associated disclaimers.
+ .
+   2. You may modify your copy of the software in any way, provided that
+      you do at least ONE of the following:
+ .
+        a) place your modifications in the Public Domain or otherwise
+           make them Freely Available, such as by posting said
+ 	  modifications to Usenet or an equivalent medium, or by allowing
+ 	  the author to include your modifications in the software.
+ .
+        b) use the modified software only within your corporation or
+           organization.
+ .
+        c) rename any non-standard executables so the names do not conflict
+ 	  with standard executables, which must also be provided.
+ .
+        d) make other distribution arrangements with the author.
+ .
+   3. You may distribute the software in object code or executable
+      form, provided that you do at least ONE of the following:
+ .
+        a) distribute the executables and library files of the software,
+ 	  together with instructions (in the manual page or equivalent)
+ 	  on where to get the original distribution.
+ .
+        b) accompany the distribution with the machine-readable source of
+ 	  the software.
+ .
+        c) give non-standard executables non-standard names, with
+           instructions on where to get the original software distribution.
+ .
+        d) make other distribution arrangements with the author.
+ .
+   4. You may modify and include the part of the software into any other
+      software (possibly commercial).  But some files in the distribution
+      are not written by the author, so that they are not under this terms.
+ .
+      They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some
+      files under the ./missing directory.  See each file for the copying
+      condition.
+ .
+   5. The scripts and library files supplied as input to or produced as 
+      output from the software do not automatically fall under the
+      copyright of the software, but belong to whomever generated them, 
+      and may be sold commercially, and may be aggregated with this
+      software.
+ .
+   6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+      IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+      WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+      PURPOSE.
+
+The complete text of the MIT License is:
+ 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/facets/trunk/debian/libfacets-ruby-doc.doc-base
===================================================================
--- packages/facets/trunk/debian/libfacets-ruby-doc.doc-base	                        (rev 0)
+++ packages/facets/trunk/debian/libfacets-ruby-doc.doc-base	2009-06-27 13:34:28 UTC (rev 3674)
@@ -0,0 +1,10 @@
+Document: facets
+Title: Facets API Documentation
+Author: Thomas Sawyer (aka Trans)
+Abstract: Rdoc-generated API documentation.
+Section: Programming/Ruby
+
+Format: HTML
+Index: /usr/share/doc/libfacets-ruby-doc/rdoc/index.html
+Files: /usr/share/doc/libfacets-ruby-doc/rdoc/*
+

Added: packages/facets/trunk/debian/rules
===================================================================
--- packages/facets/trunk/debian/rules	                        (rev 0)
+++ packages/facets/trunk/debian/rules	2009-06-27 13:34:28 UTC (rev 3674)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+
+install/libfacets-ruby-doc::
+	if [ ! -e debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/rdoc ]; then \
+		rdoc --all --inline-source --fileboxes --line-numbers --fmt=html -o debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/rdoc lib; \
+	fi
+


Property changes on: packages/facets/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *




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