New Developer

2003-07-08 Thread cermi
I would like to help Debian. I've seen some packages which are
qualified as orphan and I would like to adopt them. I've read the
documentation on how to become a developer, and I understood that I
need an advocate. 

The packages I'm interested in are:
fda: C malloc debug library (package info)
judy: C library for creating and accessing dynamic arrays (package
info) 

Both are related to memory allocation. I have some experience with
that and thought I may help. 

Thanks for the information or help you could give me.
Eduardo
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: New Developer

2003-07-08 Thread Andreas Metzler
On Tue, Jul 08, 2003 at 03:31:18AM -0600, [EMAIL PROTECTED] wrote:
[A repetion of <[EMAIL PROTECTED]>]

Didn't you get my answer?
 From: Andreas Metzler <[EMAIL PROTECTED]>
 To: [EMAIL PROTECTED]
 Message-ID: <[EMAIL PROTECTED]>
  cu andreas


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



Re: New Developer

2003-07-08 Thread Christoph Haas
On Tue, Jul 08, 2003 at 03:31:18AM -0600, [EMAIL PROTECTED] wrote:
> I would like to help Debian. I've seen some packages which are
> qualified as orphan and I would like to adopt them. I've read the
> documentation on how to become a developer, and I understood that I
> need an advocate. 

Please read nm.debian.org which will give you valuable information on
most the questions (you haven't asked) in your posting.

While you are at it... your real name looks weird. In a technical way of
course. ;)

 Christoph

-- 
~
~
".signature" [Modified] 3 lines --100%--3,41 All


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



Re: New Developer

2003-07-08 Thread Geert Stappers
On Tue, Jul 08, 2003 at 11:55:02AM +0200, Andreas Metzler wrote:
> On Tue, Jul 08, 2003 at 03:31:18AM -0600, [EMAIL PROTECTED] wrote:
> [A repetion of <[EMAIL PROTECTED]>]
> 
> Didn't you get my answer?
>  From: Andreas Metzler <[EMAIL PROTECTED]>
>  To: [EMAIL PROTECTED]
>  Message-ID: <[EMAIL PROTECTED]>

It is also at
http://lists.debian.org/debian-mentors/2003/debian-mentors-200307/msg00023.html

>   cu andreas
> 

Geert Stappers


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



Questions of legality WRT dvd software

2003-07-08 Thread Stephen Gran
Hello all,

I'm considering packaging up a small program called dvdbackup, but I'm
ambivalent about it for several reasons.  The program is designed to
extract all the files on a video dvd, and place them in a heirarchy
suitable for use with mkisofs and dvdrecord.  As of yet, it does not
split the image into smaller ones, suitable for burning onto 2 discs
(which is what most people would have to do, unless they want to use
transcode or something to downscale the video, so that it fits onto one
dvd -r).  The author is working on this, and plans to release the split
functions (writing new .IFO's and the like) as libraries.

The reason I'm writing is because I wonder about two things - the
program itself is only a single .c file, about 15K compressed, and I
wonder if there is any point in packaging up something this small and
easy to compile.  Granted, it's not some 4 line shell script, but it
still seems to push the lower bounds of reasonable.

The second thing is the legality of this.  There are, I know, issues
around the DMCA and friends that govern what you are allowed to do with
dvd's, at least in some uncivilized countries, and I don't know if a
program that's sole purpose is to extract stuff off of dvd's will be
redistributable by Debian.  I know that apps like transcode are not in
Debian, although I don't know if this is is the reason.  Anybody
familiar with this terrain feel like commenting?

Thanks,
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


pgp0.pgp
Description: PGP signature


Re: Questions of legality WRT dvd software

2003-07-08 Thread Stefano Zacchiroli
On Tue, Jul 08, 2003 at 11:21:13AM -0400, Stephen Gran wrote:
> The reason I'm writing is because I wonder about two things - the
> program itself is only a single .c file, about 15K compressed, and I

What about shipping it as a companion utility for the "cdrecord"
package?

> The second thing is the legality of this.  There are, I know, issues
> around the DMCA and friends that govern what you are allowed to do with
> dvd's, at least in some uncivilized countries, and I don't know if a

IANAL nor an American citizen, but the latest american judge position on
this kind of issue I've heard[1] is the reasonable one, i.e. that the
programs themselves are not illegal, while their usage can be.

You can have problems with CSS stuff though, I suggest you to ask on
debian-legal.

Cheers.

[1] the source is an Italian generic newspaper and the news was related
to a file sharing program, it can be incorrect

-- 
Stefano Zacchiroli  --  Master in Computer Science @ Uni. Bologna, Italy
[EMAIL PROTECTED],debian.org,bononia.it}  -  http://www.bononia.it/zack/
"  I know you believe you understood what you think I said, but I am not
sure you realize that what you heard is not what I meant!  " -- G.Romney


