Re: RFS: stella -- Atari 2600 Emulator for SDL X windows

2006-04-09 Thread Joost Yervante Damad
On Saturday 08 April 2006 21:49, Mario Iseli wrote:
 Name: stella
 License: GPL
 ITA: #361345
 Repository: http://www.marioiseli.com/dpkgs/stella/

 Description: Atari 2600 Emulator for SDL  X windows
  Stella is a portable emulator of the old Atari 2600 video-game console
  written in C++.  You can play most Atari 2600 games with it.
  .
   Homepage: http://stella.sf.net/

 stella is a nice atari-emulator, the old maintainer has orphaned it and
 I have adopted it, packaged the new upstream version, upgraded to newer
 policy etc. The package is in contrib because it's target is to run
 closed-source roms. I hope that nervertheless someone sponsors this
 package for me.

 Thank you very much

 Mario

Hi Mario,

I negotiated with the old maintainer via email to take over this package last 
week.
I have a fix version of the old package pending upload. (I'm still being 
processed for NM, hence the delay in uploading).

I do not see that stella is orphaned on the wnpp bug page?

How can you adopt a package that is not orphaned without agreement of the 
current maintainer?

Greetings, Joost Damad

-- 
The planet Andete is famous for it's killer edible poets.


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



Re: How to build packages from tarballs without makefiles

2006-04-09 Thread David Liontooth

Roberto C. Sanchez wrote:

David Liontooth wrote:
  

I occasionally run into tarballs without a makefile. How do I turn those
into Debian packages?

Here's an example -- otk_lib from http://otk.sourceforge.net/.

# tar zxvf otk_lib_0.47.tgz
otk_lib/gadget_lib.c
otk_lib/letter2vector2.c
otk_lib/otk_lib.c
otk_lib/Readme.txt
otk_lib/gadget_lib.h
otk_lib/otk_lib.h

I rename the directory libotk-0.47, enter it, and run dh_make -s,
getting Currently there is no top level Makefile. The Readme.txt says

/* To Compile:   Directive in code should detect environment and do the
right thing.*/
/* 
Unix/Linux:
*/

/*cc -O -c -I/usr/X11R6/include otk_lib.c -o
otk.o  */
/*Link with:-lGLU -lGL -lXmu -lXext
-lX11   */

Do I put these into debian/rules? Where?

I was hoping I could make a few changes and run fakeroot dpkg-buildpackage.

Dave




I would just put those into the debian/rules.  There is not enough there
to justify a full-blown makefile in my mind.
  
OK, that's good news, but I need a bit more help -- where do I add them 
to rules?


   CFLAGS = -Wall -g

Can I add the Link with line to give

  CFLAGS = -Wall -g -lGLU -lGL -lXmu -lXext -lX11

Does that work? What about

-O -c -I/usr/X11R6/include otk_lib.c -o

Under # Add here commands to compile the package. I just have 


   $(MAKE)

I don't know the syntax here.

Dave



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



RFS: libuninameslist -- a library of Unicode annotation data

2006-04-09 Thread Kęstutis Biliūnas
ITP: #361538

* Package name: libuninameslist
  Version : 20050712
  Upstream Authors: George Williams [EMAIL PROTECTED]
* URL : http://fontforge.sourceforge.net
* License : BSD
  Description : a library of Unicode annotation data

 The library contains a large array with one entry for each unicode code
 point (U+ - U+10). Each entry contains two strings, a name and
 an annotation. The library also contains a list of all the Unicode
 blocks.

NOTE: FontForge program needs this library for displaying Unicode Name
Annotations.

The package is linda, lintian clean and builds with pbuilder.

This packages can be found on my repository at
http://kebil.ghost.lt/debian/pool/fontforge/

deb  http://kebil.ghost.lt/ debian/ 
deb-src  http://kebil.ghost.lt/ debian/

I'd be very glad if someone of you could sponsor them for me.

Regards,
-- 
Kęstutis Biliūnas [EMAIL PROTECTED]


signature.asc
Description: Ši laiško dalis	yra pasirašyta skaitmeniniu būdu


Re: RFS: gaupol -- Subtitle editor for text-based subtitle files

2006-04-09 Thread Piotr Ozarowski
Paul Wise ([EMAIL PROTECTED]):
 Thanks for packaging this. BTW, once it is uploaded, check out the
 popcon results for the package:
 
 http://qa.debian.org/developer.php?popcon=gaupol

