Re: RFS: dbxml

2011-07-30 Thread Kilian Krause
Hi Daniel,

Am 30.07.2011 um 12:56 schrieb Daniel de Kok :

> Thanks for the feedback! One question:
> 
> On Sat, Jul 30, 2011 at 12:14 AM, Kilian Krause  wrote:
>> Apart from that I only would prefer to have a -1 without a patch for the
>> initial upload so that I won't have to "repackage" your upload to make it
>> fit for putting into the archive.
> 
> Without patches, dbxml does not build (it will not find db5.1), so how
> do I proceed here?
> 

Ah, I see. Name that patch correctly then and put a DEP-3 header. 

-- 
Best regards,
Kilian


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/947ab069-f76c-4721-9342-948c9a29b...@verfaction.de



Re: RFS: dbxml

2011-07-30 Thread Daniel de Kok
Hi Killian,

Thanks for the feedback! One question:

On Sat, Jul 30, 2011 at 12:14 AM, Kilian Krause  wrote:
> Apart from that I only would prefer to have a -1 without a patch for the
> initial upload so that I won't have to "repackage" your upload to make it
> fit for putting into the archive.

Without patches, dbxml does not build (it will not find db5.1), so how
do I proceed here?

With kind regards,
Daniël de Kok


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAL=mtGiSBw-B9vC44v=rQ-fqGdgxhE50Di+k1di47nQBWb5n=q...@mail.gmail.com



Re: RFS: dbxml

2011-07-29 Thread Kilian Krause
Hi Daniel,

On Thu, Jul 28, 2011 at 11:49:27AM +0200, Daniel de Kok wrote:
> On Mon, Jul 25, 2011 at 8:21 AM, Daniel de Kok  wrote:
> > 2011/6/24 Lars Buitinck :
> >> 2011/6/24 Michael Tautschnig :
> >>> Well, after a long while I got around to review this package. Here are my
> >>> observations:
> >>>
> >>> - debian/README.source isn't actually helpful...
> >>> - There is no libdb4.8++-dev in sid. It's libdb5.1++-dev now.
> >>> - Having installed that, configure fails nevertheless:
> >>>  configure: error: /usr not a valid Berkeley DB tree.  Note that Berkeley 
> >>> DB
> >>>  must be configured and built with '--enable-cxx'.
> >>>
> >>> Other than this, the package would look fine. Hence if you could figure 
> >>> out how
> >>> to update for 5.1, I'd offer to re-review the package (in a more timely
> >>> manner!).
> >>
> >> Thanks for the review. I've dropped my work on dbxml due to a change
> >> of jobs, but my former colleague Daniël de Kok (cc) has taken over.
> >> He's found that dbxml works fine with BDB 5.1, producing
> >> backward-compatible files. Greg Burd, formerly of Oracle, has
> >> confirmed that this should be the case in general
> >> (https://bugs.launchpad.net/ubuntu/+bug/157165/comments/20).
> >
> > I have uploaded dbxml_2.5.16-3 to mentors.debian.net:
> >
> > http://mentors.debian.net/debian/pool/main/d/dbxml/
> >
> > This version builds agains Berkeley DB 5.1. I have also converted the
> > package to a multi-arch package.
> 
> If someone else is willing to sponsor this package, that would be
> great as well! I have two other packages in the pipeline that depend
> on dbxml ;).

Have you already verified that the Oracle License is actually DFSG-free? It
might help to convert debian/copyright to DEP-5 to see more easily which
files are affected. Is this license used by any packages in Debian already?

Your *.dsc was broken and couldn't check out with its signature btw..

Apart from that I only would prefer to have a -1 without a patch for the
initial upload so that I won't have to "repackage" your upload to make it
fit for putting into the archive.

Some more technical findings:

- Have you thought about adding a *.symbols file?

- libdbxml-dev doesn't need ${shlibs:Depends} btw. - it's arch all.

- Your source lacks a debian/watch. Please add one.

- You will need to repackage as DFSG-free at least due to 
  dbxml/build_windows/ and db-4.8.26/docs/csharp,
  db-4.8.26/dist/winmsi/s_winmsi.fcn, db-4.8.26/docs_src/ref/install

  You may want to try suspicious-source from the ubuntu-dev-tools as a
  start. All binary files that are not built from source must be removed
  (unless they are a binary format that is ok with good reason - like a PDF
  or the *.DB sample file)