pgp0.pgp
Description: PGP signature


Re: Looking for sponsor for SystemC package

2003-07-08 Thread Ed Strauch
Bug report  #200495 submitted.

ITP - Intent to Package - systemc-dev

SystemC is a c++ based hardware modeling language similar to Verilog 
in concept. The home page and source code can be found at 
http://www.systemc.org


On Monday 07 July 2003 22:46, Graham Wilson wrote:
> On Mon, Jul 07, 2003 at 04:56:48AM -0500, Ed Strauch wrote:
> > I'm looking for a sponsor for the SystemC package. I have a package
> > that has been tested and would like to have someone to look at it.
>
> please tell us something about this package.
>
> > This package is built for the 'testing' distribution.
>
> you need to build it for unstable. as that is where new development
> happnes.
>
> > Since this is a new package, I'm not sure what the official notification
> > should be for newly introduced packages.
>
> file an itp [1].
>
> [1] /usr/share/doc/developers-reference/ch-pkgs.en.html#s-newpackage


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



Re: Questions of legality WRT dvd software

2003-07-08 Thread Leo \"Costela\" Antunes
Hi

On Ter, 2003-07-08 at 12:21, Stephen Gran wrote:
> The reason I'm writing is because I wonder about two things - the
> program itself is only a single .c file, about 15K compressed, and I
> wonder if there is any point in packaging up something this small and
> easy to compile.  Granted, it's not some 4 line shell script, but it
> still seems to push the lower bounds of reasonable.

If you feel it doesn't "deserve" it's own package, maybe you could
arrange a merge with another related package, even though I can't really
think of any suitable one.
IMO it should be packaged independently for one reason: ease of
distribution. End users should be freed - whenever possible - of the
"burden" of compilation and hand tunning of programs.

> The second thing is the legality of this.  There are, I know, issues
> around the DMCA and friends that govern what you are allowed to do with
> dvd's, at least in some uncivilized countries, and I don't know if a
> program that's sole purpose is to extract stuff off of dvd's will be
> redistributable by Debian.  I know that apps like transcode are not in
> Debian, although I don't know if this is is the reason.  Anybody
> familiar with this terrain feel like commenting?

For your second problem, I think debian-legal is a better place to ask,
though I assume you will encounter resistance in your path...
Worst case scenario: package it anyway and create a personal repository,
like many before you! =]

Cheers
-- 

 Leo Costela
 <[EMAIL PROTECTED]> | <[EMAIL PROTECTED]> | <[EMAIL PROTECTED]>
 Key Fingerprint: 8AE6 CDFF 6535 192F B5B6 5921 2262 D36F 7ADF 9466
 "you must cut down the mightiest tree in the forest... with... a herring!"


signature.asc
Description: This is a digitally signed message part


Package adopt

2003-07-08 Thread cermi
I'm interested in working in the packages
I mentioned in my e-mail
fda: C malloc debug library (package info)
judy: C library for creating and accessing dynamic arrays. 

I may not have understood everything the right way:
i read:
Applicants can find a sponsor by
sending an email to <[EMAIL PROTECTED]>
describing their package and asking for a sponsor.
Developers can find more information on how to be a sponsor
in the Developer's Reference. 

After reading all the documentation my conclusion was:
'the first thing to do is ask for a sponsor'. That's what I did.
I'll be grateful if you tell me what's wrong and what should I
do...maybe start programming? and then asking for someone to
upload it. 

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


rrdcollect: looking for sponsor.

2003-07-08 Thread Artur R. Czechowski
Hello

Unfortunately a developer which has agreed to sponsor this package for
me has no time during holidays. That's why I am looking for someone to
upload rrdcollect package for me. ITP: #159523.

Regards
Artur

PS. I am not subscribed to debian-mentors, please Cc: me on replies.
-- 
Nie wszystko dioda, co sie świeci
/z pamiętnika administratora/


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



Re: rrdcollect: looking for sponsor.

2003-07-08 Thread Craig Small
On Tue, Jul 08, 2003 at 08:17:35PM +0200, Artur R. Czechowski wrote:
> Unfortunately a developer which has agreed to sponsor this package for
> me has no time during holidays. That's why I am looking for someone to
> upload rrdcollect package for me. ITP: #159523.

If noone has stepped forward let me know and I'll sponsor it.

  - Craig
