Re: RFS: xplanet

2011-10-18 Thread Ruben Molina
El lun, 03-10-2011 a las 18:13 +0200, Jakub Wilk escribió: > * Ruben Molina , 2011-10-02, 02:27: > > http://mentors.debian.net/package/xplanet > > > >Alternatively, one can download the package with dget using this > >command: > > > > dget -x > > http://mentors.debian.net/debian/pool/main/x/xpla

RFS: likewise-open

2011-10-18 Thread Richard Sellam
Dear mentors, I am looking for a sponsor for my package "likewise-open". * Package name: likewise-open Version : 6.1.0.62018-1 Upstream Author : Scott Salley * URL : likewiseopen.org * License : GPL-3 Section : net It builds those binary packa

Re: RFS: xz-utils (updated package)

2011-10-18 Thread Jonathan Nieder
Jakub Wilk wrote: > * Jonathan Nieder , 2011-10-17, 23:49: >>- >>http://alioth.debian.org/~jrnieder-guest/temp/xz-utils_5.1.1alpha+20110809-3.dsc [...] > I don't claim to be an expert on symbol versioning, but I forgot to say: thanks a lot for your careful review! If lzma_code@Base turns out no

Re: RFS: xz-utils (updated package)

2011-10-18 Thread Jonathan Nieder
Jakub Wilk wrote: > I don't claim to be an expert on symbol versioning, but I did some > experiments, and it doesn't seem to be the case. If a program is linked to > two versions of a library, one of which doesn't use versioned symbols, then > the symbols from the directly-linked one shadows the o

Re: RFR: blogofile -- Static website compiler and blog engine

2011-10-18 Thread Andreas Rütten
Hi Ben, thanks for your comments, I will look into it in the next few days. Kind regards, Andreas Am Tue, 18 Oct 2011 10:19:09 +1100 schrieb Ben Finney : > Andreas Rütten writes: > > > this is a RFR (Request For Review) for my blogofile package. > > Thank you for working on this package

RFS: python-pywcs

2011-10-18 Thread Ole Streicher
Dear mentors, I am looking for a sponsor for my package "python-pywcs". * Package name: python-pywcs Version : 1.10-1 Upstream Author : Michael Droettboom * URL : https://trac6.assembla.com/astrolib * License : BSD Section : python It builds t

Re: berlios closing; where should my projects escape to?

2011-10-18 Thread Barry Warsaw
On Oct 18, 2011, at 12:00 PM, Boris Pek wrote: >>  I don't want to learn GIT right now. Is there someplace I could stay with >> svn? > >Maybe it was the sign to learn something new? =) > >Git and Mercurial are really great DVCS. They are very suitable for small >projects with small developers grou

Re: not installing files...(with cdbs)

