[Pkg-ruby-extras-maintainers] r740 - in packages/libihelp-ruby/trunk: . debian debian/{arch} debian/{arch}/ihelp-debian debian/{arch}/ihelp-debian/ihelp-debian--debian debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0 debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso@debian.org--packages debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso@debian.org--packages/patch-log

Esteban Manchado Velázquez zoso at costa.debian.org
Fri Aug 4 17:27:06 UTC 2006


Author: zoso
Date: 2006-08-04 17:27:04 +0000 (Fri, 04 Aug 2006)
New Revision: 740

Added:
   packages/libihelp-ruby/trunk/debian/
   packages/libihelp-ruby/trunk/debian/README.Debian
   packages/libihelp-ruby/trunk/debian/changelog
   packages/libihelp-ruby/trunk/debian/compat
   packages/libihelp-ruby/trunk/debian/control
   packages/libihelp-ruby/trunk/debian/copyright
   packages/libihelp-ruby/trunk/debian/rules
   packages/libihelp-ruby/trunk/debian/{arch}/
   packages/libihelp-ruby/trunk/debian/{arch}/++default-version
   packages/libihelp-ruby/trunk/debian/{arch}/+ancestry
   packages/libihelp-ruby/trunk/debian/{arch}/.arch-project-tree
   packages/libihelp-ruby/trunk/debian/{arch}/=tagging-method
   packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/
   packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/
   packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/
   packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/
   packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/
   packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/base-0
   packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-1
   packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-10
   packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-11
   packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-12
   packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-13
   packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-14
   packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-15
   packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-16
   packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-17
   packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-2
   packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-3
   packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-4
   packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-5
   packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-6
   packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-7
   packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-8
   packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-9
Log:
Load newtrunk into packages/libihelp-ruby/trunk.


Added: packages/libihelp-ruby/trunk/debian/README.Debian
===================================================================
--- packages/libihelp-ruby/trunk/debian/README.Debian	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/README.Debian	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1,32 @@
+Packaging notes for libihelp-ruby
+---------------------------------
+
+This is the Debianized version of ihelp. To use it, you have to put the following line in your IRB configuration file (~/.irbrc):
+
+require 'ihelp'
+
+You can also open up irb as this:
+
+irb -rihelp
+
+if you don't want to _always_ load irb with ihelp support.
+
+Currently, loading ihelp will produce the following warning:
+
+$ irb
+irb: warn: can't alias help from irb_help.
+irb(main):001:0> 
+
+Don't worry about that: it means that the irb's regular help feature won't
+work, but ihelp is an enhanced help system.
+
+To use it, please read the original README file
+(/usr/share/doc/libihelp-ruby/README). Basically, you can do now things like:
+
+String.help
+String.help :strip
+12.help
+12.help :modulo
+
+--
+Esteban Manchado Velázquez <zoso at debian.org>

Added: packages/libihelp-ruby/trunk/debian/changelog
===================================================================
--- packages/libihelp-ruby/trunk/debian/changelog	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/changelog	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1,5 @@
+libihelp-ruby (0.3.1-1) unstable; urgency=low
+
+  * First upload.
+
+ -- Esteban Manchado Velázquez <zoso at debian.org>  Mon, 31 Oct 2005 14:10:47 +0000

Added: packages/libihelp-ruby/trunk/debian/compat
===================================================================
--- packages/libihelp-ruby/trunk/debian/compat	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/compat	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1 @@
+4

Added: packages/libihelp-ruby/trunk/debian/control
===================================================================
--- packages/libihelp-ruby/trunk/debian/control	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/control	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1,31 @@
+Source: libihelp-ruby
+Section: devel
+Priority: optional
+Maintainer: Esteban Manchado Velázquez <zoso at debian.org>
+Build-Depends-Indep: ruby1.8, ruby1.6, cdbs, ruby-pkg-tools, debhelper
+Standards-Version: 3.6.1.0
+
+Package: libihelp-ruby
+Architecture: all
+Depends: libihelp-ruby1.8
+Description: Ruby console contextual help
+ IHelp (Interactive Help) provides contextual help for classes, modules and
+ methods by using ri.
+ .
+ This is the dummy package for the default version.
+
+Package: libihelp-ruby1.6
+Architecture: all
+Depends: libruby1.6, ri
+Recommends: irb
+Description: Ruby console contextual help (1.6 package)
+ IHelp (Interactive Help) provides contextual help for classes, modules and
+ methods by using ri.
+
+Package: libihelp-ruby1.8
+Architecture: all
+Depends: libruby1.8, ri
+Recommends: irb
+Description: Ruby console contextual help (1.8 package)
+ IHelp (Interactive Help) provides contextual help for classes, modules and
+ methods by using ri.

