public domain

2005-03-29 Thread Carlos Parra
Hello, I'd like to package a program that's licensed under "public domain". I've been talking with the autor and says that he likes also BSD-style license... The change of license is necesary to get into the main archive, isnt it? Cheers -- Carlos Parra Camargo Emergya, Soluciones Tecnológic

${misc:Depends} breaking with Module::Build

2005-03-29 Thread Jens Porup
G'day, Well, I finally got my in-house perl apps packaged correctly, but apt isn't picking up the requires => packages listed in my Build.PL. dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends} My control file lists: Depends: ${perl:Depends}, ${misc:Depends

RFS: python-enchant -- A spellchecking library for Python

2005-03-29 Thread Seo Sanghyeon
I have packaged PyEnchant for my purpose, and it would be nice if some of you can sponsor it. Upstream homepage: http://pyenchant.sourceforge.net/ Enchant is a spellchecking library developed in AbiWord, that can use any of aspell, ispell, myspell backend, and can also plugin custom backend. Exa

Re: RFS: albumshaper - a drag and drop photo album manager

2005-03-29 Thread jano kupec
Hi, thank you all for replies. I removed the export DH_COMPAT=4 from debian/rules, now it's only debian/compat there. My lintian and linda do not complain at all. Please check it out from http://neuron.tuke.sk/~kupec/filez/albumshaper/ On Mon, 2005-03-21 at 09:43 +0100, Florent Rougon wrote: > j

Re: Complex Depends

2005-03-29 Thread Shachar Shemesh
Nicolas Boullis wrote: Wow... It would really be nice to enhance the syntax for dependencies... An idea I have been harboring for quite some time, and which bears some (though not very much) relevance to this thread, is a reverse dependency. The idea is this: Package "wine" has wine. Package "

Re: Complex Depends

2005-03-29 Thread Nicolas Boullis
Hi, On Mon, Mar 28, 2005 at 09:37:07AM -0700, David Everly wrote: >Depends: (package-a,package-1,package-2) | (package-b,package-3) As far as I remember boolean algebra, (a and b and c) or (d and e) is equivalent to (a or d) and (a or e) and (b or d) and (b or e) and (c or d) and (c or e). Th

Re: Complex Depends

2005-03-29 Thread David Everly
On Tue, Mar 29, 2005 at 12:22:39AM -0600, David Moreno Garza wrote: > On Mon, 2005-03-28 at 09:37 -0700, David Everly wrote: > > Hello Debian Mentors, > > > > How do I construct a "Depends" line in debian/control for the following > > example: > > > >Require package-a or package-b. > > > >