Now package is listed only in unknown section [1] (2 users have it)

[1] http://popcon.debian.org/unknown/by_inst.gz

 Most importantly, register on sponsors.debian.net so it isn't lost.

I registered a weeks ago but... I didn't receive confirmation mail yet (sic!)
I have even send a bug report to [EMAIL PROTECTED], but no reply till today :(

 Some comments/questions:
 
   * The default version of python in debian is 2.3 (this is changing
 soon). You should always use the default version unless your
 package won't work with the default version, otherwise python
 transitions will take longer.

gaupol _requires_ python v2.4, it wont work on v2.3
BTW: if I use python 2.4 in Build-Depends-Indep, it wont build on pbuilder
(thats why I have both python and python2.4-dev in this field)

   * Why did you file an extra ITP when there was already one? You
 should have pinged the bug and changed its owner if there was no
 response. Did you contact the submitter of #345899 to see if
 s/he is still intending to package gaupol (it is only a couple
 of months older)?

Believe me, I was searching for it in reportbug but i missed it. Now I know
that I should use google, reportbug is not good enough for searching bugs.

RFP and my ITP are now merged

   * debian/copyright: needs to contain the copyright statement from
 the upstream copyright holders (all of them). Use grep and mc to
 find them all. for eg:
 Copyright 2005 Jane Doe
 Copyright 2006 John Doe

Hmm, can you write an example?
I tried `grep -ir copyright [^COPYING]*| grep -v Salomaa`
and it seems that Osmo Salomaa is the only author.
I'm not counting translation, in ca.po it says:
Copyright (C) 2006 THE gaupol'S COPYRIGHT HOLDER
so I think there is no need to add extra information in debian/copyright

   * debian/copyright: you forgot to add the licence statement in
 full. specifically, you missed out the warranty disclaimer and
 the how to get the GPL bit.

You mean:
On Debian systems, the complete text of the GNU General Public License
can be found in `/usr/share/common-licenses/GPL'.
(quote from debian/copyright file)?

   * debian/control: you should use the output of dh_python to add
 python depends.

Since gaupol requires python 2.4, I had to fill depends field by myself
 (see above). It builds in pbuilider.

   * debian/control: add extra space before Homepage - see devref
 6.2.4

I missed that space, I have to correct my griffith package as well...

   * debian/control: I'd suggest mentioning some of the other
 features from the upstream website - translation and spell-check
 are important to mention IMO.

See discussion here [2], spell-check is now not possible using just debian
official packages (PyEnchant package is not available).

[2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=358189

   * debian/gaupol.1: typo in DESCRIPTION: command not commands

It was generated by dh_make, but I still think it is correct (there are more
than one command: '-h', '-t', ...)

   * debian/docs: you might want to distribute po/ChangeLog and maybe
 po/README.translators

I will add them

   * debian/rules: shouldn't you be running setup.py clean in the
 clean target?

It is doing nothing, should I add it?

   * Don't forget to build in pbuilder, test with puiparts, lintian
 and linda and once it is uploaded add tags to the debtags[1]
 database.

It builds in pbuilder and it is lintian/linda clean (see my previous mails)

`apt-cache search puiparts` and `apt-file search bin/puiparts`
 returns no result, can you write more about it?


Thank you very much for your reply!
-- 
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-


pgp0tjCqN30l1.pgp
Description: PGP signature


Re: RFS: gaupol -- Subtitle editor for text-based subtitle files

2006-04-09 Thread Paul Wise
On Sun, 2006-04-09 at 10:53 +0200, Piotr Ozarowski wrote:

 I registered a weeks ago but... I didn't receive confirmation mail yet (sic!)
 I have even send a bug report to [EMAIL PROTECTED], but no reply till today :(

Hopefully he will fix this soon.

 Believe me, I was searching for it in reportbug but i missed it. Now I know
 that I should use google, reportbug is not good enough for searching bugs.

google is handy to find if someone else - ubuntu/maemo/etc have packaged
something already. for searching the wnpp bugs, I either bring up the
page in a browser, or use the filter key.

 Hmm, can you write an example?
 I tried `grep -ir copyright [^COPYING]*| grep -v Salomaa`

This seems appropriate:
Copyright (C) 2005 Osmo Salomaa

 You mean:
 On Debian systems, the complete text of the GNU General Public License
 can be found in `/usr/share/common-licenses/GPL'.
 (quote from debian/copyright file)?

From the gaupol script:

# Gaupol is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# Gaupol is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Gaupol; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
USA

* debian/gaupol.1: typo in DESCRIPTION: command not commands
 
 It was generated by dh_make, but I still think it is correct (there are more
 than one command: '-h', '-t', ...)

The full sentence sounds like it refers to only one command:

This manual page documents briefly the gaupol commands.

* debian/rules: shouldn't you be running setup.py clean in the
  clean target?
 
 It is doing nothing, should I add it?

Doesn't really matter, as long as you remember to do it later if
upstream makes it do something.

 `apt-cache search puiparts` and `apt-file search bin/puiparts`
  returns no result, can you write more about it?

Sorry, typo for piuparts.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Re: RFS: libuninameslist -- a library of Unicode annotation data

2006-04-09 Thread Michael Banck
Hi,

On Sun, Apr 09, 2006 at 11:26:15AM +0300, K?stutis Bili?nas wrote:
 I'd be very glad if someone of you could sponsor them for me.

Thanks for your contribution to Debian, but sponsorship requests should
go to -mentors, no need to CC -devel.


thanks,

Michael

-- 
tarzeau anyone else such an irssi fan? [Act: 17,19,24,37,38,97,102,
114,122,134,140,141,142,143,187,201,211,216,264,294,306,334,350,
352,353,398,458,467,520,599,678,698,718,744,751,752,753,754]


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



[RFS] cmus: Lightweight ncurses audio player

2006-04-09 Thread Julien Louis
Hi,

Some times ago, i asked for a sponsor[1] without any answer. Does anyone would
be interested in sponsoring this package ?

Package is still available at http://ptitlouis.sysif.net/debian/cmus/


[1] http://lists.debian.org/debian-mentors/2005/11/msg00395.html

Cheers
-- 
Whoever has lived long enough to find out what life is, knows how deep a debt
of gratitude we owe to Adam, the first great benefactor of our race.  He
brought death into the world.
-- Mark Twain, Pudd'nhead Wilson's Calendar


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



Re: RFS: gaupol -- subtitle editor for text-based subtitle files

2006-04-09 Thread Piotr Ozarowski
Hi, 
I'm looking for a sponsor for gaupol.
Package is lintian/linda clean and builds in pbuilder

* Package name  : gaupol
* Version   : 0.4.0
* Upstream Author   : Osmo Salomaa [EMAIL PROTECTED]
* URL   : http://debian.pox.one.pl/gaupol_0.4.0-1_all.deb
* Debain Source URL : http://debian.pox.one.pl/gaupol_0.4.0.orig.tar.gz
* Changes URL   : http://debian.pox.one.pl/gaupol_0.4.0-1_i386.changes
* dsc URL   : http://debian.pox.one.pl/gaupol_0.4.0-1.dsc
* Source URL: http://download.gna.org/gaupol/0.4/gaupol-0.4.0.tar.gz
* Homepage  : http://home.gna.org/gaupol/
* ITP   : #358189
* License   : GPL
* Description   : subtitle editor for text-based subtitle files
 Text-based subtitles are commonly used with DivX video.
 Gaupol supports multiple subtitle file formats and provides
 means of text corrections and time manipulations.
 Gaupol's user interface is designed with attention to batch
 processing of multiple documents and convenient translating.
 .
 Supported formats are:
   * Advanced Sub Station Alpha (.ssa)
   * MicroDVD (.sub)
   * MPL2 (.txt)
   * SubRip (.srt)
   * Sub Station Alpha (.ssa)
   * SubViewer2 (.sub)
 .
 VobSubs (image-based subtitles used in DVDs) are NOT supported.
 .
  Homepage: http://home.gna.org/gaupol/

Please reply to debian-mentors or CC me
-- 
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-


pgpPnJNKEf2cJ.pgp
Description: PGP signature


Re: [RFS] cmus: Lightweight ncurses audio player

2006-04-09 Thread Nico Golde
Hi,
* Julien Louis [EMAIL PROTECTED] [2006-04-09 13:08]:
 Some times ago, i asked for a sponsor[1] without any answer. Does anyone would
 be interested in sponsoring this package ?
 
 Package is still available at http://ptitlouis.sysif.net/debian/cmus/

Would be nice if you would wrote a proper README.Debian 
file.
Regards Nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org
Forget about that mouse with 3/4/5 buttons -
gimme a keyboard with 103/104/105 keys!


pgptE7iVzp6zB.pgp
Description: PGP signature


Re: [RFS] cmus: Lightweight ncurses audio player

2006-04-09 Thread Thijs Kinkhorst
Hello Julien,

On Sun, April 9, 2006 11:17, Julien Louis wrote:
 Some times ago, i asked for a sponsor[1] without any answer. Does anyone
 would
 be interested in sponsoring this package ?

 Package is still available at http://ptitlouis.sysif.net/debian/cmus/

The package looks good from a quick overview. It might be good to address
these points:


- debian/copyright misses the years for which the copyright applies.
  Please see
  http://lists.debian.org/debian-devel-announce/2006/03/msg00023.html
  for details.

- In debian/control you write it can be control with which should be
  'controlled'.

- In debian/rules, it's good custom to remove the commented dh_ lines
  you're not using.

Good luck with finding a sponsor!


Thijs



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



Re: RFS: texi2html

2006-04-09 Thread Thijs Kinkhorst
Hello Francesco,

On Sun, April 9, 2006 03:16, Francesco Cecconi wrote:
 Hi all DD,

I'm not a DD so can't upload your package, but here's some small comments:

 Sources:

 http://mentors.debian.net/debian/pool/main/t/texi2html/

- In debian/copyright you write The current maintainer is Florian Ernst,
  that's not true anymore :)

- You are including the full text of the GPL, that's not necessary because
you
  can refer to that file in /usr/share/common-licences. You also add some
  other licence texts which are appearently not present in the upstream
  package. Is that actually necessary, and if so, did you contact upstream
  about adding those texts?

Good luck with finding a sponsor!


Thijs


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



Re: How to build packages from tarballs without makefiles

2006-04-09 Thread Justin Pryzby
On Sun, Apr 09, 2006 at 01:20:06AM -0700, David Liontooth wrote:
 Roberto C. Sanchez wrote:
 David Liontooth wrote:
   
 I occasionally run into tarballs without a makefile. How do I turn those
 into Debian packages?
 
 Here's an example -- otk_lib from http://otk.sourceforge.net/.
 
 # tar zxvf otk_lib_0.47.tgz
 otk_lib/gadget_lib.c
 otk_lib/letter2vector2.c
 otk_lib/otk_lib.c
 otk_lib/Readme.txt
 otk_lib/gadget_lib.h
 otk_lib/otk_lib.h
 
 I rename the directory libotk-0.47, enter it, and run dh_make -s,
 getting Currently there is no top level Makefile. The Readme.txt says
 
 /* To Compile:   Directive in code should detect environment and do the
 right thing.*/
 /* 
 Unix/Linux:   
 */
 /*cc -O -c -I/usr/X11R6/include otk_lib.c -o
 otk.o  */
 /*Link with:-lGLU -lGL -lXmu -lXext
 -lX11   */
 
 Do I put these into debian/rules? Where?
 
 I was hoping I could make a few changes and run fakeroot 
 dpkg-buildpackage.
 
 Dave
 
 I would just put those into the debian/rules.  There is not enough there
 to justify a full-blown makefile in my mind.
You could write a nice 5 line Makefile and send it upstream, or you
could stuff the upstream README into debian/rules.

 OK, that's good news, but I need a bit more help -- where do I add them 
 to rules?
See policy for the required targets.  Compiled sources are
arch-dependendent.

CFLAGS = -Wall -g
 
 Can I add the Link with line to give
You shouldn't; there are CPPFLAGS for the preprocessor, and LDFLAGS
for the linker.

   CFLAGS = -Wall -g -lGLU -lGL -lXmu -lXext -lX11
Use LDLIBS instead.

 Does that work?
Yes but..

 What about
 
 -O -c -I/usr/X11R6/include otk_lib.c -o
-O is another CFLAG.  make should take care of -c and -o
automatically, from the rule database that knows how to compile .c to
.o and .o to ELF.

 Under # Add here commands to compile the package. I just have 
 
$(MAKE)
 
 I don't know the syntax here.
MAKE is a variable, $(MAKE) is the contents of that variable.  You
could run make -asdf -f ./debian/rules, and the -asdf would be
preserved in the sub-make.

You should read the gnu make manual:
  http://www.gnu.org/software/make/manual/make.html

Justin


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



Re: RFS: stella -- Atari 2600 Emulator for SDL X windows

2006-04-09 Thread Alexander Schmehl
Hi!

* Joost Yervante Damad [EMAIL PROTECTED] [060409 09:15]:

 How can you adopt a package that is not orphaned without agreement of the 
 current maintainer?

Look at Bug #361345, stella has been orphaned by qa (thinking that the
old maintainer is no longer active), and he adopted the bug.