- Your Standards-Version should be bumped to 3.9.2 just for completeness

- Please add lintian override for
  W: dbxml source: package-needs-versioned-debhelper-build-depends 9

- Please add a doc-base registration of your API

- Your debian/copyright misses some licenses. There's at least missing:
  + PHP 2.0.2
  + BSD 4 clause
  + zlib/libpng
  + Public Domain
  + Artistic
  + GPL
  + Perl
  + BSD 2 clause
  + GPL-2


Once you have at least looked into these (and maybe found even more) send me
the updated package and I'll have another look and upload if it's ok.

-- 
Best regards,
Kilian


signature.asc
Description: Digital signature


Re: RFS: dbxml

2011-07-28 Thread Daniel de Kok
On Mon, Jul 25, 2011 at 8:21 AM, Daniel de Kok  wrote:
> 2011/6/24 Lars Buitinck :
>> 2011/6/24 Michael Tautschnig :
>>> Well, after a long while I got around to review this package. Here are my
>>> observations:
>>>
>>> - debian/README.source isn't actually helpful...
>>> - There is no libdb4.8++-dev in sid. It's libdb5.1++-dev now.
>>> - Having installed that, configure fails nevertheless:
>>>  configure: error: /usr not a valid Berkeley DB tree.  Note that Berkeley DB
>>>  must be configured and built with '--enable-cxx'.
>>>
>>> Other than this, the package would look fine. Hence if you could figure out 
>>> how
>>> to update for 5.1, I'd offer to re-review the package (in a more timely
>>> manner!).
>>
>> Thanks for the review. I've dropped my work on dbxml due to a change
>> of jobs, but my former colleague Daniël de Kok (cc) has taken over.
>> He's found that dbxml works fine with BDB 5.1, producing
>> backward-compatible files. Greg Burd, formerly of Oracle, has
>> confirmed that this should be the case in general
>> (https://bugs.launchpad.net/ubuntu/+bug/157165/comments/20).
>
> I have uploaded dbxml_2.5.16-3 to mentors.debian.net:
>
> http://mentors.debian.net/debian/pool/main/d/dbxml/
>
> This version builds agains Berkeley DB 5.1. I have also converted the
> package to a multi-arch package.

If someone else is willing to sponsor this package, that would be
great as well! I have two other packages in the pipeline that depend
on dbxml ;).

Kind regards,
Daniël de Kok


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAL=mtGg-haqmqS0g+bdT-E8irgBAwt4eFjH0JyQ=x+vinkq...@mail.gmail.com



Re: RFS: dbxml

2011-07-24 Thread Daniel de Kok
Dear Michael,

2011/6/24 Lars Buitinck :
> 2011/6/24 Michael Tautschnig :
>> Well, after a long while I got around to review this package. Here are my
>> observations:
>>
>> - debian/README.source isn't actually helpful...
>> - There is no libdb4.8++-dev in sid. It's libdb5.1++-dev now.
>> - Having installed that, configure fails nevertheless:
>>  configure: error: /usr not a valid Berkeley DB tree.  Note that Berkeley DB
>>  must be configured and built with '--enable-cxx'.
>>
>> Other than this, the package would look fine. Hence if you could figure out 
>> how
>> to update for 5.1, I'd offer to re-review the package (in a more timely
>> manner!).
>
> Thanks for the review. I've dropped my work on dbxml due to a change
> of jobs, but my former colleague Daniël de Kok (cc) has taken over.
> He's found that dbxml works fine with BDB 5.1, producing
> backward-compatible files. Greg Burd, formerly of Oracle, has
> confirmed that this should be the case in general
> (https://bugs.launchpad.net/ubuntu/+bug/157165/comments/20).

I have uploaded dbxml_2.5.16-3 to mentors.debian.net:

http://mentors.debian.net/debian/pool/main/d/dbxml/

This version builds agains Berkeley DB 5.1. I have also converted the
package to a multi-arch package.

Kind regards,
Daniël de Kok


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAL=mtgjxcgw77eey0f+qcapwrlkvntf7aq74xy8q975omzr...@mail.gmail.com



Re: RFS: dbxml

2011-06-24 Thread Lars Buitinck
2011/6/24 Michael Tautschnig :
> Well, after a long while I got around to review this package. Here are my
> observations:
>
> - debian/README.source isn't actually helpful...
> - There is no libdb4.8++-dev in sid. It's libdb5.1++-dev now.
> - Having installed that, configure fails nevertheless:
>  configure: error: /usr not a valid Berkeley DB tree.  Note that Berkeley DB
>  must be configured and built with '--enable-cxx'.
>
> Other than this, the package would look fine. Hence if you could figure out 
> how
> to update for 5.1, I'd offer to re-review the package (in a more timely
> manner!).