Added: packages/libihelp-ruby/trunk/debian/copyright
===================================================================
--- packages/libihelp-ruby/trunk/debian/copyright	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/copyright	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1,68 @@
+This package was debianized by Esteban Manchado Velázquez <zoso at debian.org> on
+Fri Aug 19 00:27:02 WEST 2005.
+
+It was downloaded from http://fhtr.org/projects/ihelp/
+
+Upstream Author: Ilmari Heikkinen <kig misfiring net>
+
+Copyright: Ruby's:
+
+You can redistribute it and/or modify it under either the terms of the GPL
+(see COPYING 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], fnmatch.[ch],
+     glob.c, 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 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
+     PURPOSE.
+
+-- 
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.

Added: packages/libihelp-ruby/trunk/debian/rules
===================================================================
--- packages/libihelp-ruby/trunk/debian/rules	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/rules	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+
+$(patsubst %,install/%,$(DEB_RUBY_REAL_LIB_PACKAGES)) :: install/% :
+	for i in $(DEB_RUBY_REAL_LIB_PACKAGES); do find debian/$$i -depth -name .arch-ids -exec rmdir {} \; ; done


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

Added: packages/libihelp-ruby/trunk/debian/{arch}/++default-version
===================================================================
--- packages/libihelp-ruby/trunk/debian/{arch}/++default-version	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/{arch}/++default-version	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1 @@
+zoso at debian.org--packages/ihelp-debian--debian--0

Added: packages/libihelp-ruby/trunk/debian/{arch}/+ancestry
===================================================================
--- packages/libihelp-ruby/trunk/debian/{arch}/+ancestry	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/{arch}/+ancestry	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1,19 @@
+arch ancestry version 1
+arch:patch:zoso at debian.org--packages/ihelp-debian--debian--0--patch-17
+arch:patch:zoso at debian.org--packages/ihelp-debian--debian--0--patch-16
+arch:patch:zoso at debian.org--packages/ihelp-debian--debian--0--patch-15
+arch:patch:zoso at debian.org--packages/ihelp-debian--debian--0--patch-14
+arch:patch:zoso at debian.org--packages/ihelp-debian--debian--0--patch-13
+arch:patch:zoso at debian.org--packages/ihelp-debian--debian--0--patch-12
+arch:patch:zoso at debian.org--packages/ihelp-debian--debian--0--patch-11
+arch:patch:zoso at debian.org--packages/ihelp-debian--debian--0--patch-10
+arch:patch:zoso at debian.org--packages/ihelp-debian--debian--0--patch-9
+arch:patch:zoso at debian.org--packages/ihelp-debian--debian--0--patch-8
+arch:patch:zoso at debian.org--packages/ihelp-debian--debian--0--patch-7
+arch:patch:zoso at debian.org--packages/ihelp-debian--debian--0--patch-6
+arch:patch:zoso at debian.org--packages/ihelp-debian--debian--0--patch-5
+arch:patch:zoso at debian.org--packages/ihelp-debian--debian--0--patch-4
+arch:patch:zoso at debian.org--packages/ihelp-debian--debian--0--patch-3
+arch:patch:zoso at debian.org--packages/ihelp-debian--debian--0--patch-2
+arch:patch:zoso at debian.org--packages/ihelp-debian--debian--0--patch-1
+arch:patch:zoso at debian.org--packages/ihelp-debian--debian--0--base-0

Added: packages/libihelp-ruby/trunk/debian/{arch}/.arch-project-tree
===================================================================
--- packages/libihelp-ruby/trunk/debian/{arch}/.arch-project-tree	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/{arch}/.arch-project-tree	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1 @@
+Hackerlab arch project directory, format version 1.