Yours sincerely,
  Alexander

-- 
http://learn.to/quote/
http://www.catb.org/~esr/faqs/smart-questions.html


signature.asc
Description: Digital signature


Re: RFS: stella -- Atari 2600 Emulator for SDL X windows

2006-04-09 Thread Mario Iseli
On Sat, 2006-04-08 at 23:59 +0200, Alexander Schmehl wrote:
 Comments:
 - Neither lintian nor linda clean
Done

 - debian/changelog should IMHO be more verbose
Done

 - debian/watch uses http://prdownloads.sourceforge.net/ direclty, please
   read the manpage of uscan on how to proper do that
Done

 - debian/stellarrc... uhm... A configurationfile telling me to read a
   webpage to configure it?  That's a joke, isn't it?
Done

Poorwise i have anyway to wait on Joost Yervante Damad's agreement,
otherwise it would be ready at http://www.marioiseli.com/dpkgs/stella/

Mario


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



Re: How to build packages from tarballs without makefiles

2006-04-09 Thread Carlo Segre

On Sun, 9 Apr 2006, David Liontooth wrote:


Roberto C. Sanchez wrote:


I would just put those into the debian/rules.  There is not enough there
to justify a full-blown makefile in my mind.

OK, that's good news, but I need a bit more help -- where do I add them to 
rules?


  CFLAGS = -Wall -g

