Re: Introducing myself and my package

2004-12-15 Thread Ricardo Mones
On Wed, 15 Dec 2004 02:11:52 +0100 (CET) Miriam Ruiz [EMAIL PROTECTED] wrote: Also fails to build at first because debian/rules is not executable, but after chmod'ing it builds and runs fine. Nice toy :) Corrected that too. debian/rules is automatically created from debian/packages

Re: Introducing myself and my package

2004-12-15 Thread Florian Ernst
Hello Miriam, hello list! On Wed, Dec 15, 2004 at 12:41:58AM +0100, Miriam Ruiz wrote: [...] One of them is almost finished. It's called xdesktopwaves, and its upstream web page is http://xdesktopwaves.sourceforge.net/. It's a pure X11 toy that draws moving water waves in the desktop. You

Re: Introducing myself and my package

2004-12-15 Thread Frank Küster
Justin Pryzby [EMAIL PROTECTED] wrote: I believe that the problem is that the diff we use doesn't store permission information, and so zcat ../foo-12.diff.gz |patch -p1 (which *creates* debian/*) doesn't have a chance to restore with execute permission. dpkg-source -x does set x permission

Re: Introducing myself and my package

2004-12-15 Thread Rudy Godoy
El da 15/12/2004 a 11:10 Miriam Ruiz escribio ... snip Yep, I know, I'm sorry. It's a personal computer at home, because I don't have a better place for putting it right now. As it's just me who usually connects to tha computer, I just didn't mind about it. You can use mentors[0]

Re: Introducing myself and my package

2004-12-15 Thread Miriam Ruiz
--- Florian Ernst [EMAIL PROTECTED] escribió: Hello Miriam, hello list! Hi!! Lots of thanks for your comments! :) There is a RFP filed at http://bugs.debian.org/282153. In order to prevent duplicated effort in packaging, please retitle the bugreport as your packaging seems to be quite

Re: Introducing myself and my package

2004-12-15 Thread Justin Pryzby
On Wed, Dec 15, 2004 at 10:29:41AM +0100, Ricardo Mones wrote: On Wed, 15 Dec 2004 02:11:52 +0100 (CET) Miriam Ruiz [EMAIL PROTECTED] wrote: Also fails to build at first because debian/rules is not executable, but after chmod'ing it builds and runs fine. Nice toy :)

Re: Introducing myself and my package

2004-12-15 Thread Adeodato Simó
* Justin Pryzby [Wed, 15 Dec 2004 10:22:42 -0500]: I believe that the problem is that the diff we use doesn't store permission information, and so zcat ../foo-12.diff.gz |patch -p1 (which *creates* debian/*) doesn't have a chance to restore with execute permission. to add a little bit of

Re: Introducing myself and my package

2004-12-15 Thread martin f krafft
also sprach Frank Küster [EMAIL PROTECTED] [2004.12.15.1713 +0100]: dpkg-source -x does set x permission on debian/rules. I don't know how, but it does. /usr/bin/dpkg-source:712: chmod($s[2] | 0111, $newdirectory/debian/rules) || syserr(cannot make $newdirectory/debian/rules executable);

Re: Introducing myself and my package

2004-12-15 Thread Ricardo Mones
On Wed, 15 Dec 2004 10:22:42 -0500 Justin Pryzby [EMAIL PROTECTED] wrote: If yada generated the rules without executable permission you should file a bug against it (but I did 'yada rebuild rules' and rules was executable, so try to reproduce it first). I believe that the problem is

Introducing myself and my package

2004-12-14 Thread Miriam Ruiz
Hi, This is the 1st time I write to this list, so I guess I should introduce myself. My name is Miriam, I'm from Spain, and, even though I've been using Debian for some time, I've recently started to try to make my own packages. One of them is almost finished. It's called xdesktopwaves, and its

Re: Introducing myself and my package

2004-12-14 Thread Ricardo Mones
Hello Miriam, On Wed, 15 Dec 2004 00:41:58 +0100 (CET) Miriam Ruiz [EMAIL PROTECTED] wrote: [xdesktopwaves intro] I've checked the package both with lintian and linda and none of them complains. Mine (Lintian v1.23.5) does twice: E: xdesktopwaves source:

Re: Introducing myself and my package

2004-12-14 Thread Miriam Ruiz
--- Ricardo Mones [EMAIL PROTECTED] escribió: Mine (Lintian v1.23.5) does twice: Thanks I've removed the dependencies on gcc and libc6-dev Also fails to build at first because debian/rules is not executable, but after chmod'ing it builds and runs fine. Nice toy :) Corrected that too.