Re: RFS: python-pyxattr (updated package)

2007-07-17 Thread Piotr Ozarowski
> I am looking for a sponsor for the new version 0.2.2-1 > of my package "python-pyxattr". I've changed debian/compat to "5" and uploaded it. -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgp1lx4akWXcQ.pgp Description: PGP signature

Re: RFS: Harvestman web crawler - updated Python Version to current

2006-08-19 Thread Piotr Ozarowski
rvestman-$name" shell scripts (similar to the one I've send you before) for all files in tools directory would be nice. BTW: It is a good practice to ask previous sponsor to upload new versions. -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpQ7iwptCQoe.pgp Description: PGP signature

Re: [RFS]: python-py{ode,epl}

2006-06-23 Thread Piotr Ozarowski
Piotr Ozarowski ([EMAIL PROTECTED]): > For arch dep packages, you need to add "any" part > ("any", "any, >=2.3", "any, >=2.3, <<2.5", ...) heh, you need to add "any" to Architecture header, not to XS-Python-Version of cou

Re: [RFS]: python-py{ode,epl}

2006-06-23 Thread Piotr Ozarowski
n't use "version (>= version)" syntax. For arch indep packages use just "all" or ">= 2.3" For arch dep packages, you need to add "any" part ("any", "any, >=2.3", "any, >=2.3, <<2.5", ...) -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpUf5TRZySmZ.pgp Description: PGP signature

Re: [RFS]: python-py{ode,epl}

2006-06-23 Thread Piotr Ozarowski
Piotr Ozarowski ([EMAIL PROTECTED]): > it has to be: "all, >=2.3" if you want to support all python > versions >= 2.3 or better only ">=2.3" -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpZW9EAs5HT8.pgp Description: PGP signature

Re: [RFS]: python-py{ode,epl}

2006-06-23 Thread Piotr Ozarowski
t a DD, but thats my 2 cents after looking at diff file: You can't use "all (>=2.3)" in XS-Python-Version header, it has to be: "all, >=2.3" if you want to support all python versions >= 2.3 try to run: $ pyversions -r "all (>=2.3)" and $ pyv

Re: Docs for svn-buildpackage

