Re: debconf in preinst and postinst?

2001-05-28 Thread Itai Zukerman
Je Sun, 27 May 2001 23:59:48 -0400, "Christian T. Steigies" <[EMAIL PROTECTED]> scribis: > Also I am confused by this section in the tutorial: > > The Config Script > [...] > Do not make your postinst use debconf to ask questions. > ^^^ > > Bu

Need help on Unlicensed packages (Themes)

2001-05-28 Thread Colin Fowler
Hi all, I've created debs for oroborus windowmanager and some of its utilities, (http://indigo.ie/~fowler/oroborus). On the oroborus home page there is also a list of themes that I'd like to bunfle into an oroborus-extra-themes package. The problem is the each theme is presented on the orob

Re: Need help on Unlicensed packages (Themes)

2001-05-28 Thread Daniel Stone
On Mon, May 28, 2001 at 01:31:14PM +0100, Colin Fowler wrote: > No Readme - no License - no Copyright. I just took them all, put them together > Copyright: > Each theme remains the copyright of its respective authors. Hi Colin, I don't have specific reference here, but AFAIK you need specific copy

Re: sponsor required for gstar (ITP #88503)

2001-05-28 Thread Peter S Galbraith
Jimmy Kaplowitz wrote: > On Mon, May 28, 2001 at 03:39:57AM +0200, [EMAIL PROTECTED] wrote: > > > > Not sure your Closes: command will work. It might be closes: I don't know. > > > > According to section 10.4 of the Developer's Reference, the Perl regular > expression that a Closes: statement

debian-changelog-mode doesn't seem to work for me

2001-05-28 Thread Bob Hilliard
Some time in the past year, debian-changelog-mode has stopped working for me. I have dpkg-dev-el v. 1.10-1 installed, and `mode: debian-changelog' at the bottom of the affected changelog files. I use emacs19, v.19.34-26.5. I can't find any documentation in the dpkg-dev-el package. Bob

Re: debian-changelog-mode doesn't seem to work for me

2001-05-28 Thread Peter S Galbraith
Bob Hilliard wrote: > Some time in the past year, debian-changelog-mode has stopped > working for me. I have dpkg-dev-el v. 1.10-1 installed, and `mode: > debian-changelog' at the bottom of the affected changelog files. I > use emacs19, v.19.34-26.5. > > I can't find any documentatio

Re: Need help on Unlicensed packages (Themes)

2001-05-28 Thread Colin Fowler
On Mon, 28 May 2001 21:57:30 +1000 Daniel Stone <[EMAIL PROTECTED]> wrote: |On Mon, May 28, 2001 at 01:31:14PM +0100, Colin Fowler wrote: |> No Readme - no License - no Copyright. I just took them all, put them together |> Copyright: |> Each theme remains the copyright of its respective authors.

uupdate and email problems

2001-05-28 Thread Colin Fowler
Lo ppl :) a quickie question - I ran uupdate and It added the address [EMAIL PROTECTED] to the changelog - not the address I want! - becasue of this the packaged failed to gpg sign as a key for [EMAIL PROTECTED] couldnt be found. So I had to manaully change the address and run dpkg-buildpa

Re: uupdate and email problems

2001-05-28 Thread Chris Danis
> On Mon, 28 May 2001, "Colin" == Colin Fowler wrote: Colin> dialup. Any way i can stick my proper email address in a file Colin> somewhere so all debian devel tools will pick it up?. Cant see Colin> anything in the uppdate manpage IIRC setting the environment variable DEBEMAIL to what

Re: uupdate and email problems

2001-05-28 Thread Michael Weber
On Mon, May 28, 2001 at 18:03:32 +0100, Colin Fowler wrote: > a quickie question - I ran uupdate and It added the address > [EMAIL PROTECTED] to the changelog - not the address I want! uupdate uses debchange. You can use the DEBEMAIL environment variable (man debchange for more). Cheers,

Re: uupdate and email problems

2001-05-28 Thread Colin Fowler
On Mon, 28 May 2001 12:26:21 -0400 Chris Danis <[EMAIL PROTECTED]> wrote: | |> On Mon, 28 May 2001, "Colin" == Colin Fowler wrote: | | Colin> dialup. Any way i can stick my proper email address in a file | Colin> somewhere so all debian devel tools will pick it up?. Cant see | Colin> anythi

