unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* debian package for guile-debugging-0.12
@ 2006-08-23  7:03 John Steele Scott
  2006-08-23 22:14 ` Neil Jerram
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: John Steele Scott @ 2006-08-23  7:03 UTC (permalink / raw)


Hi,

I have made a deb package of Neil Jerram's very useful
guile-debugging-0.12.

The package is available from:

<http://www.toojays.net/portal/Members/toojays/guile-debugging/guile-debugging_0.12-1_all.deb>

Deb source is available in the same directory:

<http://www.toojays.net/portal/Members/toojays/guile-debugging/>

Only tested on Ubuntu Dapper, but should work on any Debian-based system.

cheers,

John



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: debian package for guile-debugging-0.12
  2006-08-23  7:03 debian package for guile-debugging-0.12 John Steele Scott
@ 2006-08-23 22:14 ` Neil Jerram
  2006-08-24 13:03 ` William Xu
  2006-09-30 17:30 ` Neil Jerram
  2 siblings, 0 replies; 9+ messages in thread
From: Neil Jerram @ 2006-08-23 22:14 UTC (permalink / raw)
  Cc: guile-user

John Steele Scott <toojays@toojays.net> writes:

> Hi,
>
> I have made a deb package of Neil Jerram's very useful
> guile-debugging-0.12.
>
> The package is available from: [...]

Many thanks, John.  It's little (or not so little) things like this
that remind one what a wonderful thing free software is.

Regards,
     Neil



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: debian package for guile-debugging-0.12
  2006-08-23  7:03 debian package for guile-debugging-0.12 John Steele Scott
  2006-08-23 22:14 ` Neil Jerram
@ 2006-08-24 13:03 ` William Xu
  2006-08-24 21:50   ` Neil Jerram
  2006-09-30 17:30 ` Neil Jerram
  2 siblings, 1 reply; 9+ messages in thread
From: William Xu @ 2006-08-24 13:03 UTC (permalink / raw)


John Steele Scott <toojays@toojays.net> writes:

> Hi,
>
> I have made a deb package of Neil Jerram's very useful
> guile-debugging-0.12.
>
> The package is available from:
>
> <http://www.toojays.net/portal/Members/toojays/guile-debugging/guile-debugging_0.12-1_all.deb>
>
> Deb source is available in the same directory:
>
> <http://www.toojays.net/portal/Members/toojays/guile-debugging/>

Would be greater if it's committed to debian repo. :-) 

-- 
William

BAD CRAZINESS, MAN!!!


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: debian package for guile-debugging-0.12
  2006-08-24 13:03 ` William Xu
@ 2006-08-24 21:50   ` Neil Jerram
  2006-08-25 11:55     ` John Steele Scott
  2006-08-25 14:08     ` William Xu
  0 siblings, 2 replies; 9+ messages in thread
From: Neil Jerram @ 2006-08-24 21:50 UTC (permalink / raw)
  Cc: guile-user

William Xu <william.xwl@gmail.com> writes:

> John Steele Scott <toojays@toojays.net> writes:
>
>> Hi,
>>
>> I have made a deb package of Neil Jerram's very useful
>> guile-debugging-0.12.

>
> Would be greater if it's committed to debian repo. :-) 

Do you know the procedure for doing that?

Regards,
        Neil



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: debian package for guile-debugging-0.12
  2006-08-24 21:50   ` Neil Jerram
@ 2006-08-25 11:55     ` John Steele Scott
  2006-08-25 14:43       ` Neil Jerram
  2006-08-25 14:08     ` William Xu
  1 sibling, 1 reply; 9+ messages in thread
From: John Steele Scott @ 2006-08-25 11:55 UTC (permalink / raw)


On Thu, 24 Aug 2006 22:50:25 +0100, Neil Jerram wrote:
> William Xu <william.xwl@gmail.com> writes:
>> Would be greater if it's committed to debian repo. :-) 
> 
> Do you know the procedure for doing that?

A Debian Developer (DD) must either maintain or sponsor the package. In
the sponsorship case, the DD does not maintain the package, but he
ultimately "signs off" on it.

I had the impression that this code was going to eventually make its way
into guile-1.8. Is that still the plan?

cheers,

John



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: debian package for guile-debugging-0.12
  2006-08-24 21:50   ` Neil Jerram
  2006-08-25 11:55     ` John Steele Scott