2006-06-21 Thread Piotr Ozarowski
Prasad Ramamurthy Kadambi ([EMAIL PROTECTED]): > How do I upload package for debian-in.alioth.debian.org ? I have an account. You have to to be a debian-in group member to commit changes in that repository, but you already know that, right? -- -=[ Piotr Ozarowski ]=- -=[ h

Re: Docs for svn-buildpackage

2006-06-21 Thread Piotr Ozarowski
Prasad Ramamurthy Kadambi ([EMAIL PROTECTED]): > On 6/21/06, Piotr Ozarowski <[EMAIL PROTECTED]> wrote: > >svn-inject -o package_version.dsc > >svn+ssh://[EMAIL PROTECTED]/svn/debian-in/ > >> It would be helpful if you can point out docs for svn-buildpackage. > &

Re: Docs for svn-buildpackage

2006-06-21 Thread Piotr Ozarowski
ackage ? man svn-inject ? -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpaWNK4hPpBN.pgp Description: PGP signature

Re: RFS: FSlint - File System lint

2006-05-23 Thread Piotr Ozarowski
than in the orig.tar.gz file. but it's not a "must". Sorry, my mistake -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgp6BbkfKrePu.pgp Description: PGP signature

Re: RFS: FSlint - File System lint

2006-05-22 Thread Piotr Ozarowski
You need to remove debian/ directory form fslint_2.15.orig.tar.gz file in order to produce non Debian native package! -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgphPDgEBRFRd.pgp Description: PGP signature

Re: RFS: advancecomp -- collection of recompression utilities

2006-05-19 Thread Piotr Ozarowski
Package is already uploaded (thanks to shlomme) -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpFenzfGdQ1d.pgp Description: PGP signature

Re: RFS: advancecomp -- collection of recompression utilities

2006-05-19 Thread Piotr Ozarowski
Thijs Kinkhorst ([EMAIL PROTECTED]): > - debian/control: you the last line with "Homepage:" has an extra space > in front of it; and it should be there, see dev ref 6.2.4 http://tiny.pl/gpf4 -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpwJvUrsfMEc.pgp

RFS: advancecomp -- collection of recompression utilities

2006-05-13 Thread Piotr Ozarowski
n generally gives 5-10% more compression than the zLib Deflate implementation. dget http://debian.pox.one.pl/advancecomp_1.15-1.dsc -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpM6CGquYcZh.pgp Description: PGP signature

Re: Getting close to releasing my first .deb's... What's next?

2006-04-24 Thread Piotr Ozarowski
sorry, correct version: (I should probably go to sleep...) $ cd package-version $ mv debian ../ $ tar zcf ../package_version.orig.tar.gz ./ $ mv ../debian ./ $ debuild -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpUvD01r4ygH.pgp Description: PGP signature

Re: Getting close to releasing my first .deb's... What's next?

2006-04-24 Thread Piotr Ozarowski
Tyler MacDonald ([EMAIL PROTECTED]): > 1. Do I still need to make it an ".orig" package, even if it will > have a zero-byte diff? Follow these steps: $ cd package.version $ mv debian ../ $ tar zcf package_version.orig.tar.gz ./ $ mv ../debian ./ $ debuild -- -=[

RFC/RFS: python-enchant -- spellchecking library for Python

2006-04-12 Thread Piotr Ozarowski
from: http://debian.pox.one.pl/ BTW: I have permission to take over from Seo Sanghyeon -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpou4nW1AZE0.pgp Description: PGP signature

Re: RFS: gaupol -- subtitle editor for text-based subtitle files

2006-04-09 Thread Piotr Ozarowski
tion Alpha (.ssa) * SubViewer2 (.sub) . VobSubs (image-based subtitles used in DVDs) are NOT supported. . Homepage: http://home.gna.org/gaupol/ Please reply to debian-mentors or CC me -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpPnJNKEf2cJ.pgp Description: PGP signature

Re: RFS: gaupol -- Subtitle editor for text-based subtitle files

2006-04-09 Thread Piotr Ozarowski
uiparts, lintian > and linda and once it is uploaded add tags to the debtags[1] > database. It builds in pbuilder and it is lintian/linda clean (see my previous mails) `apt-cache search puiparts` and `apt-file search bin/puiparts` returns no result, can you write more about it? Thank you very much for your reply! -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgp0tjCqN30l1.pgp Description: PGP signature

Re: RFS: gaupol -- Subtitle editor for text-based subtitle files

2006-04-08 Thread Piotr Ozarowski
with my package? Dl link: http://debian.pox.one.pl/ -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgp9CcDtKSmQB.pgp Description: PGP signature

Re: lintian warning problem, RFS: gaupol

2006-04-02 Thread Piotr Ozarowski
Russ Allbery ([EMAIL PROTECTED]): > Do you have CDPATH set? If so, this is a bug in lintian that's already > fixed in Subversion. Yes I have, after removing this variable all warnings disappeared :) Thanks. My gaupol package is lintian clean again :) Can anyone upload it? -- -=

Re: lintian warning problem, RFS: gaupol

2006-04-02 Thread Piotr Ozarowski
npage-has-errors-from-man [...] #v- -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpmu9tYU4wXi.pgp Description: PGP signature

Re: lintian warning problem, RFS: gaupol

2006-04-02 Thread Piotr Ozarowski
ith linda instead? Linda (lintian v1.23.15 as well) reports no errors -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpjJCV7nKaf1.pgp Description: PGP signature

Re: lintian warning problem, RFS: gaupol

2006-04-02 Thread Piotr Ozarowski
ge-has-errors-from-man usr/share/man/man1/lintian.1.gz /tmp/cazjEVq6iH/binary/lintian/unpacked/usr/share/man W: lintian: manpage-has-errors-from-man usr/share/man/man1/lintian-info.1.gz /tmp/cazjEVq6iH/binary/lintian/unpacked/usr/share/man Is it possible that even lintian package has

lintian warning problem, RFS: gaupol

2006-04-02 Thread Piotr Ozarowski
pol (ITP bug #358189) Sources can be downloaded from mentors.debian.net or from here: http://debian.pox.one.pl/gaupol_0.4.0-1.dsc http://debian.pox.one.pl/gaupol_0.4.0-1.diff.gz http://debian.pox.one.pl/gaupol_0.4.0.orig.tar.gz -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=-

RFS: gaupol -- Subtitle editor for text-based subtitle files

2006-03-27 Thread Piotr Ozarowski
ebian.pox.one.pl/gaupol_0.4.0-1.diff.gz http://debian.pox.one.pl/gaupol_0.4.0.orig.tar.gz -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpMQctoYsWHA.pgp Description: PGP signature

Re: RFS: griffith -- A film collection manager

2006-03-05 Thread Piotr Ozarowski
ckage: gcfilms Gcfilms and Griffih are basicly doing same thing, but I think that they are very different. You can tell that simply comparing user interfaces. Gcfilms has some features that Griffith don't have and vice versa. BTW: Thank you for sponsoring my package! :) -- -=[

Re: RFS: griffith -- A film collection manager

2006-03-05 Thread Piotr Ozarowski
Laszlo Boszormenyi ([EMAIL PROTECTED]): > Hi Piotr, > > On Sun, 2006-03-05 at 18:26 +0100, Piotr Ozarowski wrote: > > Griffith 0.6 is released. I'm now searching for a sponsor for my package. > Well, it's quite right, but has problems. > I better like the 'N

RFS: griffith -- A film collection manager

2006-03-05 Thread Piotr Ozarowski
h will then try to fetch all the related information from the Web [1] http://griffith.vasconunes.net/debian/pool/unstable/main/ -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgp1lGmXLQrpW.pgp Description: PGP signature

RFC/RFS: griffith -- A film collection manager

2006-02-22 Thread Piotr Ozarowski
will then try to fetch all the related information from the Web -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpGyBu0nGC9z.pgp Description: PGP signature