Hello Michael,

Thanks for the review. I've dropped my work on dbxml due to a change
of jobs, but my former colleague Daniël de Kok (cc) has taken over.
He's found that dbxml works fine with BDB 5.1, producing
backward-compatible files. Greg Burd, formerly of Oracle, has
confirmed that this should be the case in general
(https://bugs.launchpad.net/ubuntu/+bug/157165/comments/20).

README.source should not have been there. The relevant info is in
README.Debian. Apologies for that.

I hope Daniël will be able to fix the remaining issue.

Regards,
Lars


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/BANLkTi=2twvrqwy6k2blsxczq0c3k1h...@mail.gmail.com



Re: RFS: dbxml

2011-06-24 Thread Michael Tautschnig
Hi,

> Hi everyone,
> 
> 2011/3/5 Lars Buitinck :
> > Dear mentors,
> >
> > I am looking for a sponsor for my package "dbxml".
> > It builds these binary packages:
> > dbxml-doc  - Oracle Berkeley DB XML [HTML documentation]
> > dbxml-util - Oracle Berkeley DB XML utilities
> > libdbxml-2.5 - Oracle Berkeley DB XML libraries [runtime]
> > libdbxml-dev - Oracle Berkeley DB XML libraries [development]
> >
> > The package appears to be lintian clean.
> >
> > The upload would fix these bugs: 573859
> 
[...]

Well, after a long while I got around to review this package. Here are my
observations:

- debian/README.source isn't actually helpful...
- There is no libdb4.8++-dev in sid. It's libdb5.1++-dev now.
- Having installed that, configure fails nevertheless:
  configure: error: /usr not a valid Berkeley DB tree.  Note that Berkeley DB
  must be configured and built with '--enable-cxx'.

Other than this, the package would look fine. Hence if you could figure out how
to update for 5.1, I'd offer to re-review the package (in a more timely
manner!).

Best regards,
Michael



pgpmLfAwVXeMg.pgp
Description: PGP signature


Re: RFS: dbxml

2011-03-14 Thread Lars Buitinck
Hi everyone,

2011/3/5 Lars Buitinck :
> Dear mentors,
>
> I am looking for a sponsor for my package "dbxml".
> It builds these binary packages:
> dbxml-doc  - Oracle Berkeley DB XML [HTML documentation]
> dbxml-util - Oracle Berkeley DB XML utilities
> libdbxml-2.5 - Oracle Berkeley DB XML libraries [runtime]
> libdbxml-dev - Oracle Berkeley DB XML libraries [development]
>
> The package appears to be lintian clean.
>
> The upload would fix these bugs: 573859

It's been nine days since I uploaded this package and nobody has shown
interest. Is there a Debian databases or XML group where I might
advertise this to find a sponsor more quickly?

TIA,
Lars


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/AANLkTi=m-i0w_1w4LN4tVtVZVsnc=2rk+sasu0mou...@mail.gmail.com



RFS: dbxml

2011-03-05 Thread Lars Buitinck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear mentors,

I am looking for a sponsor for my package "dbxml".

(I sent and RFS before, but forgot to sign it. Apologies.)

* Package name: dbxml
  Version : 2.5.16-1
  Upstream Author : Oracle Corporation
* URL :
http://www.oracle.com/us/products/database/berkeley-db/index-066571.html
* License : BSD / Apache Software License
  Section : database

It builds these binary packages:
dbxml-doc  - Oracle Berkeley DB XML [HTML documentation]
dbxml-util - Oracle Berkeley DB XML utilities
libdbxml-2.5 - Oracle Berkeley DB XML libraries [runtime]
libdbxml-dev - Oracle Berkeley DB XML libraries [development]