-- 
Craig Small VK2XLZ  GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
Eye-Net Consulting http://www.enc.com.au/<[EMAIL PROTECTED]>
MIEEE <[EMAIL PROTECTED]> Debian developer <[EMAIL PROTECTED]>


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



Re: rrdcollect: looking for sponsor.

2003-07-08 Thread Artur R. Czechowski
On Wed, Jul 09, 2003 at 08:14:35AM +1000, Craig Small wrote:
> If noone has stepped forward let me know and I'll sponsor it.
Thank you. Tony Mancill has got this package.

Regards
Artur
-- 
zjadłam ruskie i barszcz ukraiński.
ciekawe czy od tego dostanę automatycznie złotych zębów
/majaka/


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



Looking for a sponsor for levee

2003-07-08 Thread Tim Vandermeersch
Hi,

I'm looking for a sponsor for the package levee wich is orphaned.

Description: a very small vi clone
 Levee is a screen oriented editor based on the Unix editor
 "vi". It provides a terse, powerful way to enter and edit text.

If you are interested you can take a look at the packages I made at the following URL:
http://users.pandora.be/tim/debian/

One last question: Do I need to fill a ITP bugreport?

Regards,
Tim


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



Re: Looking for a sponsor for levee

2003-07-08 Thread Joshua Kwan
On Wed, Jul 09, 2003 at 12:43:11AM +0200, Tim Vandermeersch wrote:
> If you are interested you can take a look at the packages I made at the following 
> URL:
> http://users.pandora.be/tim/debian/

It looks nice on first glance, i've never used the program though :)

> One last question: Do I need to fill a ITP bugreport?