Added: packages/libihelp-ruby/trunk/debian/{arch}/=tagging-method
===================================================================
--- packages/libihelp-ruby/trunk/debian/{arch}/=tagging-method	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/{arch}/=tagging-method	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1,165 @@
+# id tagging method
+#
+# This determines how "inventory ids", strings conveying
+# logical file identity, are computed for each file, directory
+# and symbolic link.
+#
+# The choices are:
+#
+# tagline: inventory ids may be set using add-id, or omitted
+#          (though tree-lint warns about omitted ids), or in
+#          text files, set in a comment line near the top or
+#          bottom of the file of a form like "<PUNCT> arch-tag: <STRING>".
+#          Renames of files with no id are treated as a combined
+#          add and delete (e.g., local changes can be lost).
+#
+# explicit: ids must be set using add-id.  Files passing the naming
+#          conventions for source, but lacking add-id ids, are treated
+#          as unrecognized files (see below).
+#
+# names: ids are not used.  All renames are treated as add+delete
+#
+# implicit: similar to tagline, but in addition, the id comment
+#          may be of the form "<PUNCT> <BASENAME> - <STRING>", where
+#          <BASENAME> is the basename of the file.   This method
+#          is not recommended, but is retained for backwards
+#          compatibility.
+#
+
+explicit
+
+# disposition of untagged source files
+#
+# (NOTE: this option must follow the tagline/explicit/names/implicit
+# directive.)
+#
+# By default, the explicit method treats untagged files matching the naming
+# conventions for source files as unrecognized and the implicit and tagline
+# methods treat such untagged files as source.
+#
+# You can override those default treatments of untagged files by specifying
+# which inventory category (see below) should be used for files whose names
+# suggest they are source but which lack ids.
+#
+# This feature may be especially convenient when importing sources that do
+# not use file naming conventions that can be conveniently described with
+# the regexps below.
+#
+# Uncomment one of these lines as appropriate to override the default:
+#
+# untagged-source source
+untagged-source precious
+# untagged-source backup
+# untagged-source junk
+# untagged-source unrecognized
+#
+
+# naming convention regexps
+#
+# For various commands, arch traverses your project trees, categorizing
+# the files found there.  For example, when importing a project for
+# the first time, this traversal determines which files are included
+# in the import.
+#
+# The categories of greatest importance are defined in terms of three
+# questions:
+#
+# 1) If arch makes a local copy of this tree, should this file be included
+#    in the copy?
+#
+# 2) Is it generally safe to remove this file based only on how it is named?
+#    For example, can it be safely clobbered by a new file of the same name?
+#
+# 3) Should this file be archived along with the project?  For example,
+#    should it be included when importing the project for the first time?
+#
+# The primary categories are:
+#
+# category:      copy locally?       safe to clobber?      archive?
+#
+# junk           no                  yes                   no
+# backup         no                  no                    no
+# precious       yes                 no                    no
+# source         yes                 no                    yes
+#
+# There are two additional categories, unrelated to those questions:
+#
+# excluded -- during a traversal by inventory, this file (and,
+#             if a directory, its contents) are simply ignored unless the
+#             --all flag is specified.   This category is usually used to
+#             omit arch's own control files from a listing.
+#
+# unrecognized -- a category for files whose name fits no other pattern.
+#             Usually, the presence of unrecognized files is treated as an
+#             error.   You can use the naming conventions to define certain
+#             names as "deliberately unrecognized" -- i.e., filenames whose
+#             presence in a source tree you _want_ to be treated as an error
+#
+# The traveral algorithm is described here, along with lines you can edit to
+# customize the naming conventions.
+#
+# Starting at "." within a project tree (usually at the root of the
+# project tree) consider each filename in that directory.
+#
+# The files "." and ".." are simply ignored.
+#
+# Files containing "illegal characters" are characterized as unrecognized.
+# If they are directories, traversal does _not_ descend into those directories.
+# Currently, the illegal characters are *, ?, [, ], \, space, and tab.
+# (The set of illegal characters may shrink in future releases.)
+#
+# In an interactive call to inventory _without_ the --all flag,
+# names are next compared to the exclude regexp defined here.  Those that
+# are ignored and not descended below.  (Most arch operations performing
+# traversals internally, e.g. import, do not use this pattern
+# and skip this step of the algorithm.
+#
+
+exclude ^(.arch-ids|\{arch\}|\.arch-inventory)$
+
+# If the file has a name that begins with "++", it is categorized as
+# _precious_.  Names of this form are hard-wired and reserved for use by arch
+# itself.  Traversal does not descend into precious directories, but when a
+# precious directory is copied, its contents are recursively copied.
+#
+# Files and directories that reach this stage and which arch recognizes as its
+# own control files are classified at this step as source.   Traversal _does_
+# descend into source directories.
+#
+# If the file has a name that begins with ",,", it is categorized as _junk_.
+# Names of this form are hard-wired and reserved for use by arch and other tools,
+# and arch may clobber such files without warning.  In a project tree, when no 
+# arch commands are running, it is safe for users to delete any ",," files. 
+# Although the general rule for junk files is that arch is free to clobber them,
+# in fact, arch will only ever clobber files starting with ",,".
+#
+# Traversal does not descend into junk directories.
+#
+# For your convenience, at this step of the traversal, you can classify
+# additional files as junk or precious:
+#
+
+junk ^(,.*)$
+
+precious ^(\+.*|\.gdbinit|\.#ckpts-lock|=build\.*|=install\.*|CVS|CVS\.adm|RCS|RCSLOG|SCCS|TAGS|\.svn)$
+
+# Files matching the following regexp are classified as backup files, and
+# traversal does not descend into backup directories:
+#
+
+backup ^.*(~|\.~[0-9]+~|\.bak|\.swp|\.orig|\.rej|\.original|\.modified|\.reject)$
+
+# If you want to force certain filenames to be treated as errors when present,
+# you can add them to the regexp for deliberately unrecognized files.  Traversal
+# does not descend into unrecognized directories.
+
+unrecognized ^(.*\.(o|a|so|core|so(\.[[:digit:]]+)*)|core)$
+
+# Files which match the following pattern are treated as source files.
+# Traversal _does_ descend into source directories:
+
+source ^[_=a-zA-Z0-9].*$
+
+# Any files not classified by the above rules are classified as unrecognized.
+# Traversal does not descend into unrecognized directories.
+

Added: packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/base-0
===================================================================
--- packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/base-0	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/base-0	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1,10 @@
+Revision: ihelp-debian--debian--0--base-0
+Archive: zoso at debian.org--packages
+Creator: Esteban Manchado Velazquez <zoso at demiurgo.org>
+Date: Wed Aug 17 15:54:44 WEST 2005
+Standard-date: 2005-08-17 14:54:44 GMT
+Summary: initial import
+New-patches: zoso at debian.org--packages/ihelp-debian--debian--0--base-0
+
+
+(automatically generated log message)

Added: packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-1
===================================================================
--- packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-1	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-1	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1,13 @@
+Revision: ihelp-debian--debian--0--patch-1
+Archive: zoso at debian.org--packages
+Creator: Esteban Manchado Velazquez <zoso at demiurgo.org>
+Date: Wed Aug 17 15:55:01 WEST 2005
+Standard-date: 2005-08-17 14:55:01 GMT
+New-files: .arch-ids/changelog.id .arch-ids/control.id
+    .arch-ids/ruby-setup-rb.mk.id .arch-ids/rules.id
+    changelog control ruby-setup-rb.mk rules
+New-directories: .arch-ids
+New-patches: zoso at debian.org--packages/ihelp-debian--debian--0--patch-1
+Summary: Added debian/ files
+Keywords: 
+

Added: packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-10
===================================================================
--- packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-10	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-10	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1,10 @@
+Revision: ihelp-debian--debian--0--patch-10
+Archive: zoso at debian.org--packages
+Creator: Esteban Manchado Velazquez <zoso at demiurgo.org>
+Date: lun ago 22 23:31:25 WEST 2005
+Standard-date: 2005-08-22 22:31:25 GMT
+Modified-files: ruby-setup-rb.mk
+New-patches: zoso at debian.org--packages/ihelp-debian--debian--0--patch-10
+Summary: Commented out config command, install in one step
+Keywords: 
+

Added: packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-11
===================================================================
--- packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-11	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-11	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1,10 @@
+Revision: ihelp-debian--debian--0--patch-11
+Archive: zoso at debian.org--packages
+Creator: Esteban Manchado Velazquez <zoso at demiurgo.org>
+Date: mar ago 23 23:16:36 WEST 2005
+Standard-date: 2005-08-23 22:16:36 GMT
+Modified-files: ruby-setup-rb.mk
+New-patches: zoso at debian.org--packages/ihelp-debian--debian--0--patch-11
+Summary: Store configuration for each Ruby version package in separate files
+Keywords: 
+

Added: packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-12
===================================================================
--- packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-12	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-12	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1,12 @@
+Revision: ihelp-debian--debian--0--patch-12
+Archive: zoso at debian.org--packages
+Creator: Esteban Manchado Velazquez <zoso at demiurgo.org>
+Date: mié ago 24 00:38:20 WEST 2005
+Standard-date: 2005-08-23 23:38:20 GMT
+Modified-files: control
+New-patches: zoso at debian.org--packages/ihelp-debian--debian--0--patch-12
+Summary: Some debian/control fixes
+Keywords: 
+
+* Remove "ruby" from Build-Depends-Indep, as ruby1.8 and ruby1.6 are enough
+* Make libihelp-ruby depend on libihelp-ruby1.8

Added: packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-13
===================================================================
--- packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-13	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-13	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1,10 @@
+Revision: ihelp-debian--debian--0--patch-13
+Archive: zoso at debian.org--packages
+Creator: Esteban Manchado Velazquez <zoso at demiurgo.org>
+Date: mié ago 24 00:51:15 WEST 2005
+Standard-date: 2005-08-23 23:51:15 GMT
+Modified-files: control ruby-setup-rb.mk rules
+New-patches: zoso at debian.org--packages/ihelp-debian--debian--0--patch-13
+Summary: Drop libihelp-ruby dependency on libruby, just leave libihelp-ruby1.8
+Keywords: 
+

Added: packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-14
===================================================================
--- packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-14	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-14	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1,10 @@
+Revision: ihelp-debian--debian--0--patch-14
+Archive: zoso at debian.org--packages
+Creator: Esteban Manchado Velazquez <zoso at demiurgo.org>
+Date: vie ago 26 13:03:08 WEST 2005
+Standard-date: 2005-08-26 12:03:08 GMT
+Modified-files: control
+New-patches: zoso at debian.org--packages/ihelp-debian--debian--0--patch-14
+Summary: Added dependency on ri
+Keywords: 
+

Added: packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-15
===================================================================
--- packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-15	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-15	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1,15 @@
+Revision: ihelp-debian--debian--0--patch-15
+Archive: zoso at debian.org--packages
+Creator: Esteban Manchado Velazquez <zoso at demiurgo.org>
+Date: dom oct 30 21:49:25 WET 2005
+Standard-date: 2005-10-30 21:49:25 GMT
+Removed-files: .arch-ids/ruby-setup-rb.mk.id
+    ruby-setup-rb.mk
+Modified-files: control rules
+New-patches: zoso at debian.org--packages/ihelp-debian--debian--0--patch-15
+Summary: Switched to ruby-pkg-tools' ruby-setup-rb.mk
+Keywords: 
+
+* Removed ruby-setup-rb.mk from the package
+* Changed ruby-setup-rb.mk path in debian/rules
+* Added ruby-pkg-tools to Build-Depends-Indep

Added: packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-16
===================================================================
--- packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-16	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-16	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1,10 @@
+Revision: ihelp-debian--debian--0--patch-16
+Archive: zoso at debian.org--packages
+Creator: Esteban Manchado Velazquez <zoso at demiurgo.org>
+Date: lun oct 31 13:04:06 WET 2005
+Standard-date: 2005-10-31 13:04:06 GMT
+Modified-files: control
+New-patches: zoso at debian.org--packages/ihelp-debian--debian--0--patch-16
+Summary: Added missing Build-Depends-Indep: cdbs and debhelper
+Keywords: 
+

Added: packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-17
===================================================================
--- packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-17	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-17	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1,11 @@
+Revision: ihelp-debian--debian--0--patch-17
+Archive: zoso at debian.org--packages
+Creator: Esteban Manchado Velazquez <zoso at demiurgo.org>
+Date: mar nov  1 18:55:09 WET 2005
+Standard-date: 2005-11-01 18:55:09 GMT
+New-files: .arch-ids/README.Debian.id README.Debian
+Modified-files: changelog
+New-patches: zoso at debian.org--packages/ihelp-debian--debian--0--patch-17
+Summary: Added README.Debian with installation instruction
+Keywords: 
+

Added: packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-2
===================================================================
--- packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-2	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-2	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1,12 @@
+Revision: ihelp-debian--debian--0--patch-2
+Archive: zoso at debian.org--packages
+Creator: Esteban Manchado Velazquez <zoso at demiurgo.org>
+Date: jue ago 18 22:41:27 WEST 2005
+Standard-date: 2005-08-18 21:41:27 GMT
+Modified-files: changelog control
+New-patches: zoso at debian.org--packages/ihelp-debian--debian--0--patch-2
+Summary: Converted to non-native package
+Keywords: 
+
+* Fixed version number, no get a non-native package
+* Fixed Depends:, as there is no debhelper generating ${ruby:Depends} for us

Added: packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-3
===================================================================
--- packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-3	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-3	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1,10 @@
+Revision: ihelp-debian--debian--0--patch-3
+Archive: zoso at debian.org--packages
+Creator: Esteban Manchado Velazquez <zoso at demiurgo.org>
+Date: vie ago 19 00:31:04 WEST 2005
+Standard-date: 2005-08-18 23:31:04 GMT
+New-files: .arch-ids/copyright.id copyright
+New-patches: zoso at debian.org--packages/ihelp-debian--debian--0--patch-3
+Summary: Added copyright file
+Keywords: 
+

Added: packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-4
===================================================================
--- packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-4	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-4	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1,10 @@
+Revision: ihelp-debian--debian--0--patch-4
+Archive: zoso at debian.org--packages
+Creator: Esteban Manchado Velazquez <zoso at demiurgo.org>
+Date: lun ago 22 22:33:16 WEST 2005
+Standard-date: 2005-08-22 21:33:16 GMT
+Modified-files: copyright
+New-patches: zoso at debian.org--packages/ihelp-debian--debian--0--patch-4
+Summary: Fix copyright file lintian warning
+Keywords: 
+

Added: packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-5
===================================================================
--- packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-5	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-5	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1,10 @@
+Revision: ihelp-debian--debian--0--patch-5
+Archive: zoso at debian.org--packages
+Creator: Esteban Manchado Velazquez <zoso at demiurgo.org>
+Date: lun ago 22 22:33:31 WEST 2005
+Standard-date: 2005-08-22 21:33:31 GMT
+Modified-files: ruby-setup-rb.mk
+New-patches: zoso at debian.org--packages/ihelp-debian--debian--0--patch-5
+Summary: Remove 1.9 from DEB_RUBY_VERSIONS
+Keywords: 
+

Added: packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-6
===================================================================
--- packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-6	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-6	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1,10 @@
+Revision: ihelp-debian--debian--0--patch-6
+Archive: zoso at debian.org--packages
+Creator: Esteban Manchado Velazquez <zoso at demiurgo.org>
+Date: lun ago 22 22:33:54 WEST 2005
+Standard-date: 2005-08-22 21:33:54 GMT
+Modified-files: control
+New-patches: zoso at debian.org--packages/ihelp-debian--debian--0--patch-6
+Summary: Splitted in three packages
+Keywords: 
+

Added: packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-7
===================================================================
--- packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-7	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-7	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1,10 @@
+Revision: ihelp-debian--debian--0--patch-7
+Archive: zoso at debian.org--packages
+Creator: Esteban Manchado Velazquez <zoso at demiurgo.org>
+Date: lun ago 22 23:00:32 WEST 2005
+Standard-date: 2005-08-22 22:00:32 GMT
+Modified-files: ruby-setup-rb.mk
+New-patches: zoso at debian.org--packages/ihelp-debian--debian--0--patch-7
+Summary: Some fixes for ruby-setup-rb.mk
+Keywords: 
+

Added: packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-8
===================================================================
--- packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-8	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-8	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1,10 @@
+Revision: ihelp-debian--debian--0--patch-8
+Archive: zoso at debian.org--packages
+Creator: Esteban Manchado Velazquez <zoso at demiurgo.org>
+Date: lun ago 22 23:17:19 WEST 2005
+Standard-date: 2005-08-22 22:17:19 GMT
+Modified-files: ruby-setup-rb.mk
+New-patches: zoso at debian.org--packages/ihelp-debian--debian--0--patch-8
+Summary: Removed some debugging prints, fixed cdbs_ruby_ver variable
+Keywords: 
+

Added: packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-9
===================================================================
--- packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-9	2006-08-04 17:26:34 UTC (rev 739)
+++ packages/libihelp-ruby/trunk/debian/{arch}/ihelp-debian/ihelp-debian--debian/ihelp-debian--debian--0/zoso at debian.org--packages/patch-log/patch-9	2006-08-04 17:27:04 UTC (rev 740)
@@ -0,0 +1,10 @@
+Revision: ihelp-debian--debian--0--patch-9
+Archive: zoso at debian.org--packages
+Creator: Esteban Manchado Velazquez <zoso at demiurgo.org>
+Date: lun ago 22 23:17:30 WEST 2005
+Standard-date: 2005-08-22 22:17:30 GMT
+Modified-files: control
+New-patches: zoso at debian.org--packages/ihelp-debian--debian--0--patch-9
+Summary: Fixed Build-Depends
+Keywords: 
+




More information about the pkg-ruby-extras-maintainers mailing list