The package appears to be lintian clean.

The upload would fix these bugs: 573859

My motivation for maintaining this package is: I've used this program
in an open source project and found it a good piece of software, but a
hassle to install. Several Debian and Ubuntu users have complained
about it missing from these distros.

The package can be found on mentors.debian.net:
- - URL: http://mentors.debian.net/debian/pool/main/d/dbxml
- - Source repository: deb-src http://mentors.debian.net/debian unstable
main contrib non-free
- - dget
http://mentors.debian.net/debian/pool/main/d/dbxml/dbxml_2.5.16-1.dsc

I would be glad if someone uploaded this package for me.

Kind regards
Lars Buitinck
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJNcizbAAoJEN554XFBbbZZa8QP/19dAe5a0NdR2PuHSX8aQmX+
xvqCV1BU7qFkGUduZ7B4KWE3dwQ6+Lx6N+1o32Gs1AnhgyxMhHZgUAgelf8keqib
95BT1cg7wwgEJX/PN169KgW3IY1XGgwiLZnE9EDGTx7BpuxonWvqKtKiZ4Q47ASh
7gxOYyVwWWyWSdQuNgYc8xDFmMMpMVeGuc4jIHQMll/RFXdKmDy43D8tMMr6tE48
ZLraYFe1ysqu1ASUDxxB4oUgJkuzLaXzeaR78BbpBTV41gbQlS8YBQnCP6LACrxW
bzBITlq5xhmxGuZVIB+++F5nDGNHOWGTXI1sZx2pRJ4AdblI4xKlBuIHRNshDMSw
TwZ5ZfOEXzGx/Jts770LVxxyN83hDW2QkZemE8yFsGYzIiaBLva/2r98fYuI5Qm5
KtiF2wJb9ePv8BxZAIfl45Ddol4bSerJrDwdtWkz9IGTcfD75+EQIEg2uRf0zdrv
jNrHQj/EzDBWiPkv0ac/4p6KBBj0VSfor1lieoPUvIUbOdyRh9eoHfrE7UL3Av3d
bxyeEQxE6pGwhGEUFPU4eHvZ0Ph6ygLyLU4gso9qRJ3Csv9cAU7uDfD1TUPgvmcg
4nmHlLrLYQpo/NQmPp+Modykc0Nz7L6rfhnXk6FdbvICl3MeQmeA/nRD32Ya1o1I
WgAzgJvOQfiTuqpNHkbs
=z+i2
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d722cdf.7030...@gmail.com



RE: RFS: dbxml

2011-01-12 Thread Jeroen Koekkoek
Hi Lars,

First of all, apologies for the late response and thank you for your interest 
in this package.

To be honest I'm not using Oracle DB XML in my product anymore and I don't 
currently have enough spare time to maintain this package. I didn't remove it 
because I'm hoping someone else will find it usefull. I think it's better if 
you submit a new package.

Regards,
Jeroen Koekkoek

> -Original Message-
> From: Lars Buitinck [mailto:larsm...@gmail.com]
> Sent: Sunday, December 19, 2010 10:47 PM
> To: m...@debian.org; Jeroen Koekkoek; debian-mentors@lists.debian.org
> Subject: Re: RFS: dbxml
> 
> Dear all, dear Michael, dear Jeroen,
> 
> I also spotted the errors in Jeroen's packaging of dbxml and have set
> out to correct them, as I too would like to see DB XML packaged for
> Debian and Ubuntu. When I finish this, should I submit a new package, or
> can I send patches/files somewhere?
> 
> Regards,
> Lars Buitinck


Re: RFS: dbxml

2010-12-19 Thread Lars Buitinck
Dear all, dear Michael, dear Jeroen,

I also spotted the errors in Jeroen's packaging of dbxml and have set
out to correct them, as I too would like to see DB XML packaged for
Debian and Ubuntu. When I finish this, should I submit a new package,
or can I send patches/files somewhere?

Regards,
Lars Buitinck


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktin8h+mbh6cllvqaqomazsqjzkmrewmou_zzq...@mail.gmail.com



Re: RFS: dbxml

2010-11-13 Thread Michael Tautschnig
Hi Jeroen,

