Bug#152306: ITP: libdbi-ruby -- Database Independent Interface for Ruby

2002-11-13 Thread Dmitry Borodaenko
On Wed, Nov 13, 2002 at 09:37:58AM -0200, Pablo Lorenzzoni wrote:
 PL> Sorry, I've run out of time for this packaging. I was thinking of
 PL> finishing it by january (after my life goes back to normal), but if
 PL> you'd like you can take over the package right now.

I am very busy right now too, so we will see who frees up first :)

 PL> It's not a difficult task, the main problem is to get the other
 PL> ruby packages DBI depends on. Like Ruby/ODBC, Ruby/Oracle,
 PL> Ruby/SQLite, Ruby/SQLRelay, Ruby/Interbase, Ruby/DB2 and Ruby/mSQL.
 PL> They're not packaged yet, but they're available from RAA. Maybe you
 PL> should group other 2-3 devels to package the whole thing... I don't
 PL> know.

If I will put myself together to work on this package, I will only
package PostgreSQL driver which I am going to use and thus will be able
to test, and invite anyone interested to help me package and test the
rest of them. Getting external help with be made more difficult by the
fact that all drivers will be in the single source package, but, after
all, that is what co-maintainers are for :)

-- 
Dmitry Borodaenko



Bug#152306: ITP: libdbi-ruby -- Database Independent Interface for Ruby

2002-11-14 Thread Pablo Lorenzzoni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello!

Sorry, I've run out of time for this packaging. I was thinking of finishing it 
by january (after my life goes back to normal), but if you'd like you can 
take over the package right now.

It's not a difficult task, the main problem is to get the other ruby packages 
DBI depends on. Like Ruby/ODBC, Ruby/Oracle, Ruby/SQLite, Ruby/SQLRelay, 
Ruby/Interbase, Ruby/DB2 and Ruby/mSQL. They're not packaged yet, but they're 
available from RAA. Maybe you should group other 2-3 devels to package the 
whole thing... I don't know.

[]s

Pablo

Em Ter 12 Nov 2002 18:16, vocĂȘ escreveu:
| Is there any progress with this ITP? If you have problems with finishing
| it, I'd like to help, I'd like to use this software.
|
| On Mon, Jul 08, 2002 at 05:28:57PM -0300, [EMAIL PROTECTED] wrote:
|  > Package: wnpp
|  > Version: N/A; reported 2002-07-08
|  > Severity: wishlist
|  >
|  > * Package name: libdbi-ruby
|  >   Version : 0.0.15
|  >   Upstream Author : Michael Neumann <[EMAIL PROTECTED]>
|  > * URL : http://ruby-dbi.sourceforge.net/
|  > * License : GPL
|
| BTW, it is BSD according to http://ruby-dbi.sourceforge.net/.
|
|  >   Description : Database Independent Interface for Ruby
|  >
|  > This is much like Perl's DBI and it's a necessity for Ruby as well.
|  >
|  > I am currently using this and I can easily maintain it.
|  >
|  > []s
|  >
|  > Pablo
|  >
|  >
|  > -- System Information
|  > Debian Release: 3.0
|  > Architecture: i386
|  > Kernel: Linux zeus 2.4.18 #1 Ter Jun 4 17:28:03 BRT 2002 i686
|  > Locale: LANG=pt_BR, LC_CTYPE=pt_BR

- -- 
Pablo Lorenzzoni (Spectra) <[EMAIL PROTECTED]>
GnuPG Key ID 268A084D at search.keyserver.net
Webpage: http://people.debian.org/~spectra/ 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE90i0qGERS+iaKCE0RAnoLAJ4wtCwY/7uWFR9ZThhfkAi/4ttlVQCgnR8P
tbpuCjuXZSCrRo10LXdlgH4=
=UhQD
-END PGP SIGNATURE-



Bug#152306: ITP: libdbi-ruby -- Database Independent Interface for Ruby

2002-11-14 Thread Dmitry Borodaenko
On Wed, Nov 13, 2002 at 05:29:57PM +0200, Dmitry Borodaenko wrote:
 PL>> Maybe we should forma a Task Force for this. What do you think to
 PL>> post to debian-devel asking for help? It's really trivial to
 PL>> package dbi-ruby stuff, the problem is to package every
 PL>> dependency.
 DB> I think you're right, RFH on -devel would do the trick, but anyways
 DB> first we need to present others with something to improve on. Do
 DB> you have anything done so far, or should I start from scratch?

Experimental libdbi-ruby and libdbd-pg-ruby are here:

http://people.debian.org/~angdraug/

I didn't have enough time to check if it works at all, it's just what
I've got today before going home. Please poke around the packages and
tell me if you find any problems with it.

-- 
Dmitry Borodaenko



Bug#152306: ITP: libdbi-ruby -- Database Independent Interface for Ruby

2002-11-15 Thread Dmitry Borodaenko
I have updated libdbi-ruby and libdbd-pg-ruby on my home page[1] with
versions which are, in my opinion, suitable for upload. If over this
weekend no problems with these packages will surface, I will upload them
on Monday.

-[ README.Debian

Ruby/DBI for Debian
---

Ruby/DBI source includes drivers for following databases: ADO (ActiveX
Data Objects), DB2, InterBase, mSQL, MySQL, ODBC, Oracle, PostgreSQL,
Proxy/Server, SQLite, SQLRelay, Sybase (outdated and doesn't work).

Currently, only PostgreSQL driver is packaged, because I have neither
ability nor time to package and test properly all other drivers.
Everyone interested in getting other Ruby/DBI drivers into Debian are
welcome to coordinate with me and subscribe to the libdbi-ruby package
on the PTS (http://packages.qa.debian.org/libd/libdbi-ruby.html),
collaborative maintenance is also an option.

 -- Dmitry Borodaenko <[EMAIL PROTECTED]>  Fri, 15 Nov 2002 12:52:30 +0200

--[ ITP email log

On Thu, Nov 14, 2002 at 07:51:05PM +0200, Dmitry Borodaenko wrote:
 PL>>> Maybe we should forma a Task Force for this. What do you think to
 PL>>> post to debian-devel asking for help? It's really trivial to
 PL>>> package dbi-ruby stuff, the problem is to package every
 PL>>> dependency.
 DB>> I think you're right, RFH on -devel would do the trick, but
 DB>> anyways first we need to present others with something to improve
 DB>> on. Do you have anything done so far, or should I start from
 DB>> scratch?
 DB> Experimental libdbi-ruby and libdbd-pg-ruby are here:
 DB> 
 DB> http://people.debian.org/~angdraug/
 DB> 
 DB> I didn't have enough time to check if it works at all, it's just
 DB> what I've got today before going home. Please poke around the
 DB> packages and tell me if you find any problems with it.

[1] http://people.debian.org/~angdraug/libdbd-pg-ruby_0.0.18-1_all.deb
http://people.debian.org/~angdraug/libdbi-ruby_0.0.18-1_all.deb
http://people.debian.org/~angdraug/libdbi-ruby_0.0.18-1.diff.gz
http://people.debian.org/~angdraug/libdbi-ruby_0.0.18-1.dsc
http://people.debian.org/~angdraug/libdbi-ruby_0.0.18.orig.tar.gz

-- 
Dmitry Borodaenko