Can I add the Link with line to give

 CFLAGS = -Wall -g -lGLU -lGL -lXmu -lXext -lX11

Does that work? What about

-O -c -I/usr/X11R6/include otk_lib.c -o

Under # Add here commands to compile the package. I just have
  $(MAKE)



Since there is no Makefile, you will need to explicitly replace the 
$(MAKE) with the gcc or cc command with the options you want.  In the 
install section, again, you will need to replace the $(MAKE) install 
with individual install commands to put the libraries where they are 
supposed to go.


BTW, a library package may not be the best thing to learn packaging.  A 
package which produces a single executable is much easier.


Cheers,

Carlo


--
Carlo U. Segre -- Professor of Physics
Associate Dean for Special Projects, Graduate College
Illinois Institute of Technology
Voice: 312.567.3498Fax: 312.567.3494
[EMAIL PROTECTED]http://www.iit.edu/~segre


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



Re: RFS: libuninameslist -- a library of Unicode annotation data

2006-04-09 Thread Adrian von Bidder
On Sunday 09 April 2006 10:45, Michael Banck wrote:
 Hi,

[libuninameslist]

 On Sun, Apr 09, 2006 at 11:26:15AM +0300, K?stutis Bili?nas wrote:
  I'd be very glad if someone of you could sponsor them for me.

 Thanks for your contribution to Debian, but sponsorship requests should
 go to -mentors, no need to CC -devel.

