dangling symlinks in upstream archive

2001-08-20 Thread Stefano Zacchiroli
  Hi mentors,
I've an upstream archive which contains two dangling symlinks and I
obviously want them not to be part of the final binary package, whick is
the best solution?

I try to remove them but the .diff.gz seems to not consider this fact,
so when I extract the debianized source tree the two links are already
present; I can put a 'rm' command in debian/rules but I think that is
not a "good" solution ...

Hint?

-- 
Stefano "Zack" Zacchiroli <[EMAIL PROTECTED]> ICQ# 33538863
Home Page: http://www.students.cs.unibo.it/~zacchiro
Undergraduate student of Computer Science @ University of Bologna, Italy
 - Information wants to be Open -


pgp5At8cMZCHf.pgp
Description: PGP signature


Re: dangling symlinks in upstream archive

2001-08-20 Thread Hamish Moffatt
On Mon, Aug 20, 2001 at 12:03:33PM +0200, Stefano Zacchiroli wrote:
>   Hi mentors,
> I've an upstream archive which contains two dangling symlinks and I
> obviously want them not to be part of the final binary package, whick is
> the best solution?
> 
> I try to remove them but the .diff.gz seems to not consider this fact,
> so when I extract the debianized source tree the two links are already
> present; I can put a 'rm' command in debian/rules but I think that is
> not a "good" solution ...

Why do you need to remove them? As long as they are not installed
into the binary package it is not a problem.


regards,
Hamish
-- 
Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>



Re: dangling symlinks in upstream archive

2001-08-20 Thread Stefano Zacchiroli
On Mon, Aug 20, 2001 at 09:22:38PM +1000, Hamish Moffatt wrote:
> Why do you need to remove them? As long as they are not installed
> into the binary package it is not a problem.

right! but these files resides in an example dir that is installed as
whole and I don't wont to specify on a file by file basis which file
have to be installed ...

-- 
Stefano "Zack" Zacchiroli <[EMAIL PROTECTED]> ICQ# 33538863
Home Page: http://www.students.cs.unibo.it/~zacchiro
Undergraduate student of Computer Science @ University of Bologna, Italy
 - Information wants to be Open -


pgp7DF2VyVvxz.pgp
Description: PGP signature


Re: dangling symlinks in upstream archive

2001-08-20 Thread Henrique de Moraes Holschuh
Hi Stefano!

On Mon, 20 Aug 2001, Stefano Zacchiroli wrote:
> On Mon, Aug 20, 2001 at 09:22:38PM +1000, Hamish Moffatt wrote:
> > Why do you need to remove them? As long as they are not installed
> > into the binary package it is not a problem.
> 
> right! but these files resides in an example dir that is installed as
> whole and I don't wont to specify on a file by file basis which file
> have to be installed ...