Re: sponsor required for gstar (ITP #88503)

2001-05-28 Thread Christian T. Steigies
On Mon, May 28, 2001 at 10:26:19AM -0400, Peter S Galbraith wrote: > > > Emacs users can use debian-changelog-mode.el from the dpkg-dev-el > package. The closes: statements will be fontified when the sytax Ah! And I always wondered why that file kept dissappearing from my boxes. It used to b

Re: sponsor required for gstar (ITP #88503)

2001-05-28 Thread Peter S Galbraith
"Christian T. Steigies" wrote: > On Mon, May 28, 2001 at 10:26:19AM -0400, Peter S Galbraith wrote: > > > > > > Emacs users can use debian-changelog-mode.el from the dpkg-dev-el > > package. The closes: statements will be fontified when the sytax > > Ah! And I always wondered why that file

Re: sponsor required for gstar (ITP #88503)

2001-05-28 Thread Roland Mas
Christian T. Steigies (2001-05-28 12:06:46 -0500) : > On Mon, May 28, 2001 at 10:26:19AM -0400, Peter S Galbraith wrote: > > > > > > Emacs users can use debian-changelog-mode.el from the dpkg-dev-el > > package. The closes: statements will be fontified when the sytax > Ah! And I always wond

Re: debconf in preinst and postinst?

2001-05-28 Thread Joey Hess
Christian T. Steigies wrote: > I am still a little confused at what the config script does, how do I use > it when I want to use debconf in several maintainer scripts, ie preinst and > postinst? Add all db_ calls there? Does order matter? Is it a collection of > "subroutines" for the different text

Re: Does debhelper handle build-indep ?

2001-05-28 Thread Bill Allombert
Hello ! I have implemented build-arch/build-indep in my package. Here is the skeleton of my debian/rules files. If Bug #72335 go into policy, it will be helpful to have a template file, so I will appreciate your suggestions and comment about it, and especially problems because they will be in my p

Re: debconf in preinst and postinst?

2001-05-28 Thread Itai Zukerman
Je Mon, 28 May 2001 14:03:14 -0400, Joey Hess <[EMAIL PROTECTED]> scribis: > When possible, packages should use the config script, and only the > config script to interact with the user, since using debconf to ask > questions in other scripts will result in the install pausing in the > middle to as

purging log files

2001-05-28 Thread Abraham vd Merwe
Hi! How is log files purged when a package is removed using --purge? The only control files I can see that influence log files, is logrotate. If I put a rm -f ... in postrm, it's not what I want either since then it'll remove the logs with a --remove as well. Should I just leave logs lying aroun

Re: debconf in preinst and postinst?

2001-05-28 Thread Christian T. Steigies
On Mon, May 28, 2001 at 02:03:14PM -0400, Joey Hess wrote: > > No, the GET command retreives the answer to a question so the postinst > can act on it. Look at the turorial again, you will see the config > script uses an INPUT command to ask that same question. Now this is confusing like accounting

Re: debconf in preinst and postinst?

2001-05-28 Thread Joey Hess
Christian T. Steigies wrote: > Now this is confusing like accounting, everything is inversed. I use INPUT > to OUPUT a note, ok. And I use GET to set a variable to the return value. > Once I stop trying to interprete the meaning of the commands, it actually > makes sense, like accounting... We dec

Re: debconf in preinst and postinst?

2001-05-28 Thread Itai Zukerman
Je Sun, 27 May 2001 23:59:48 -0400, "Christian T. Steigies" <[EMAIL PROTECTED]> scribis: > Also I am confused by this section in the tutorial: > > The Config Script > [...] > Do not make your postinst use debconf to ask questions. > ^^^ > > B

Need help on Unlicensed packages (Themes)

2001-05-28 Thread Colin Fowler
Hi all, I've created debs for oroborus windowmanager and some of its utilities, (http://indigo.ie/~fowler/oroborus). On the oroborus home page there is also a list of themes that I'd like to bunfle into an oroborus-extra-themes package. The problem is the each theme is presented on the oro

Re: Need help on Unlicensed packages (Themes)

2001-05-28 Thread Daniel Stone
On Mon, May 28, 2001 at 01:31:14PM +0100, Colin Fowler wrote: > No Readme - no License - no Copyright. I just took them all, put them together > Copyright: > Each theme remains the copyright of its respective authors. Hi Colin, I don't have specific reference here, but AFAIK you need specific cop

Re: sponsor required for gstar (ITP #88503)

2001-05-28 Thread Peter S Galbraith
Jimmy Kaplowitz wrote: > On Mon, May 28, 2001 at 03:39:57AM +0200, [EMAIL PROTECTED] wrote: > > > > Not sure your Closes: command will work. It might be closes: I don't know. > > > > According to section 10.4 of the Developer's Reference, the Perl regular > expression that a Closes: statement

debian-changelog-mode doesn't seem to work for me

2001-05-28 Thread Bob Hilliard
Some time in the past year, debian-changelog-mode has stopped working for me. I have dpkg-dev-el v. 1.10-1 installed, and `mode: debian-changelog' at the bottom of the affected changelog files. I use emacs19, v.19.34-26.5. I can't find any documentation in the dpkg-dev-el package. Bo

Re: debian-changelog-mode doesn't seem to work for me

2001-05-28 Thread Peter S Galbraith
Bob Hilliard wrote: > Some time in the past year, debian-changelog-mode has stopped > working for me. I have dpkg-dev-el v. 1.10-1 installed, and `mode: > debian-changelog' at the bottom of the affected changelog files. I > use emacs19, v.19.34-26.5. > > I can't find any documentati

Re: Need help on Unlicensed packages (Themes)

2001-05-28 Thread Colin Fowler
On Mon, 28 May 2001 21:57:30 +1000 Daniel Stone <[EMAIL PROTECTED]> wrote: |On Mon, May 28, 2001 at 01:31:14PM +0100, Colin Fowler wrote: |> No Readme - no License - no Copyright. I just took them all, put them together |> Copyright: |> Each theme remains the copyright of its respective authors.

uupdate and email problems

2001-05-28 Thread Colin Fowler
Lo ppl :) a quickie question - I ran uupdate and It added the address fowler@eden to the changelog - not the address I want! - becasue of this the packaged failed to gpg sign as a key for fowler@eden couldnt be found. So I had to manaully change the address and run dpkg-buildpackage. Ede

Re: uupdate and email problems

2001-05-28 Thread Chris Danis
> On Mon, 28 May 2001, "Colin" == Colin Fowler wrote: Colin> dialup. Any way i can stick my proper email address in a file Colin> somewhere so all debian devel tools will pick it up?. Cant see Colin> anything in the uppdate manpage IIRC setting the environment variable DEBEMAIL to wha

Re: uupdate and email problems

2001-05-28 Thread Michael Weber
On Mon, May 28, 2001 at 18:03:32 +0100, Colin Fowler wrote: > a quickie question - I ran uupdate and It added the address > fowler@eden to the changelog - not the address I want! uupdate uses debchange. You can use the DEBEMAIL environment variable (man debchange for more). Cheers, Micha

Re: uupdate and email problems

2001-05-28 Thread Colin Fowler
On Mon, 28 May 2001 12:26:21 -0400 Chris Danis <[EMAIL PROTECTED]> wrote: | |> On Mon, 28 May 2001, "Colin" == Colin Fowler wrote: | | Colin> dialup. Any way i can stick my proper email address in a file | Colin> somewhere so all debian devel tools will pick it up?. Cant see | Colin> anyth

Re: sponsor required for gstar (ITP #88503)

2001-05-28 Thread Christian T. Steigies
On Mon, May 28, 2001 at 10:26:19AM -0400, Peter S Galbraith wrote: > > > Emacs users can use debian-changelog-mode.el from the dpkg-dev-el > package. The closes: statements will be fontified when the sytax Ah! And I always wondered why that file kept dissappearing from my boxes. It used to

Re: sponsor required for gstar (ITP #88503)

2001-05-28 Thread Peter S Galbraith
"Christian T. Steigies" wrote: > On Mon, May 28, 2001 at 10:26:19AM -0400, Peter S Galbraith wrote: > > > > > > Emacs users can use debian-changelog-mode.el from the dpkg-dev-el > > package. The closes: statements will be fontified when the sytax > > Ah! And I always wondered why that fil

Re: sponsor required for gstar (ITP #88503)

2001-05-28 Thread Roland Mas
Christian T. Steigies (2001-05-28 12:06:46 -0500) : > On Mon, May 28, 2001 at 10:26:19AM -0400, Peter S Galbraith wrote: > > > > > > Emacs users can use debian-changelog-mode.el from the dpkg-dev-el > > package. The closes: statements will be fontified when the sytax > Ah! And I always won

Re: debconf in preinst and postinst?

2001-05-28 Thread Joey Hess
Christian T. Steigies wrote: > I am still a little confused at what the config script does, how do I use > it when I want to use debconf in several maintainer scripts, ie preinst and > postinst? Add all db_ calls there? Does order matter? Is it a collection of > "subroutines" for the different tex

Re: Does debhelper handle build-indep ?

2001-05-28 Thread Bill Allombert
Hello ! I have implemented build-arch/build-indep in my package. Here is the skeleton of my debian/rules files. If Bug #72335 go into policy, it will be helpful to have a template file, so I will appreciate your suggestions and comment about it, and especially problems because they will be in my

Re: debconf in preinst and postinst?

2001-05-28 Thread Itai Zukerman
Je Mon, 28 May 2001 14:03:14 -0400, Joey Hess <[EMAIL PROTECTED]> scribis: > When possible, packages should use the config script, and only the > config script to interact with the user, since using debconf to ask > questions in other scripts will result in the install pausing in the > middle to a

purging log files

2001-05-28 Thread Abraham vd Merwe
Hi! How is log files purged when a package is removed using --purge? The only control files I can see that influence log files, is logrotate. If I put a rm -f ... in postrm, it's not what I want either since then it'll remove the logs with a --remove as well. Should I just leave logs lying arou

Re: debconf in preinst and postinst?

2001-05-28 Thread Christian T. Steigies
On Mon, May 28, 2001 at 02:03:14PM -0400, Joey Hess wrote: > > No, the GET command retreives the answer to a question so the postinst > can act on it. Look at the turorial again, you will see the config > script uses an INPUT command to ask that same question. Now this is confusing like accountin

Re: debconf in preinst and postinst?

2001-05-28 Thread Joey Hess
Christian T. Steigies wrote: > Now this is confusing like accounting, everything is inversed. I use INPUT > to OUPUT a note, ok. And I use GET to set a variable to the return value. > Once I stop trying to interprete the meaning of the commands, it actually > makes sense, like accounting... We de