I'm sure somebody on the new pkg-fonts-devel list will take care of this.  
If nobody else steps forward, I will, but I'll need somebody to look over 
my shoulders as I've not packaged a library before.

-- vbi

-- 
featured product: SpamAssassin - http://spamassassin.org


pgp2kq77mEyFp.pgp
Description: PGP signature


Re: RFS: stella -- Atari 2600 Emulator for SDL X windows

2006-04-09 Thread Joost Yervante Damad
On Sunday 09 April 2006 15:52, Alexander Schmehl wrote:
 Hi!

 * Joost Yervante Damad [EMAIL PROTECTED] [060409 09:15]:
  How can you adopt a package that is not orphaned without agreement of the
  current maintainer?

 Look at Bug #361345, stella has been orphaned by qa (thinking that the
 old maintainer is no longer active), and he adopted the bug.

Yeah, I discussed it with Mario in private.

I apologise that I came to a conclusion to early.

He'll maintain the package.

Greetings Joost Damad

-- 
The planet Andete is famous for it's killer edible poets.


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



Re: RFS: stella -- Atari 2600 Emulator for SDL X windows

2006-04-09 Thread Alexander Schmehl
* Alexander Schmehl [EMAIL PROTECTED] [060408 23:59]:
 Name: stella
 Description: Atari 2600 Emulator for SDL  X windows
[..]