for i in debian/tmp/...examples/* ; do [ -r "$i" ] && rm -f "$i" ; done
That might do it...

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh



Re: dangling symlinks in upstream archive

2001-08-20 Thread Stefano Zacchiroli
On Mon, Aug 20, 2001 at 10:28:11AM -0300, Henrique de Moraes Holschuh wrote:
> for i in debian/tmp/...examples/* ; do [ -r "$i" ] && rm -f "$i" ; done
> That might do it...

well, good hint!
(inverting the test obviously or I remove all 'good' files ...)

Tnx
Cheers

-- 
Stefano "Zack" Zacchiroli <[EMAIL PROTECTED]> ICQ# 33538863
Home Page: http://www.students.cs.unibo.it/~zacchiro
Undergraduate student of Computer Science @ University of Bologna, Italy
 - Information wants to be Open -


pgpVgQRG4Xdjo.pgp
Description: PGP signature


looking for sponsor

2001-08-20 Thread Joerg Wendland
Hi there,
I have written a libc name service switch (NSS) module that uses the
PostgreSQL database as its backend and packaged it for use in debian
systems. Because I work very much with Debian GNU/Linux (in fact I almost
use Debian exclusively) I would like to contribute to the project and
become a member. I would greatly appreciate seeing my package sponsored 
by one of you. 

It can be downloaded at [1] with the main project page beeing 
http://sf.net/projects/sysauth-pgsql.

Thanks in advance,
  Yours, Joerg

[1] 
http://prdownloads.sourceforge.net/sysauth-pgsql/libnss-pgsql1_0.9.0-1_i386.deb
-- 
  \ Joerg Wendland *joergland* --\
   \ #21477980 \ [EMAIL PROTECTED] \
\ get GPG-key by 'finger [EMAIL PROTECTED]' \
 \or send mail with "send PGP-key" as subject   \
  \--\


pgpzFOrSaqF8c.pgp
Description: PGP signature


Re: dangling symlinks in upstream archive

2001-08-20 Thread Hamish Moffatt
On Mon, Aug 20, 2001 at 03:14:57PM +0200, Stefano Zacchiroli wrote:
> On Mon, Aug 20, 2001 at 09:22:38PM +1000, Hamish Moffatt wrote:
> > Why do you need to remove them? As long as they are not installed
> > into the binary package it is not a problem.
> 
> right! but these files resides in an example dir that is installed as
> whole and I don't wont to specify on a file by file basis which file
> have to be installed ...

OK.. so install the files and then remove them from debian/package/
(or debian/tmp/) afterwards.


regards
Hamish
-- 
Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>



packages signing

2001-08-20 Thread Alexander Kotelnikov
Hello.

I wonder if I can build a package without signing .changes and .dsc
(e.g. debuild -us -uc) and sign them later?

-- 
Alexander Kotelnikov
Saint-Petersburg, Russia



Re: packages signing

2001-08-20 Thread Chris Danis

> On 21 Aug 2001, "Alexander" == Alexander Kotelnikov wrote:

  Alexander> Hello.

  Alexander> I wonder if I can build a package without signing .changes and
  Alexander> .dsc (e.g. debuild -us -uc) and sign them later?

Yup. debsign, from the devscripts package, should allow you to do exactly 
that. Pass it the .changes file as an argument and it should sign both 
that and the .dsc.

thanks,

-chris
-- 
"Meat. They're made out of meat."

"It's better than bad, it's good!"

(I subscribe to all lists that I post to; please do not Cc me on list
reply)
Chris Danis [EMAIL PROTECTED]
[EMAIL PROTECTED]  [EMAIL PROTECTED]
Debian GNU/Linux - www.debian.org[EMAIL PROTECTED]




Re: packages signing

2001-08-20 Thread Gergely Nagy
> I wonder if I can build a package without signing .changes and .dsc
> (e.g. debuild -us -uc) and sign them later?

Sure. Just do a debsign .changes.

Cheers,
-- 
Gergely Nagy \ mhp/|8]


pgp2avMdr2EGK.pgp
Description: PGP signature


Re: dangling symlinks in upstream archive

2001-08-20 Thread Stefano Zacchiroli
On Tue, Aug 21, 2001 at 08:30:36AM +1000, Hamish Moffatt wrote:
> > right! but these files resides in an example dir that is installed as
> > whole and I don't wont to specify on a file by file basis which file
> > have to be installed ...
> 
> OK.. so install the files and then remove them from debian/package/
> (or debian/tmp/) afterwards.

yep, this is what I want to do, but I don't want to add "rm file1 file2"
in debian/rules, is really a poor solution.
I have adopted the previously posted solution (with "test ! -r") and
seems to me an elegant solution.

Tnx to all.

-- 
Stefano "Zack" Zacchiroli <[EMAIL PROTECTED]> ICQ# 33538863
Home Page: http://www.students.cs.unibo.it/~zacchiro
Undergraduate student of Computer Science @ University of Bologna, Italy
 - Information wants to be Open -


pgpROfLDTr2r7.pgp
Description: PGP signature


Moving packages to non-US.

2001-08-20 Thread Viral
Hi,

I have to move my packages gutenbook and gutenbrowser to non-US because of
a dependency on unzip. I'd slipped up on that, and got a bug report to do
so.

How would I move the packages ?
Do I file a bug report against ftp-master for removing the packages from
main explaining the case, and upload the packages non-US ?
Is there anything else I'm supposed to do ?

Thanks,

viral

-- 
http://www.infofin.com/~gandalf

"There is no dark side of the moon really. Matter of fact it's all dark."



dangling symlinks in upstream archive

2001-08-20 Thread Stefano Zacchiroli

  Hi mentors,
I've an upstream archive which contains two dangling symlinks and I
obviously want them not to be part of the final binary package, whick is
the best solution?

I try to remove them but the .diff.gz seems to not consider this fact,
so when I extract the debianized source tree the two links are already
present; I can put a 'rm' command in debian/rules but I think that is
not a "good" solution ...

Hint?

-- 
Stefano "Zack" Zacchiroli <[EMAIL PROTECTED]> ICQ# 33538863
Home Page: http://www.students.cs.unibo.it/~zacchiro
Undergraduate student of Computer Science @ University of Bologna, Italy
 - Information wants to be Open -

 PGP signature


Re: dangling symlinks in upstream archive

2001-08-20 Thread Hamish Moffatt

On Mon, Aug 20, 2001 at 12:03:33PM +0200, Stefano Zacchiroli wrote:
>   Hi mentors,
> I've an upstream archive which contains two dangling symlinks and I
> obviously want them not to be part of the final binary package, whick is
> the best solution?
> 
> I try to remove them but the .diff.gz seems to not consider this fact,
> so when I extract the debianized source tree the two links are already
> present; I can put a 'rm' command in debian/rules but I think that is
> not a "good" solution ...

Why do you need to remove them? As long as they are not installed
into the binary package it is not a problem.


regards,
Hamish
-- 
Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: dangling symlinks in upstream archive

2001-08-20 Thread Stefano Zacchiroli

On Mon, Aug 20, 2001 at 09:22:38PM +1000, Hamish Moffatt wrote:
> Why do you need to remove them? As long as they are not installed
> into the binary package it is not a problem.

right! but these files resides in an example dir that is installed as
whole and I don't wont to specify on a file by file basis which file
have to be installed ...

-- 
Stefano "Zack" Zacchiroli <[EMAIL PROTECTED]> ICQ# 33538863
Home Page: http://www.students.cs.unibo.it/~zacchiro
Undergraduate student of Computer Science @ University of Bologna, Italy
 - Information wants to be Open -

 PGP signature


Re: dangling symlinks in upstream archive

2001-08-20 Thread Henrique de Moraes Holschuh

Hi Stefano!

On Mon, 20 Aug 2001, Stefano Zacchiroli wrote:
> On Mon, Aug 20, 2001 at 09:22:38PM +1000, Hamish Moffatt wrote:
> > Why do you need to remove them? As long as they are not installed
> > into the binary package it is not a problem.
> 
> right! but these files resides in an example dir that is installed as
> whole and I don't wont to specify on a file by file basis which file
> have to be installed ...

for i in debian/tmp/...examples/* ; do [ -r "$i" ] && rm -f "$i" ; done
That might do it...

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: dangling symlinks in upstream archive

2001-08-20 Thread Stefano Zacchiroli

On Mon, Aug 20, 2001 at 10:28:11AM -0300, Henrique de Moraes Holschuh wrote:
> for i in debian/tmp/...examples/* ; do [ -r "$i" ] && rm -f "$i" ; done
> That might do it...

well, good hint!
(inverting the test obviously or I remove all 'good' files ...)

Tnx
Cheers

-- 
Stefano "Zack" Zacchiroli <[EMAIL PROTECTED]> ICQ# 33538863
Home Page: http://www.students.cs.unibo.it/~zacchiro
Undergraduate student of Computer Science @ University of Bologna, Italy
 - Information wants to be Open -

 PGP signature


looking for sponsor

2001-08-20 Thread Joerg Wendland

Hi there,
I have written a libc name service switch (NSS) module that uses the
PostgreSQL database as its backend and packaged it for use in debian
systems. Because I work very much with Debian GNU/Linux (in fact I almost
use Debian exclusively) I would like to contribute to the project and
become a member. I would greatly appreciate seeing my package sponsored 
by one of you. 

It can be downloaded at [1] with the main project page beeing 
http://sf.net/projects/sysauth-pgsql.

Thanks in advance,
  Yours, Joerg

[1] http://prdownloads.sourceforge.net/sysauth-pgsql/libnss-pgsql1_0.9.0-1_i386.deb
-- 
  \ Joerg Wendland *joergland* --\
   \ #21477980 \ [EMAIL PROTECTED] \
\ get GPG-key by 'finger [EMAIL PROTECTED]' \
 \or send mail with "send PGP-key" as subject   \
  \--\

 PGP signature


Re: dangling symlinks in upstream archive

2001-08-20 Thread Hamish Moffatt

On Mon, Aug 20, 2001 at 03:14:57PM +0200, Stefano Zacchiroli wrote:
> On Mon, Aug 20, 2001 at 09:22:38PM +1000, Hamish Moffatt wrote:
> > Why do you need to remove them? As long as they are not installed
> > into the binary package it is not a problem.
> 
> right! but these files resides in an example dir that is installed as
> whole and I don't wont to specify on a file by file basis which file
> have to be installed ...

OK.. so install the files and then remove them from debian/package/
(or debian/tmp/) afterwards.


regards
Hamish
-- 
Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




packages signing

2001-08-20 Thread Alexander Kotelnikov

Hello.

I wonder if I can build a package without signing .changes and .dsc
(e.g. debuild -us -uc) and sign them later?

-- 
Alexander Kotelnikov
Saint-Petersburg, Russia


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: packages signing

2001-08-20 Thread Chris Danis


> On 21 Aug 2001, "Alexander" == Alexander Kotelnikov wrote:

  Alexander> Hello.

  Alexander> I wonder if I can build a package without signing .changes and
  Alexander> .dsc (e.g. debuild -us -uc) and sign them later?

Yup. debsign, from the devscripts package, should allow you to do exactly 
that. Pass it the .changes file as an argument and it should sign both 
that and the .dsc.

thanks,

-chris
-- 
"Meat. They're made out of meat."

"It's better than bad, it's good!"

(I subscribe to all lists that I post to; please do not Cc me on list
reply)
Chris Danis [EMAIL PROTECTED]
[EMAIL PROTECTED]  [EMAIL PROTECTED]
Debian GNU/Linux - www.debian.org[EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: packages signing

2001-08-20 Thread Gergely Nagy

> I wonder if I can build a package without signing .changes and .dsc
> (e.g. debuild -us -uc) and sign them later?

Sure. Just do a debsign .changes.

Cheers,
-- 
Gergely Nagy \ mhp/|8]

 PGP signature


Re: dangling symlinks in upstream archive

2001-08-20 Thread Stefano Zacchiroli

On Tue, Aug 21, 2001 at 08:30:36AM +1000, Hamish Moffatt wrote:
> > right! but these files resides in an example dir that is installed as
> > whole and I don't wont to specify on a file by file basis which file
> > have to be installed ...
> 
> OK.. so install the files and then remove them from debian/package/
> (or debian/tmp/) afterwards.

yep, this is what I want to do, but I don't want to add "rm file1 file2"
in debian/rules, is really a poor solution.
I have adopted the previously posted solution (with "test ! -r") and
seems to me an elegant solution.

Tnx to all.

-- 
Stefano "Zack" Zacchiroli <[EMAIL PROTECTED]> ICQ# 33538863
Home Page: http://www.students.cs.unibo.it/~zacchiro
Undergraduate student of Computer Science @ University of Bologna, Italy
 - Information wants to be Open -

 PGP signature


Moving packages to non-US.

2001-08-20 Thread Viral

Hi,

I have to move my packages gutenbook and gutenbrowser to non-US because of
a dependency on unzip. I'd slipped up on that, and got a bug report to do
so.

How would I move the packages ?
Do I file a bug report against ftp-master for removing the packages from
main explaining the case, and upload the packages non-US ?
Is there anything else I'm supposed to do ?

Thanks,

viral

-- 
http://www.infofin.com/~gandalf

"There is no dark side of the moon really. Matter of fact it's all dark."


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]