@ 2006-08-25 14:08     ` William Xu
  2006-08-25 14:44       ` Neil Jerram
  1 sibling, 1 reply; 9+ messages in thread
From: William Xu @ 2006-08-25 14:08 UTC (permalink / raw)


Neil Jerram <neil@ossau.uklinux.net> writes:

> Do you know the procedure for doing that?

Apply to be a DD(debian developer) first, here's a reference page, 

http://people.debian.org/~mpalmer/debian-mentors_FAQ.html

-- 
William

A programming language is low level when its programs require attention
to the irrelevant.


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: debian package for guile-debugging-0.12
  2006-08-25 11:55     ` John Steele Scott
@ 2006-08-25 14:43       ` Neil Jerram
  0 siblings, 0 replies; 9+ messages in thread
From: Neil Jerram @ 2006-08-25 14:43 UTC (permalink / raw)
  Cc: guile-user

John Steele Scott <toojays@toojays.net> writes:

> On Thu, 24 Aug 2006 22:50:25 +0100, Neil Jerram wrote:
>> William Xu <william.xwl@gmail.com> writes:
>>> Would be greater if it's committed to debian repo. :-) 
>> 
>> Do you know the procedure for doing that?
>
> A Debian Developer (DD) must either maintain or sponsor the package. In
> the sponsorship case, the DD does not maintain the package, but he
> ultimately "signs off" on it.

Thanks, I've started looking into this.  My impression is that I have
a lot to learn, so this will take some time.

> I had the impression that this code was going to eventually make its way
> into guile-1.8. Is that still the plan?

Probably not 1.8, no.  I'm now planning for it to be in 1.10 (or
whatever the next release is called).  On the other hand, what do
these numbers really mean?  I guess it depends what other new features
people have in mind for "1.10".

What is definitely true is that I'm working right now on integrating
guile-debugging into the core guile CVS.  (And in fact this work is
almost complete.)

Regards,
     Neil



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: debian package for guile-debugging-0.12
  2006-08-25 14:08     ` William Xu
@ 2006-08-25 14:44       ` Neil Jerram
  0 siblings, 0 replies; 9+ messages in thread
From: Neil Jerram @ 2006-08-25 14:44 UTC (permalink / raw)
  Cc: guile-user

William Xu <william.xwl@gmail.com> writes:

> Neil Jerram <neil@ossau.uklinux.net> writes:
>
>> Do you know the procedure for doing that?
>
> Apply to be a DD(debian developer) first, here's a reference page, 
>
> http://people.debian.org/~mpalmer/debian-mentors_FAQ.html

Thanks, I've started looking into this.  In the meantime, if any
existing DD would like to sponsor the guile-debugging package, please
speak up.

Regards,
     Neil



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: debian package for guile-debugging-0.12
  2006-08-23  7:03 debian package for guile-debugging-0.12 John Steele Scott
  2006-08-23 22:14 ` Neil Jerram
  2006-08-24 13:03 ` William Xu
@ 2006-09-30 17:30 ` Neil Jerram
  2 siblings, 0 replies; 9+ messages in thread
From: Neil Jerram @ 2006-09-30 17:30 UTC (permalink / raw)
  Cc: guile-user

John Steele Scott <toojays@toojays.net> writes:

> Hi,
>
> I have made a deb package of Neil Jerram's very useful
> guile-debugging-0.12.
>
> The package is available from:
>
> <http://www.toojays.net/portal/Members/toojays/guile-debugging/guile-debugging_0.12-1_all.deb>
>
> Deb source is available in the same directory:
>
> <http://www.toojays.net/portal/Members/toojays/guile-debugging/>
>
> Only tested on Ubuntu Dapper, but should work on any Debian-based system.

John,

Would you mind if I merged your debian directory into my package/CVS?
Then I can trivially prepare a .deb for all future releases.

Regards,
     Neil



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-09-30 17:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-23  7:03 debian package for guile-debugging-0.12 John Steele Scott
2006-08-23 22:14 ` Neil Jerram
2006-08-24 13:03 ` William Xu
2006-08-24 21:50   ` Neil Jerram
2006-08-25 11:55     ` John Steele Scott
2006-08-25 14:43       ` Neil Jerram
2006-08-25 14:08     ` William Xu
2006-08-25 14:44       ` Neil Jerram
2006-09-30 17:30 ` Neil Jerram

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).