Oh, and (nitpicking):  It's not X windows, but 'X Window (System)'.


Yours sincerely,
  Alexander

-- 
http://learn.to/quote/
http://www.catb.org/~esr/faqs/smart-questions.html


signature.asc
Description: Digital signature


Re: How to build packages from tarballs without makefiles

2006-04-09 Thread Justin Pryzby
On Sun, Apr 09, 2006 at 09:45:02AM -0500, Carlo Segre wrote:
 On Sun, 9 Apr 2006, David Liontooth wrote:
 
 Roberto C. Sanchez wrote:
 
 I would just put those into the debian/rules.  There is not enough there
 to justify a full-blown makefile in my mind.
 
 OK, that's good news, but I need a bit more help -- where do I add them to 
 rules?
 
   CFLAGS = -Wall -g
 
 Can I add the Link with line to give
 
  CFLAGS = -Wall -g -lGLU -lGL -lXmu -lXext -lX11
 
 Does that work? What about
 
 -O -c -I/usr/X11R6/include otk_lib.c -o
 
 Under # Add here commands to compile the package. I just have
   $(MAKE)
 
 
 Since there is no Makefile, you will need to explicitly replace the 
 $(MAKE) with the gcc or cc command with the options you want.
Not true; make foo.o will create it from foo.c or foo.f or whatever,
using values of CFLAGS FFLAGS CPPFLAGS or whatever is appropriate.
make foo also works (assuming of course that the source file is called
foo.something).

 In the install section, again, you will need to replace the
 $(MAKE) install with individual install commands to put the
 libraries where they are supposed to go.
True, afaik.


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



RFS : wmforkplop

2006-04-09 Thread Varun Hiremath
Hi,
I am looking for a sponsor for wmforkplop package.
The package can be downloaded from :
http://www.ae.iitm.ac.in/~ae03b032/wmforkplop.php
The package is lintian clean and builds with pbuilder.

* Package name: wmforkplop
  Version : 0.9.2
  Upstream Author : poolpy [EMAIL PROTECTED]
* URL or Web page : http://freshmeat.net/projects/wmforkplop/
* License : GPL
  Description : Wmforkplop monitors forking activity and displays
top CPU consuming processes

Wmforkplop is a blend of wmhdplop and wmtop. It monitors the forking
activity of the kernel and displays a list of the most CPU-consuming
processes. Although primarily aimed at Windowmaker, it will run on any
window manager, either as a dockapp or as a standard X11 application.

Thank You.

-8--8--8--8
Varun Hiremath
3rd Year Engg Student,
Aerospace Department,
Indian Institute of Technology Madras,
Chennai, India
---
Webpage : http://www.ae.iitm.ac.in/~ae03b032
---


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



Doing RFS on -mentors

2006-04-09 Thread Nico Golde
Hi,
to make it as easy as possible for purspective package checkers 
if you post an RFS on the -mentors list please put all parts 
of the source package in a directory (FTP or HTTP).

The reason why I write this is the wmforkplob RFS.
Don't put your package on a PHP site where the checker has 
to download each file extra because its not possible to 
access the directory on the webserver directly and disable 
directory listing.

Normally I use wget --mirror --no-parent to get the source 
files. So if you do your RFS, enable directory listing on 
your server (or in package directory), post the exact link 
of every file in the mail so we can mark them and use wget 
or upload them to http://sponsors.debian.net.

Kind regards
Nico

-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org
Forget about that mouse with 3/4/5 buttons -
gimme a keyboard with 103/104/105 keys!


pgps3o8jyAHTn.pgp
Description: PGP signature


Re: Doing RFS on -mentors

2006-04-09 Thread Justin Pryzby
On Sun, Apr 09, 2006 at 08:52:02PM +0200, Nico Golde wrote:
 Hi,
 to make it as easy as possible for purspective package checkers 
 if you post an RFS on the -mentors list please put all parts 
 of the source package in a directory (FTP or HTTP).
 
 The reason why I write this is the wmforkplob RFS.
 Don't put your package on a PHP site where the checker has 
 to download each file extra because its not possible to 
 access the directory on the webserver directly and disable 
 directory listing.
 
 Normally I use wget --mirror --no-parent to get the source 
 files. So if you do your RFS, enable directory listing on 
 your server (or in package directory), post the exact link 
 of every file in the mail so we can mark them and use wget 
 or upload them to http://sponsors.debian.net.