2011-10-18 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-13 02:10, Charles Plessy wrote: > >> - - removing the files right after the "install" target. > > Dear IOhannes, > > I tend to exclude files by removing them. This way, it is self-documenting > (but a comment on why they are removed may

Re: berlios closing; where should my projects escape to?

2011-10-18 Thread Pietro Battiston
Il giorno mar, 18/10/2011 alle 10.44 +0200, Patrick Matthäi ha scritto: > Am 18.10.2011 10:42, schrieb Paul Elliott: > > On Tuesday, October 18, 2011 01:22:15 AM Paul McEnery wrote: > >> On 18 October 2011 06:02, Paul Elliott > >> wrote: > >>> [...] > >>> > >>> Any suggestions? > >> > >> GitHub?

Re: Python: Including Nosetest

2011-10-18 Thread Yaroslav Halchenko
well, yeah -- but I would advise to run tests against "installed" version of the software -- who knows what was missing from their MANIFEST.in or setup.py files... although might require few more custom lines, testing against installed version IMHO provides better QA. Moreover some modules/projects

Re: Python: Including Nosetest

2011-10-18 Thread Ole Streicher
Am 18.10.2011 15:10, schrieb Yaroslav Halchenko: > well -- if you discover some other way -- please let me know. >From elsewhere , I got the hint to try python setup.py build_ext -i which builds the extension in-

Re: RFS: xz-utils (updated package)

2011-10-18 Thread Jakub Wilk
* Jonathan Nieder , 2011-10-17, 23:49: - http://alioth.debian.org/~jrnieder-guest/temp/xz-utils_5.1.1alpha+20110809-3.dsc In debian/patches/abi-liblzma2-compat you wrote: | Applications linked directly to liblzma2 and indirectly to liblzma5 use | the implementation from liblzma5 I don't clai

Re: Python: Including Nosetest

2011-10-18 Thread Yaroslav Halchenko
well -- if you discover some other way -- please let me know. Otherwise -- I have been doing exactly that -- cd build and run tests from there and where permits against the installed version under debian/tmp or debian/python-MODULE, e.g.: http://anonscm.debian.org/gitweb/?p=pkg-exppsy/brian.git;a

Time delay between RFS messages

2011-10-18 Thread Boris Pek
Hi everyone, I have a question about time delay between RFS messages. Situation #1: 1) I send RFS message at first. 2) Nobody answer me. 3) Nobody upload my package. Situation #2: 1) I send RFS message at first. 2) Someone reply me with notes how I can improve a package. 3) I update a package in

Python: Including Nosetest

2011-10-18 Thread Ole Streicher
Dear lists, I am working on a package (python-pywcs) that may include a "nosetest" which I want to run before installation. For this, I put the following line into debian/rules (for debhelper): override_dh_auto_test: nosetest However, when I try to build the package, I get the error ==

RFS: ptex2tex (3rd try)

2011-10-18 Thread Johannes Ring
Dear mentors, debian-python, I am looking for a sponsor for my package "ptex2tex". * Package name: ptex2tex Version : 0.4-1 Upstream Author : Hans Petter Langtangen and Ilmar Wilbers * URL : http://ptex2tex.googlecode.com * License : BSD-3-clause Section

Re: berlios closing; where should my projects escape to?

2011-10-18 Thread Boris Pek
>  I don't want to learn GIT right now. Is there someplace I could stay with > svn? Maybe it was the sign to learn something new? =) Git and Mercurial are really great DVCS. They are very suitable for small projects with small developers group. Subversion is more suitable for extremely big proj

Re: berlios closing; where should my projects escape to?

2011-10-18 Thread Patrick Matthäi
Am 18.10.2011 10:42, schrieb Paul Elliott: On Tuesday, October 18, 2011 01:22:15 AM Paul McEnery wrote: On 18 October 2011 06:02, Paul Elliott wrote: [...] Any suggestions? GitHub? I use them for my package repos, and I see that MythTV recently (in the last few months) switched to them. Not

Re: berlios closing; where should my projects escape to?

2011-10-18 Thread Manuel A. Fernandez Montecelo
Sending the reply to the list too, maybe there are other people interested and nobody mentioned it yet... 2011/10/18 Manuel A. Fernandez Montecelo : > 2011/10/18 Paul Elliott : >> On Tuesday, October 18, 2011 01:22:15 AM Paul McEnery wrote: >>> On 18 October 2011 06:02, Paul Elliott wrote: >>> >

Re: berlios closing; where should my projects escape to?

2011-10-18 Thread Boris Pek
Hi, In my personal experience free hosting services by the degree of convenience arranged in this order: 1) GitHub. Best of the best, really. =) You can use svn2git or git-svn to import the history of your commits from Subversion: http://help.github.com/import-from-subversion/ 2) Google Code. Subv

Re: berlios closing; where should my projects escape to?

2011-10-18 Thread Paul Elliott
On Tuesday, October 18, 2011 01:22:15 AM Paul McEnery wrote: > On 18 October 2011 06:02, Paul Elliott wrote: > > [...] > > > > Any suggestions? > > GitHub? I use them for my package repos, and I see that MythTV recently (in > the last few months) switched to them. Not sure about the "full" proje

Re: berlios closing; where should my projects escape to?

2011-10-18 Thread Adam Borowski
On Tue, Oct 18, 2011 at 07:22:15AM +0100, Paul McEnery wrote: > On 18 October 2011 06:02, Paul Elliott wrote: > > Any suggestions? > > GitHub? What about Gitorious? They provide a bit less, but without any obnoxious restrictions. And they release their server software freely. -- 1KB