> Dear Mentors,
> 
> I am looking for a sponsor for my package "dbxml".
> 
> * Package name: dbxml
>   Version : 2.5.16-1
>   Upstream Author : Oracle
> * URL : 
> http://www.oracle.com/technology/software/products/berkeley-db/db/index.html
> * License : BSD and Apache 1.1
>   Section : unknown
> 

[...]

Thank you for tackling this large piece of software.  I just did a review of the
most basic Debian packaging stuff, I did not check proper function.

- debian/changelog: "squeeze" is not a valid upload destination, you want
  unstable or even experimental.
- debian/control: Section: unknown is no good. Current Standards-Version would
  be 3.9.1. You want default-jdk, not default-jdk-builddep. All description are
  extremly short. Maybe a common text describing what "Oracle Berkeley DB XML"
  is, how it differs from other libraries, etc.  would be good for all packages.
  The current descriptions would then serve as second stanza.
- debian/copyright: You have no give the license of your packaging. It might
  also make sense to go for DEP-5 format (http://dep.debian.net/deps/dep5/)
- debian/dbxml-doc.{docs,install}: What does #DOCS# stand for?
- libdbxml-java-gcj.post{inst,rm}: You must handle the various arguments that
  the post{inst,rm} might be called with. See
  http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html
- debian/README.{Debian,source}: Read their contents and act accordingly.

Package does not build:

cd dbxml && /usr/bin/make clean
make[1]: Entering directory `/home/tautschnig/debian/dbxml/dbxml-2.5.16/dbxml'
make[1]: *** No rule to make target `clean'.  Stop.
make[1]: Leaving directory `/home/tautschnig/debian/dbxml/dbxml-2.5.16/dbxml'
make: *** [clean] Error 2

You probably want to ignore errors in this step - a fresh download must be
configured before doing the make clean.

Hope this helps,
Michael



pgpgB85IXQGSZ.pgp
Description: PGP signature


RFS: dbxml

2010-11-04 Thread Jeroen Koekkoek
Dear Mentors,

I am looking for a sponsor for my package "dbxml".

* Package name: dbxml
  Version : 2.5.16-1
  Upstream Author : Oracle
* URL : 
http://www.oracle.com/technology/software/products/berkeley-db/db/index.html
* License : BSD and Apache 1.1
  Section : unknown

It builds these binary packages:
dbxml-doc - Oracle Berkeley DB XML Documentation [html]
dbxml-util - Oracle Berkeley DB XML Utilities
libdbxml - Oracle Berkeley DB XML Libraries [runtime]
libdbxml-dbg - Oracle Berkeley DB XML Libraries [debug]
libdbxml-dev - Oracle Berkeley DB XML Libraries [development]
libdbxml-java - Oracle Berkeley DB XML Libraries for Java
libdbxml-java-dev - Oracle Berkeley DB XML Libraries for Java [development]
libdbxml-java-gcj - Oracle Berkeley DB XML Libraries for Java (native code)
libdbxml-tcl - Oracle Berkeley DB XML Libraries for Tcl [module]
libsleepycat-dbxml-perl - Oracle Berkeley DB XML Libraries for Perl [module]

The package is not yet lintian clean, but some of the errors are in parts that 
are not used.

The upload would fix these bugs: 573859

My motivation for maintaining this package is:

I use this package, especially the Perl bindings, in a software project. I 
created this package because I always like common open source 
libraries/programs I use to be installed in a clean way. I create packages on a 
semi regular basis and want to start maintaining some of these in Debian. Since 
this package was requested by both Debian and Ubuntu users I thought it would 
be a nice place to start.


The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/d/dbxml
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget http://mentors.debian.net/debian/pool/main/d/dbxml/dbxml_2.5.16-1.dsc

I used db4.8 as an example and created the java and tcl specific packages in 
the same way. As I don't have a lot of experience with both of those languages 
it would be nice if someone could check if the binary packages work correctly. 
I can confirm the Perl bindings work as expected and thus the libdbxml and 
libsleepycat-dbxml-perl packages should work correctly. It would be great if 
someone would upload this package for me.

Kind regards
 Jeroen Koekkoek


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/c06930fb67368448890ae634f811c71a550ba...@amsterdam.office.pagelink.nl