And do whatever needs to be done so a .diff.gz shows up in my browser,
rather than making me download it :)

More seriously, this brings me to a practical reason to use non native
packages (and of course pristine, where possible).  These are not just
theoretical things, but actively make things more difficult for me.

  1. You don't have to upload the entire .orig.tar.gz on every Debian
 release.  This has been mentioned occasionally, but I mention it
 again since it is probably the only really significant reason I
 have ever heard before.

  2. It allows one to easily read .diff.gz on PQDO [0], which is set
 up such as to allow transparent decompression by the browser.
 When you hear OSS or whatever advertized as peer reviewed, this
 is why.  It allows me to tag bugs upstream if I can look
 briefly at the .diff.gz (or check the size, which is shown as a
 mouse hover title) and confirm that there aren't any relevant
 patches applied.

 It also lets me to other checks really easily, whereas I would
 otherwise have to :Nread and |gunzip in vim or whatever.


Justin

References

[0] 
http://ftp.debian.org/debian/pool/main/f/firefox/firefox_1.5.dfsg+1.5.0.1-4.diff.gz


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



Re: Doing RFS on -mentors

2006-04-09 Thread gregor herrmann
On Sun, Apr 09, 2006 at 03:16:50PM -0400, Justin Pryzby wrote:

  Normally I use wget --mirror --no-parent to get the source 
  files. So if you do your RFS, enable directory listing on 
  your server (or in package directory), post the exact link 
  of every file in the mail so we can mark them and use wget 
  or upload them to http://sponsors.debian.net.
 And do whatever needs to be done so a .diff.gz shows up in my browser,
 rather than making me download it :)

Apropos http://sponsors.debian.net/ :

It seems that this service is not really used (at least by sponsors).
Looking at
http://sponsors.debian.net/listing.php?sort=pa_createdshow=184offset=0order=desc
shows the following data for 2006:

Packages created in 2006: 80
Packages from 2006 without sponsor: 51
Sponsored/assigned packages: 29
Packages sponsored by/assigned to Florian Ragwitz: 27
Packages sponsored by/assigned to Micah Anderson: 1
Packages sponsored by/assigned to David Moreno Garza: 1

It looks like http://sponsors.debian.net/ is a service primarily for
Florian's efforts ;-)

Cheers,
gregor 
-- 
 .''`.   http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
 : :' :  infos zur usenet-hierarchie at.*: http://www.usenet.at/
 `. `'   member of https://www.vibe.at/ | how to reply: http://got.to/quote/
   `-NP: The Johnny Thompson Singers: You May Look For Me


signature.asc
Description: Digital signature


Re: Doing RFS on -mentors

2006-04-09 Thread Neil McGovern
On Mon, Apr 10, 2006 at 12:23:05AM +0200, gregor herrmann wrote:
 On Sun, Apr 09, 2006 at 03:16:50PM -0400, Justin Pryzby wrote:
 
   Normally I use wget --mirror --no-parent to get the source 
   files. So if you do your RFS, enable directory listing on 
   your server (or in package directory), post the exact link 
   of every file in the mail so we can mark them and use wget 
   or upload them to http://sponsors.debian.net.
  And do whatever needs to be done so a .diff.gz shows up in my browser,
  rather than making me download it :)
 
 It seems that this service is not really used (at least by sponsors).

It is being used, or at least I keep getting sent the support requests
:)

However, for uploading your packages, please use mentors.debian.net.

Neil
-- 
A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?
gpg key - http://www.halon.org.uk/pubkey.txt ; the.earth.li B345BDD3


signature.asc
Description: Digital signature


kqemu package

2006-04-09 Thread Rakotomandimby Mihamina
Hi,
Would you know any project to make a kqemu Debian package?
I know there is already a qemu, I just subscribed to the ML, but how
about kqemu?

-- 
A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source  GPL).
Opengroupware, SPIP, Plone, PhpBB, JetSpeed... are good: CPS is better.
http://www.cps-project.org for downloads  documentation.


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



Re: kqemu package

2006-04-09 Thread Martin Kelly

It is not open source... you would have to put it in the non-free section.

Rakotomandimby Mihamina wrote:

Hi,
Would you know any project to make a kqemu Debian package?
I know there is already a qemu, I just subscribed to the ML, but how
about kqemu?




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



Re: kqemu package

2006-04-09 Thread Adam Borowski

On Mon, 10 Apr 2006, Rakotomandimby Mihamina wrote:

Would you know any project to make a kqemu Debian package?
I know there is already a qemu, I just subscribed to the ML, but how
about kqemu?


The problem is, you are not allowed to distribute kqemu.  So, the only 
thing you will be legally permitted to do with your package will be 
installing it on any number of machines under your control.


If you don't insist on having proper packages:
# apt-get build-dep qemu
$ apt-get source qemu
Untar the kqemu tarball inside the qemu dir.  The last time I checked, 
kqemu had version 0.7.2 while qemu 0.8.0 -- but it's ok.


Then, you need to make sure you have proper kernel headers in 
/usr/src/linux (or somewhere else, in this case you'll have to append 
--kernel-path= to configure).


Then, you build qemu normally, it's configure script will notice the kqemu 
subdir and build it as well.  The deb will have support for kqemu enabled, 
but won't include the package itself.  'make install' as root inside the 
kqemu dir will fix that.



In order to make proper packages, you would have to edit kqemu/Makefile 
and kqemu/install.sh, changing all hard-coded paths appropiately.



--
/---\ Shh, be vewy, vewy quiet,
| [EMAIL PROTECTED] | I'm hunting wuntime ewwows!
\---/
Segmentation fault (core dumped)


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



Re: kqemu package

2006-04-09 Thread Adam Borowski

On Sun, 9 Apr 2006, Martin Kelly wrote:

Rakotomandimby Mihamina wrote:

 Would you know any project to make a kqemu Debian package?
 I know there is already a qemu, I just subscribed to the ML, but how
 about kqemu?


It is not open source... you would have to put it in the non-free section.


Not even there, at least not without explicit authorisation from Fabrice 
Bellard.  You can still make a downloader+installer package (for contrib), 
but it will break every time the upstream webpage changes.


--
/---\ Shh, be vewy, vewy quiet,
| [EMAIL PROTECTED] | I'm hunting wuntime ewwows!
\---/
Segmentation fault (core dumped)


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



RFC: swfmill

2006-04-09 Thread Miriam Ruiz
swfmill is an xml2swf and swf2xml processor with import functionalities

License: GNU GPL
Homepage: http://iterative.org/swfmill/

It's most common use is the generation of asset libraries containing
images (PNG and JPEG), fonts (TTF) or other SWF movies for use with
MTASC-compiled ActionScript, although swfmill can be used to produce both
simple and complex SWF structures.

Features:
   * Built around an XSLT/EXSLT processor (libxslt)
   * Input and output of the XSLT transformation can be either XML or
   binary SWF
   * XSLT commands for importing PNG, JPEG, TTF and SWF, and for mapping
   SWF ID numbers
   * Built-in simple dialect to support library creation and building
   simple SWFs

My packages are available at http://baby.yi.org/packages/swfmill/ (lets hope
my home server stays up for some time, I'm still having small problems with
the connection)

Thanks,
Miry




__ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com


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



Re: How to build packages from tarballs without makefiles

2006-04-09 Thread Carlo Segre

On Sun, 9 Apr 2006, Justin Pryzby wrote:


On Sun, Apr 09, 2006 at 09:45:02AM -0500, Carlo Segre wrote:

On Sun, 9 Apr 2006, David Liontooth wrote:


Roberto C. Sanchez wrote:


I would just put those into the debian/rules.  There is not enough there
to justify a full-blown makefile in my mind.


OK, that's good news, but I need a bit more help -- where do I add them to
rules?

 CFLAGS = -Wall -g

Can I add the Link with line to give

CFLAGS = -Wall -g -lGLU -lGL -lXmu -lXext -lX11

Does that work? What about

-O -c -I/usr/X11R6/include otk_lib.c -o

Under # Add here commands to compile the package. I just have
 $(MAKE)



Since there is no Makefile, you will need to explicitly replace the
$(MAKE) with the gcc or cc command with the options you want.

Not true; make foo.o will create it from foo.c or foo.f or whatever,
using values of CFLAGS FFLAGS CPPFLAGS or whatever is appropriate.
make foo also works (assuming of course that the source file is called
foo.something).



Interesting, I had not tried that before.  Obviously my make experience 
is lacking...


Carlo


--
Carlo U. Segre -- Professor of Physics
Associate Dean for Special Projects, Graduate College
Illinois Institute of Technology
Voice: 312.567.3498Fax: 312.567.3494
[EMAIL PROTECTED]http://www.iit.edu/~segre


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