Well, since it is orphaned there should be a O: bug report against wnpp
already for it. So you just need to change the title to ITA: for Intent to
Adopt. (#192651 by the way)

-Josh

-- 
"Notice that, written there, rather legibly, in the Baroque style common 
to New York subway wall writers, was, uhm... was the old familiar 
suggestion. And rather beautifully illustrated, as well..."

   -- Art Garfunkel on the inspiration for "A Poem On The Underground Wall"


pgp0.pgp
Description: PGP signature


Re: Looking for a sponsor for levee

2003-07-08 Thread Tim Vandermeersch
Joshua Kwan wrote:

On Wed, Jul 09, 2003 at 12:43:11AM +0200, Tim Vandermeersch wrote:

If you are interested you can take a look at the packages I made at the following URL:
http://users.pandora.be/tim/debian/
It looks nice on first glance, i've never used the program though :)


One last question: Do I need to fill a ITP bugreport?

Well, since it is orphaned there should be a O: bug report against wnpp
already for it. So you just need to change the title to ITA: for Intent to
Adopt. (#192651 by the way)
-Josh


Thanks, changed the title of the bug report (#192651) to ITA...

Tim

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


Re: Looking for a sponsor for levee

2003-07-08 Thread Tim Vandermeersch
Aníbal Monsalve Salazar wrote:

On Wed, Jul 09, 2003 at 12:43 +0200, Tim Vandermeersch wrote:

Hi,

I'm looking for a sponsor for the package levee wich is orphaned.

Description: a very small vi clone
Levee is a screen oriented editor based on the Unix editor
"vi". It provides a terse, powerful way to enter and edit text.
If you are interested you can take a look at the packages I made at the following URL:
http://users.pandora.be/tim/debian/
One last question: Do I need to fill a ITP bugreport?

No, you don't. However, you need to retitle bug report #192651 to ITA.
To do that send a mail message to [EMAIL PROTECTED] and cc
[EMAIL PROTECTED] with the following two lines:
retitle 192651 ITA: levee -- a very small vi clone
stop
After the stop line you can put your explanations, signature, etc.

See:

http://www.debian.org/devel/wnpp/
http://www.debian.org/Bugs/server-control
You should remove the 'a' from the short description to read 'very small
vi clone'. See:
http://www.debian.org/doc/developers-reference/ch-best-pkging-practices.en.html#s-bpp-pkg-synopsis

Kind regards,

Aníbal
--
Building 28C, Monash University, VIC 3800, Australia
I just changed the title of the bug report, but thanks for the 
explenation :)
I removed the 'a' from the short description and uploaded the packages 
again (http://users.pandora.be/tim/debian/)

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


Re: Looking for a sponsor for levee

2003-07-08 Thread Aníbal Monsalve Salazar
On Wed, Jul 09, 2003 at 12:43 +0200, Tim Vandermeersch wrote:
> Hi,
> 
> I'm looking for a sponsor for the package levee wich is orphaned.
> 
> Description: a very small vi clone
>  Levee is a screen oriented editor based on the Unix editor
>  "vi". It provides a terse, powerful way to enter and edit text.
> 
> If you are interested you can take a look at the packages I made at the following 
> URL:
> http://users.pandora.be/tim/debian/
> 
> One last question: Do I need to fill a ITP bugreport?

No, you don't. However, you need to retitle bug report #192651 to ITA.
To do that send a mail message to [EMAIL PROTECTED] and cc
[EMAIL PROTECTED] with the following two lines:

retitle 192651 ITA: levee -- a very small vi clone
stop

After the stop line you can put your explanations, signature, etc.

See:

http://www.debian.org/devel/wnpp/
http://www.debian.org/Bugs/server-control

You should remove the 'a' from the short description to read 'very small
vi clone'. See:

http://www.debian.org/doc/developers-reference/ch-best-pkging-practices.en.html#s-bpp-pkg-synopsis

Kind regards,

Aníbal
--
Building 28C, Monash University, VIC 3800, Australia


pgp0.pgp
Description: PGP signature


Re: Package adopt

2003-07-08 Thread Aníbal Monsalve Salazar
On Tue, Jul 08, 2003 at 12:01 -0600, [EMAIL PROTECTED] wrote:
> I'm interested in working in the packages
> I mentioned in my e-mail
> fda: C malloc debug library (package info)

http://packages.qa.debian.org/fda
http://bugs.debian.org/192657

> judy: C library for creating and accessing dynamic arrays. 

http://packages.qa.debian.org/judy
http://bugs.debian.org/172772

> I may not have understood everything the right way:

You have to understand every thing in Debian Policy Manual and
Developer's Reference.

http://www.debian.org/doc/debian-policy/
http://www.debian.org/doc/developers-reference/

You also need to subcribe to various debian lists. In particular, you
must subscribe to debian-devel.

> i read:
> Applicants can find a sponsor by
> sending an email to <[EMAIL PROTECTED]>
> describing their package and asking for a sponsor.
> Developers can find more information on how to be a sponsor
> in the Developer's Reference. 
> 
> After reading all the documentation my conclusion was:
> 'the first thing to do is ask for a sponsor'. That's what I did.
> I'll be grateful if you tell me what's wrong and what should I
> do...maybe start programming? and then asking for someone to
> upload it.

You have to do some work before asking for a sponsor.

You need to change bug reports 192657 and 172772 to ITA (intent to
adopt). To do that send a mail message to [EMAIL PROTECTED]
and cc [EMAIL PROTECTED] with the following three lines:

retitle 192657 ITA: fda -- C malloc debug library
retitle 172772 ITA: judy -- C library for creating and accessing dynamic arrays
stop

After the stop line you can put your explanations, signature, etc.

See:

http://www.debian.org/devel/wnpp/
http://www.debian.org/Bugs/server-control

Include the following line in fda's changelog file:

  * New maintainer. (closes: #192657)

And the following line judy's changelog file:

  * New maintainer. (closes: #172772)

Next, go and fix the oustanding fda bugs. The two fda bugs are easy.
There are no bugs for judy. See:

http://bugs.debian.org/fda
http://bugs.debian.org/judy

Repackage both fda and judy, and you'll be ready to look for a sponsor.

> Greetings
> Eduardo

Aníbal
--
Building 28C, Monash University, VIC 3800, Australia


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



Re: Package adopt

2003-07-08 Thread Joshua Kwan
On Wed, Jul 09, 2003 at 01:02:38PM +1000, Aníbal Monsalve Salazar wrote:
> You also need to subcribe to various debian lists. In particular, you
> must subscribe to debian-devel.

Bzzt, only debian-devel-announce is required.

-Josh

-- 
"Notice that, written there, rather legibly, in the Baroque style common 
to New York subway wall writers, was, uhm... was the old familiar 
suggestion. And rather beautifully illustrated, as well..."

   -- Art Garfunkel on the inspiration for "A Poem On The Underground Wall"


pgp0.pgp
Description: PGP signature


Re: Package adopt

2003-07-08 Thread Aníbal Monsalve Salazar
On Tue, Jul 08, 2003 at 21:20 -0700, Joshua Kwan wrote:
> On Wed, Jul 09, 2003 at 01:02:38PM +1000, Aníbal Monsalve Salazar wrote:
> > You also need to subscribe to various debian lists. In particular, you
> > must subscribe to debian-devel.
> 
> Bzzt, only debian-devel-announce is required.

Thanks for the correction. See:

http://www.debian.org/doc/developers-reference/ch-resources.en.html#s-core-devel-mailing-lists

Which reads:

   4.1.2 Core development mailing lists

   The core Debian mailing lists that developers should use are:

   * [EMAIL PROTECTED], used to announce important
 things to developers. All developers are expected to be subscribed
 to this list.

   * [EMAIL PROTECTED], used to discuss various development
 related technical issues.

   * [EMAIL PROTECTED], where the Debian Policy is
 discussed and voted on.

   * [EMAIL PROTECTED], used to discuss various
 non-technical issues related to the project.

   There are other mailing lists available for a variety of special topics;
   see http://lists.debian.org/ for a list. 

> -Josh

Kind regards,

Aníbal
--
Building 28C, Monash University, VIC 3800, Australia


pgp0.pgp
Description: PGP signature


New Developer

2003-07-08 Thread cermi

I would like to help Debian. I've seen some packages which are
qualified as orphan and I would like to adopt them. I've read the
documentation on how to become a developer, and I understood that I
need an advocate. 


The packages I'm interested in are:
fda: C malloc debug library (package info)
judy: C library for creating and accessing dynamic arrays (package
info) 


Both are related to memory allocation. I have some experience with
that and thought I may help. 


Thanks for the information or help you could give me.
Eduardo



Re: New Developer

2003-07-08 Thread Andreas Metzler
On Tue, Jul 08, 2003 at 03:31:18AM -0600, [EMAIL PROTECTED] wrote:
[A repetion of <[EMAIL PROTECTED]>]

Didn't you get my answer?
 From: Andreas Metzler <[EMAIL PROTECTED]>
 To: debian-mentors@lists.debian.org
 Message-ID: <[EMAIL PROTECTED]>
  cu andreas



Re: New Developer

2003-07-08 Thread Christoph Haas
On Tue, Jul 08, 2003 at 03:31:18AM -0600, [EMAIL PROTECTED] wrote:
> I would like to help Debian. I've seen some packages which are
> qualified as orphan and I would like to adopt them. I've read the
> documentation on how to become a developer, and I understood that I
> need an advocate. 

Please read nm.debian.org which will give you valuable information on
most the questions (you haven't asked) in your posting.

While you are at it... your real name looks weird. In a technical way of
course. ;)

 Christoph

-- 
~
~
".signature" [Modified] 3 lines --100%--3,41 All



Re: New Developer

2003-07-08 Thread Geert Stappers
On Tue, Jul 08, 2003 at 11:55:02AM +0200, Andreas Metzler wrote:
> On Tue, Jul 08, 2003 at 03:31:18AM -0600, [EMAIL PROTECTED] wrote:
> [A repetion of <[EMAIL PROTECTED]>]
> 
> Didn't you get my answer?
>  From: Andreas Metzler <[EMAIL PROTECTED]>
>  To: debian-mentors@lists.debian.org
>  Message-ID: <[EMAIL PROTECTED]>

It is also at
http://lists.debian.org/debian-mentors/2003/debian-mentors-200307/msg00023.html

>   cu andreas
> 

Geert Stappers



Questions of legality WRT dvd software

2003-07-08 Thread Stephen Gran
Hello all,

I'm considering packaging up a small program called dvdbackup, but I'm
ambivalent about it for several reasons.  The program is designed to
extract all the files on a video dvd, and place them in a heirarchy
suitable for use with mkisofs and dvdrecord.  As of yet, it does not
split the image into smaller ones, suitable for burning onto 2 discs
(which is what most people would have to do, unless they want to use
transcode or something to downscale the video, so that it fits onto one
dvd -r).  The author is working on this, and plans to release the split
functions (writing new .IFO's and the like) as libraries.

The reason I'm writing is because I wonder about two things - the
program itself is only a single .c file, about 15K compressed, and I
wonder if there is any point in packaging up something this small and
easy to compile.  Granted, it's not some 4 line shell script, but it
still seems to push the lower bounds of reasonable.

The second thing is the legality of this.  There are, I know, issues
around the DMCA and friends that govern what you are allowed to do with
dvd's, at least in some uncivilized countries, and I don't know if a
program that's sole purpose is to extract stuff off of dvd's will be
redistributable by Debian.  I know that apps like transcode are not in
Debian, although I don't know if this is is the reason.  Anybody
familiar with this terrain feel like commenting?

Thanks,
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


pgpjxtVUDvmkP.pgp
Description: PGP signature


Re: Questions of legality WRT dvd software

2003-07-08 Thread Stefano Zacchiroli
On Tue, Jul 08, 2003 at 11:21:13AM -0400, Stephen Gran wrote:
> The reason I'm writing is because I wonder about two things - the
> program itself is only a single .c file, about 15K compressed, and I

What about shipping it as a companion utility for the "cdrecord"
package?

> The second thing is the legality of this.  There are, I know, issues
> around the DMCA and friends that govern what you are allowed to do with
> dvd's, at least in some uncivilized countries, and I don't know if a

IANAL nor an American citizen, but the latest american judge position on
this kind of issue I've heard[1] is the reasonable one, i.e. that the
programs themselves are not illegal, while their usage can be.

You can have problems with CSS stuff though, I suggest you to ask on
debian-legal.

Cheers.

[1] the source is an Italian generic newspaper and the news was related
to a file sharing program, it can be incorrect

-- 
Stefano Zacchiroli  --  Master in Computer Science @ Uni. Bologna, Italy
[EMAIL PROTECTED],debian.org,bononia.it}  -  http://www.bononia.it/zack/
"  I know you believe you understood what you think I said, but I am not
sure you realize that what you heard is not what I meant!  " -- G.Romney


pgpcPGB2AmpAg.pgp
Description: PGP signature


Re: Looking for sponsor for SystemC package

2003-07-08 Thread Ed Strauch
Bug report  #200495 submitted.

ITP - Intent to Package - systemc-dev

SystemC is a c++ based hardware modeling language similar to Verilog 
in concept. The home page and source code can be found at 
http://www.systemc.org


On Monday 07 July 2003 22:46, Graham Wilson wrote:
> On Mon, Jul 07, 2003 at 04:56:48AM -0500, Ed Strauch wrote:
> > I'm looking for a sponsor for the SystemC package. I have a package
> > that has been tested and would like to have someone to look at it.
>
> please tell us something about this package.
>
> > This package is built for the 'testing' distribution.
>
> you need to build it for unstable. as that is where new development
> happnes.
>
> > Since this is a new package, I'm not sure what the official notification
> > should be for newly introduced packages.
>
> file an itp [1].
>
> [1] /usr/share/doc/developers-reference/ch-pkgs.en.html#s-newpackage



Re: Questions of legality WRT dvd software

2003-07-08 Thread Leo \"Costela\" Antunes
Hi

On Ter, 2003-07-08 at 12:21, Stephen Gran wrote:
> The reason I'm writing is because I wonder about two things - the
> program itself is only a single .c file, about 15K compressed, and I
> wonder if there is any point in packaging up something this small and
> easy to compile.  Granted, it's not some 4 line shell script, but it
> still seems to push the lower bounds of reasonable.

If you feel it doesn't "deserve" it's own package, maybe you could
arrange a merge with another related package, even though I can't really
think of any suitable one.
IMO it should be packaged independently for one reason: ease of
distribution. End users should be freed - whenever possible - of the
"burden" of compilation and hand tunning of programs.

> The second thing is the legality of this.  There are, I know, issues
> around the DMCA and friends that govern what you are allowed to do with
> dvd's, at least in some uncivilized countries, and I don't know if a
> program that's sole purpose is to extract stuff off of dvd's will be
> redistributable by Debian.  I know that apps like transcode are not in
> Debian, although I don't know if this is is the reason.  Anybody
> familiar with this terrain feel like commenting?

For your second problem, I think debian-legal is a better place to ask,
though I assume you will encounter resistance in your path...
Worst case scenario: package it anyway and create a personal repository,
like many before you! =]

Cheers
-- 

 Leo Costela
 <[EMAIL PROTECTED]> | <[EMAIL PROTECTED]> | <[EMAIL PROTECTED]>
 Key Fingerprint: 8AE6 CDFF 6535 192F B5B6 5921 2262 D36F 7ADF 9466
 "you must cut down the mightiest tree in the forest... with... a herring!"


signature.asc
Description: This is a digitally signed message part


Package adopt

2003-07-08 Thread cermi

I'm interested in working in the packages
I mentioned in my e-mail
fda: C malloc debug library (package info)
judy: C library for creating and accessing dynamic arrays. 


I may not have understood everything the right way:
i read:
Applicants can find a sponsor by
sending an email to 
describing their package and asking for a sponsor.
Developers can find more information on how to be a sponsor
in the Developer's Reference. 


After reading all the documentation my conclusion was:
'the first thing to do is ask for a sponsor'. That's what I did.
I'll be grateful if you tell me what's wrong and what should I
do...maybe start programming? and then asking for someone to
upload it. 


Greetings
Eduardo



rrdcollect: looking for sponsor.

2003-07-08 Thread Artur R. Czechowski
Hello

Unfortunately a developer which has agreed to sponsor this package for
me has no time during holidays. That's why I am looking for someone to
upload rrdcollect package for me. ITP: #159523.

Regards
Artur

PS. I am not subscribed to debian-mentors, please Cc: me on replies.
-- 
Nie wszystko dioda, co sie świeci
/z pamiętnika administratora/



Re: rrdcollect: looking for sponsor.

2003-07-08 Thread Craig Small
On Tue, Jul 08, 2003 at 08:17:35PM +0200, Artur R. Czechowski wrote:
> Unfortunately a developer which has agreed to sponsor this package for
> me has no time during holidays. That's why I am looking for someone to
> upload rrdcollect package for me. ITP: #159523.

If noone has stepped forward let me know and I'll sponsor it.

  - Craig
-- 
Craig Small VK2XLZ  GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
Eye-Net Consulting http://www.enc.com.au/<[EMAIL PROTECTED]>
MIEEE <[EMAIL PROTECTED]> Debian developer <[EMAIL PROTECTED]>



Re: rrdcollect: looking for sponsor.

2003-07-08 Thread Artur R. Czechowski
On Wed, Jul 09, 2003 at 08:14:35AM +1000, Craig Small wrote:
> If noone has stepped forward let me know and I'll sponsor it.
Thank you. Tony Mancill has got this package.

Regards
Artur
-- 
zjadłam ruskie i barszcz ukraiński.
ciekawe czy od tego dostanę automatycznie złotych zębów
/majaka/



Looking for a sponsor for levee

2003-07-08 Thread Tim Vandermeersch
Hi,

I'm looking for a sponsor for the package levee wich is orphaned.

Description: a very small vi clone
 Levee is a screen oriented editor based on the Unix editor
 "vi". It provides a terse, powerful way to enter and edit text.

If you are interested you can take a look at the packages I made at the 
following URL:
http://users.pandora.be/tim/debian/

One last question: Do I need to fill a ITP bugreport?

Regards,
Tim



Re: Looking for a sponsor for levee

2003-07-08 Thread Joshua Kwan
On Wed, Jul 09, 2003 at 12:43:11AM +0200, Tim Vandermeersch wrote:
> If you are interested you can take a look at the packages I made at the 
> following URL:
> http://users.pandora.be/tim/debian/

It looks nice on first glance, i've never used the program though :)

> One last question: Do I need to fill a ITP bugreport?

Well, since it is orphaned there should be a O: bug report against wnpp
already for it. So you just need to change the title to ITA: for Intent to
Adopt. (#192651 by the way)

-Josh

-- 
"Notice that, written there, rather legibly, in the Baroque style common 
to New York subway wall writers, was, uhm... was the old familiar 
suggestion. And rather beautifully illustrated, as well..."

   -- Art Garfunkel on the inspiration for "A Poem On The Underground Wall"


pgpd6mYDo11Ty.pgp
Description: PGP signature


Re: Looking for a sponsor for levee

2003-07-08 Thread Tim Vandermeersch

Joshua Kwan wrote:


On Wed, Jul 09, 2003 at 12:43:11AM +0200, Tim Vandermeersch wrote:


If you are interested you can take a look at the packages I made at the 
following URL:
http://users.pandora.be/tim/debian/



It looks nice on first glance, i've never used the program though :)



One last question: Do I need to fill a ITP bugreport?



Well, since it is orphaned there should be a O: bug report against wnpp
already for it. So you just need to change the title to ITA: for Intent to
Adopt. (#192651 by the way)

-Josh



Thanks, changed the title of the bug report (#192651) to ITA...

Tim



Re: Looking for a sponsor for levee

2003-07-08 Thread Tim Vandermeersch

Aníbal Monsalve Salazar wrote:


On Wed, Jul 09, 2003 at 12:43 +0200, Tim Vandermeersch wrote:


Hi,

I'm looking for a sponsor for the package levee wich is orphaned.

Description: a very small vi clone
Levee is a screen oriented editor based on the Unix editor
"vi". It provides a terse, powerful way to enter and edit text.

If you are interested you can take a look at the packages I made at the 
following URL:
http://users.pandora.be/tim/debian/

One last question: Do I need to fill a ITP bugreport?



No, you don't. However, you need to retitle bug report #192651 to ITA.
To do that send a mail message to [EMAIL PROTECTED] and cc
debian-devel@lists.debian.org with the following two lines:

retitle 192651 ITA: levee -- a very small vi clone
stop

After the stop line you can put your explanations, signature, etc.

See:

http://www.debian.org/devel/wnpp/
http://www.debian.org/Bugs/server-control

You should remove the 'a' from the short description to read 'very small
vi clone'. See:

http://www.debian.org/doc/developers-reference/ch-best-pkging-practices.en.html#s-bpp-pkg-synopsis

Kind regards,

Aníbal
--
Building 28C, Monash University, VIC 3800, Australia

I just changed the title of the bug report, but thanks for the 
explenation :)
I removed the 'a' from the short description and uploaded the packages 
again (http://users.pandora.be/tim/debian/)


Regards,
Tim



Re: Looking for a sponsor for levee

2003-07-08 Thread Aníbal Monsalve Salazar
On Wed, Jul 09, 2003 at 12:43 +0200, Tim Vandermeersch wrote:
> Hi,
> 
> I'm looking for a sponsor for the package levee wich is orphaned.
> 
> Description: a very small vi clone
>  Levee is a screen oriented editor based on the Unix editor
>  "vi". It provides a terse, powerful way to enter and edit text.
> 
> If you are interested you can take a look at the packages I made at the 
> following URL:
> http://users.pandora.be/tim/debian/
> 
> One last question: Do I need to fill a ITP bugreport?

No, you don't. However, you need to retitle bug report #192651 to ITA.
To do that send a mail message to [EMAIL PROTECTED] and cc
debian-devel@lists.debian.org with the following two lines:

retitle 192651 ITA: levee -- a very small vi clone
stop

After the stop line you can put your explanations, signature, etc.

See:

http://www.debian.org/devel/wnpp/
http://www.debian.org/Bugs/server-control

You should remove the 'a' from the short description to read 'very small
vi clone'. See:

http://www.debian.org/doc/developers-reference/ch-best-pkging-practices.en.html#s-bpp-pkg-synopsis

Kind regards,

Aníbal
--
Building 28C, Monash University, VIC 3800, Australia


pgplENKtCuLxs.pgp
Description: PGP signature


Re: Package adopt

2003-07-08 Thread Aníbal Monsalve Salazar
On Tue, Jul 08, 2003 at 12:01 -0600, [EMAIL PROTECTED] wrote:
> I'm interested in working in the packages
> I mentioned in my e-mail
> fda: C malloc debug library (package info)

http://packages.qa.debian.org/fda
http://bugs.debian.org/192657

> judy: C library for creating and accessing dynamic arrays. 

http://packages.qa.debian.org/judy
http://bugs.debian.org/172772

> I may not have understood everything the right way:

You have to understand every thing in Debian Policy Manual and
Developer's Reference.

http://www.debian.org/doc/debian-policy/
http://www.debian.org/doc/developers-reference/

You also need to subcribe to various debian lists. In particular, you
must subscribe to debian-devel.

> i read:
> Applicants can find a sponsor by
> sending an email to 
> describing their package and asking for a sponsor.
> Developers can find more information on how to be a sponsor
> in the Developer's Reference. 
> 
> After reading all the documentation my conclusion was:
> 'the first thing to do is ask for a sponsor'. That's what I did.
> I'll be grateful if you tell me what's wrong and what should I
> do...maybe start programming? and then asking for someone to
> upload it.

You have to do some work before asking for a sponsor.

You need to change bug reports 192657 and 172772 to ITA (intent to
adopt). To do that send a mail message to [EMAIL PROTECTED]
and cc debian-devel@lists.debian.org with the following three lines:

retitle 192657 ITA: fda -- C malloc debug library
retitle 172772 ITA: judy -- C library for creating and accessing dynamic arrays
stop

After the stop line you can put your explanations, signature, etc.

See:

http://www.debian.org/devel/wnpp/
http://www.debian.org/Bugs/server-control

Include the following line in fda's changelog file:

  * New maintainer. (closes: #192657)

And the following line judy's changelog file:

  * New maintainer. (closes: #172772)

Next, go and fix the oustanding fda bugs. The two fda bugs are easy.
There are no bugs for judy. See:

http://bugs.debian.org/fda
http://bugs.debian.org/judy

Repackage both fda and judy, and you'll be ready to look for a sponsor.

> Greetings
> Eduardo

Aníbal
--
Building 28C, Monash University, VIC 3800, Australia



Re: Package adopt

2003-07-08 Thread Joshua Kwan
On Wed, Jul 09, 2003 at 01:02:38PM +1000, Aníbal Monsalve Salazar wrote:
> You also need to subcribe to various debian lists. In particular, you
> must subscribe to debian-devel.

Bzzt, only debian-devel-announce is required.

-Josh

-- 
"Notice that, written there, rather legibly, in the Baroque style common 
to New York subway wall writers, was, uhm... was the old familiar 
suggestion. And rather beautifully illustrated, as well..."

   -- Art Garfunkel on the inspiration for "A Poem On The Underground Wall"


pgpAOFEXfU1sd.pgp
Description: PGP signature