RFS: csmash - a table tennis simulation game

2004-04-10 Thread Bartosz Fenski aka fEnIo
Hello.

CannonSmash was maintained by Wolfgang Sourdeau <[EMAIL PROTECTED]>.
However he orphaned[1] this package some time ago.

I would like to adopt it. I prepared my own packages[2], and I'm looking
for sponsor for them. 

I resolved one outstanding bug[3]. This could save some space on
servers/mirrors. 

However if you kindly agree to sponsor this package for me, consider
sponsoring another one[4]. Its name is csmash-demosong and it was also
orphaned by Wolfgang. So eventual sponsoring would close another bug[5].

All packages are lintian and linda clean. Should build without problems,
cause I've made only minor updates to rules file, and some cosmetics.

Thanks for reading it.

regards
fEnIo

[1] - http://bugs.debian.org/228430
[2] - http://skawina.eu.org/en/pakiety.html#csmash
[3] - http://bugs.debian.org/27
[4] - http://skawina.eu.org/csmash-demosong/
[5] - http://bugs.debian.org/228429
-- 
  _  Bartosz Feński | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 | 
IRC:fEnIo
_|_|_ 32-050 Skawina - Głowackiego 3/15 - w. małopolskie - Polska
(0 0)  phone:+48602383548 | Slackware - the weakest link
ooO--(_)--Ooo  http://skawina.eu.org | JID:[EMAIL PROTECTED] | RLU:172001


signature.asc
Description: Digital signature


Bad Attachment type (Re: Re: Re: hello)

2004-04-10 Thread AutoReply
Because bad attachment (*.exe,*.vbs,*.com or *.bat files)  your mail was 
refused by the mail server



RFS capisuite and sfftobmp

2004-04-10 Thread Daniel J. Priem
Hello just repacked the following packages

http://www.mpe.mpg.de/~ach/debian/
capisuite and sfftobmp
website is http://www.capisuite.de

short description capisuite

easy fax and voice box solution for ISDN/CAPI capable devices
In the default setup CapiSuite provides a fax and voice box solution for
multi users. The Software is very usefull if you have a CAPI20 capable
ISDN Card like AVM Fitz!Card

short description sfftobmp
SFF (Structed Fax File) converter
 Tool to convert "Structured Fax Files" into Windows bitmaps(BMP),
Portable Bitmaps (PBM), JPEG Pictures (JPG) and single or multipaged
TIFF Images.

This is used to convert the incoming faksimiles wich are saved as sff to
be converted to graphics to pdf files wich then will be mailed to the
user

the "i hope ready for upload" files / .debs are located
http://walki.homelinux.org/docu/capi/
If you think after installation/testing this packages are good enough
for debian then i go to fill an ITP 


Thanks 
Daniel J. Priem 
aka codebreaker 
#debian #debian.de freenode.net



-- 
Retrieve my key from: 
www.keyserver.de 
blackhole.pca.dfn.de 
horowitz.surfnet.nl 
keyID 7B196671
or send email with subject "fetch key"


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: RFS capisuite and sfftobmp

2004-04-10 Thread Bruno Barrera C.
On Sat, 2004-04-10 at 12:53, Daniel J. Priem wrote:
> Hello just repacked the following packages
> 
> http://www.mpe.mpg.de/~ach/debian/
> capisuite and sfftobmp
> website is http://www.capisuite.de

[...]

Hello,

Well, actually there is some problems with your package.

- libcapi20-2 should be in the Build-Depends line, otherwise:

checking for capi20_register in -lcapi20... no
configure: error: libcapi20 not found

- Standards-Version should be 3.6.1 instead of 3.5.2

- Your debian/rules, needs more work. I mean, remove unnecessary
comments, check the ./configure options, etc.

- This program requires a manpage. Please create one for this package.

Note: Most of this problems, can be detected using a Debian package
checker, like 'lintian' or 'linda'. To check dependencies problems, you
could use pbuilder, or setup a minimal chroot environment to test your
package. Check [1] to know how to do this. .

[1] http://people.cintegral.cl/~bruno/chroot.pdf

That's for start.

Cheers,
Bruno.
-- 
Midway upon the journey of our life,
I found myself within a forest dark,
For the straightforward pathway had been lost.


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


RFS: bloat

2004-04-10 Thread Jeff Breker
Hello debian mentors,

I am looking for a sponsor for bloat, a perl script that extracts an
archive with the necessary utility.

* Package name: bloat
  Version : 1.3.0.1
  Upstream Author : Dave Wickham <[EMAIL PROTECTED]>
* URL : http://bloat.sourceforge.net/
* License : GPL
  Description : Easy command line-based extraction utility

Bloat is a perl script which allows easy CLI-based extraction.

ITP can be found at:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=243054

My packages can be found at: http://breker.shacknet.nu/


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


CDBS and menu icons

2004-04-10 Thread Matt Brubeck
I am adding a menu icon to my "audacity" package, built with CDBS.  Can
anyone suggest the best way to install the icons (which are not part of
the original source)?  Currently I am using the following lines in
debian/rules:

  ICONS = debian/audacity.xpm debian/audacity16.xpm

  binary-install/audacity:: $(ICONS)
  install -d debian/audacity/usr/share/audacity
  install -m 644 $(ICONS) debian/audacity/usr/share/audacity

You can find the entire package here:

  http://mentors.debian.net/debian/pool/main/a/audacity/



Re: RFS: bloat

2004-04-10 Thread Eduard Bloch
#include 
* Jeff Breker [Sat, Apr 10 2004, 03:08:35PM]:
> Hello debian mentors,
> 
> I am looking for a sponsor for bloat, a perl script that extracts an
> archive with the necessary utility.
> 
> * Package name: bloat
>   Version : 1.3.0.1
>   Upstream Author : Dave Wickham <[EMAIL PROTECTED]>
> * URL : http://bloat.sourceforge.net/
> * License : GPL
>   Description : Easy command line-based extraction utility
>   
>   
> Bloat is a perl script which allows easy CLI-based extraction.

Lol. It looks like BLOATed and less-featured version of my unp script
(and ucat, package "unp").

Regards,
Eduard.
-- 
Jeder Mensch hat seinen individuellen Aberglauben, der ihn bald im
Scherz, bald im Ernst leitet.
-- Georg Christoph Lichtenberg, Sudelbücher



Re: CDBS and menu icons

2004-04-10 Thread Brian Nelson
Matt Brubeck <[EMAIL PROTECTED]> writes:

> I am adding a menu icon to my "audacity" package, built with CDBS.  Can
> anyone suggest the best way to install the icons (which are not part of
> the original source)?  Currently I am using the following lines in
> debian/rules:
>
>   ICONS = debian/audacity.xpm debian/audacity16.xpm
>
>   binary-install/audacity:: $(ICONS)
>   install -d debian/audacity/usr/share/audacity
>   install -m 644 $(ICONS) debian/audacity/usr/share/audacity

Does that not work?  Personally, I'd use dh_install, but it doesn't
really matter as long as it works...

-- 
You win again, gravity!



Re: RFS: stripclub - Online Comic Reader/Archiver

2004-04-10 Thread Brian Nelson
A few more minor problems:

* In interface.fl:163:

callback {system("xterm -e zless /usr/share/doc/stripclub/readme.txt.gz");}

  You can't rely on xterm being available unless you depend upon it, and
  even still, that's bad practice.  Instead, you should use
  /usr/bin/x-terminal-emulator.

* Code like stripclub:288:

snprintf(cmd, 1023, "rm -rf %s", GetCacheFileName("", false));
system(cmd);

  is potentially dangerous, since what if %s is "some file /", without
  the quotes?  Yeah, from the code path, it looks like that wouldn't
  happen under normal conditions, but still I'd avoid code like that
  altogether.

* The CFLAGS and INSTALL_PROGRAM stuff in debian/rules is unused.  You
  should pass CFLAGS to the 'make' command, and just remove the
  INSTALL_PROGRAM stuff since dh_strip does the right thing anyway.
  Bah, I hate dh_make ...

* Finally, your debian/rules lacks the "binary-indep" target, which is a
  policy violation.  Quoting section 4.8:

Both the binary-arch and binary-indep targets must exist. If one of
them has nothing to do (which will always be the case if the source
generates only a single binary package, whether
architecture-dependent or not), it must still exist and must always
succeed.

  So just add it and have it do nothing.

-- 
You win again, gravity!



RFS: csmash - a table tennis simulation game

2004-04-10 Thread Bartosz Fenski aka fEnIo
Hello.

CannonSmash was maintained by Wolfgang Sourdeau <[EMAIL PROTECTED]>.
However he orphaned[1] this package some time ago.

I would like to adopt it. I prepared my own packages[2], and I'm looking
for sponsor for them. 

I resolved one outstanding bug[3]. This could save some space on
servers/mirrors. 

However if you kindly agree to sponsor this package for me, consider
sponsoring another one[4]. Its name is csmash-demosong and it was also
orphaned by Wolfgang. So eventual sponsoring would close another bug[5].

All packages are lintian and linda clean. Should build without problems,
cause I've made only minor updates to rules file, and some cosmetics.

Thanks for reading it.

regards
fEnIo

[1] - http://bugs.debian.org/228430
[2] - http://skawina.eu.org/en/pakiety.html#csmash
[3] - http://bugs.debian.org/27
[4] - http://skawina.eu.org/csmash-demosong/
[5] - http://bugs.debian.org/228429
-- 
  _  Bartosz Feński | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 | IRC:fEnIo
_|_|_ 32-050 Skawina - Głowackiego 3/15 - w. małopolskie - Polska
(0 0)  phone:+48602383548 | Slackware - the weakest link
ooO--(_)--Ooo  http://skawina.eu.org | JID:[EMAIL PROTECTED] | RLU:172001


signature.asc
Description: Digital signature


Bad Attachment type (Re: Re: Re: hello)

2004-04-10 Thread AutoReply
Because bad attachment (*.exe,*.vbs,*.com or *.bat files)  your mail was refused by 
the mail server


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



RFS capisuite and sfftobmp

2004-04-10 Thread Daniel J. Priem
Hello just repacked the following packages

http://www.mpe.mpg.de/~ach/debian/
capisuite and sfftobmp
website is http://www.capisuite.de

short description capisuite

easy fax and voice box solution for ISDN/CAPI capable devices
In the default setup CapiSuite provides a fax and voice box solution for
multi users. The Software is very usefull if you have a CAPI20 capable
ISDN Card like AVM Fitz!Card

short description sfftobmp
SFF (Structed Fax File) converter
 Tool to convert "Structured Fax Files" into Windows bitmaps(BMP),
Portable Bitmaps (PBM), JPEG Pictures (JPG) and single or multipaged
TIFF Images.

This is used to convert the incoming faksimiles wich are saved as sff to
be converted to graphics to pdf files wich then will be mailed to the
user

the "i hope ready for upload" files / .debs are located
http://walki.homelinux.org/docu/capi/
If you think after installation/testing this packages are good enough
for debian then i go to fill an ITP 


Thanks 
Daniel J. Priem 
aka codebreaker 
#debian #debian.de freenode.net



-- 
Retrieve my key from: 
www.keyserver.de 
blackhole.pca.dfn.de 
horowitz.surfnet.nl 
keyID 7B196671
or send email with subject "fetch key"


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: RFS capisuite and sfftobmp

2004-04-10 Thread Bruno Barrera C.
On Sat, 2004-04-10 at 12:53, Daniel J. Priem wrote:
> Hello just repacked the following packages
> 
> http://www.mpe.mpg.de/~ach/debian/
> capisuite and sfftobmp
> website is http://www.capisuite.de

[...]

Hello,

Well, actually there is some problems with your package.

- libcapi20-2 should be in the Build-Depends line, otherwise:

checking for capi20_register in -lcapi20... no
configure: error: libcapi20 not found

- Standards-Version should be 3.6.1 instead of 3.5.2

- Your debian/rules, needs more work. I mean, remove unnecessary
comments, check the ./configure options, etc.

- This program requires a manpage. Please create one for this package.

Note: Most of this problems, can be detected using a Debian package
checker, like 'lintian' or 'linda'. To check dependencies problems, you
could use pbuilder, or setup a minimal chroot environment to test your
package. Check [1] to know how to do this. .

[1] http://people.cintegral.cl/~bruno/chroot.pdf

That's for start.

Cheers,
Bruno.
-- 
Midway upon the journey of our life,
I found myself within a forest dark,
For the straightforward pathway had been lost.


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


RFS: bloat

2004-04-10 Thread Jeff Breker
Hello debian mentors,

I am looking for a sponsor for bloat, a perl script that extracts an
archive with the necessary utility.

* Package name: bloat
  Version : 1.3.0.1
  Upstream Author : Dave Wickham <[EMAIL PROTECTED]>
* URL : http://bloat.sourceforge.net/
* License : GPL
  Description : Easy command line-based extraction utility

Bloat is a perl script which allows easy CLI-based extraction.

ITP can be found at:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=243054

My packages can be found at: http://breker.shacknet.nu/


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


CDBS and menu icons

2004-04-10 Thread Matt Brubeck
I am adding a menu icon to my "audacity" package, built with CDBS.  Can
anyone suggest the best way to install the icons (which are not part of
the original source)?  Currently I am using the following lines in
debian/rules:

  ICONS = debian/audacity.xpm debian/audacity16.xpm

  binary-install/audacity:: $(ICONS)
  install -d debian/audacity/usr/share/audacity
  install -m 644 $(ICONS) debian/audacity/usr/share/audacity

You can find the entire package here:

  http://mentors.debian.net/debian/pool/main/a/audacity/


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



Re: RFS: bloat

2004-04-10 Thread Eduard Bloch
#include 
* Jeff Breker [Sat, Apr 10 2004, 03:08:35PM]:
> Hello debian mentors,
> 
> I am looking for a sponsor for bloat, a perl script that extracts an
> archive with the necessary utility.
> 
> * Package name: bloat
>   Version : 1.3.0.1
>   Upstream Author : Dave Wickham <[EMAIL PROTECTED]>
> * URL : http://bloat.sourceforge.net/
> * License : GPL
>   Description : Easy command line-based extraction utility
> 
> Bloat is a perl script which allows easy CLI-based extraction.

Lol. It looks like BLOATed and less-featured version of my unp script
(and ucat, package "unp").

Regards,
Eduard.
-- 
Jeder Mensch hat seinen individuellen Aberglauben, der ihn bald im
Scherz, bald im Ernst leitet.
-- Georg Christoph Lichtenberg, Sudelbücher


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



Re: CDBS and menu icons

2004-04-10 Thread Brian Nelson
Matt Brubeck <[EMAIL PROTECTED]> writes:

> I am adding a menu icon to my "audacity" package, built with CDBS.  Can
> anyone suggest the best way to install the icons (which are not part of
> the original source)?  Currently I am using the following lines in
> debian/rules:
>
>   ICONS = debian/audacity.xpm debian/audacity16.xpm
>
>   binary-install/audacity:: $(ICONS)
>   install -d debian/audacity/usr/share/audacity
>   install -m 644 $(ICONS) debian/audacity/usr/share/audacity

Does that not work?  Personally, I'd use dh_install, but it doesn't
really matter as long as it works...

-- 
You win again, gravity!


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



Re: RFS: stripclub - Online Comic Reader/Archiver

2004-04-10 Thread Brian Nelson
A few more minor problems:

* In interface.fl:163:

callback {system("xterm -e zless /usr/share/doc/stripclub/readme.txt.gz");}

  You can't rely on xterm being available unless you depend upon it, and
  even still, that's bad practice.  Instead, you should use
  /usr/bin/x-terminal-emulator.

* Code like stripclub:288:

snprintf(cmd, 1023, "rm -rf %s", GetCacheFileName("", false));
system(cmd);

  is potentially dangerous, since what if %s is "some file /", without
  the quotes?  Yeah, from the code path, it looks like that wouldn't
  happen under normal conditions, but still I'd avoid code like that
  altogether.

* The CFLAGS and INSTALL_PROGRAM stuff in debian/rules is unused.  You
  should pass CFLAGS to the 'make' command, and just remove the
  INSTALL_PROGRAM stuff since dh_strip does the right thing anyway.
  Bah, I hate dh_make ...

* Finally, your debian/rules lacks the "binary-indep" target, which is a
  policy violation.  Quoting section 4.8:

Both the binary-arch and binary-indep targets must exist. If one of
them has nothing to do (which will always be the case if the source
generates only a single binary package, whether
architecture-dependent or not), it must still exist and must always
succeed.

  So just add it and have it do nothing.

-- 
You win again, gravity!


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



Re: RFS: stripclub - Online Comic Reader/Archiver

2004-04-10 Thread Benjamin Cutler
Brian Nelson wrote:

A few more minor problems:

* In interface.fl:163:

   callback {system("xterm -e zless 
/usr/share/doc/stripclub/readme.txt.gz");}

 You can't rely on xterm being available unless you depend upon it, and
 even still, that's bad practice.  Instead, you should use
 /usr/bin/x-terminal-emulator.
 

Fixed.

* Code like stripclub:288:

   snprintf(cmd, 1023, "rm -rf %s", GetCacheFileName("", false));
   system(cmd);
 is potentially dangerous, since what if %s is "some file /", without
 the quotes?  Yeah, from the code path, it looks like that wouldn't
 happen under normal conditions, but still I'd avoid code like that
 altogether.
 

I never really did feel comfortable about that snippet of code, it was 
added in as a request... I'll get rid of it for debian, and remove it 
from the next upstream release. People can remove the cache themselves 
if they really want to...

* The CFLAGS and INSTALL_PROGRAM stuff in debian/rules is unused.  You
 should pass CFLAGS to the 'make' command, and just remove the
 INSTALL_PROGRAM stuff since dh_strip does the right thing anyway.
 Bah, I hate dh_make ...
 

Fixed.

* Finally, your debian/rules lacks the "binary-indep" target, which is a
 policy violation.  Quoting section 4.8:
   Both the binary-arch and binary-indep targets must exist. If one of
   them has nothing to do (which will always be the case if the source
   generates only a single binary package, whether
   architecture-dependent or not), it must still exist and must always
   succeed.
 So just add it and have it do nothing.

 

Oops. Got too zealous cleaning. Fixed.

0.6.2-2 will be up at the same URL later tonight.

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


New Screenshot for my tupim project

2004-04-10 Thread William Ballard
I uploaded a more detailed screenshot as an advertisement for what my 
little tupim program can do:

http://osdn.dl.sourceforge.net/sourceforge/pim-tb/tupim-video.png
(Warning: 156K)

It shows a more complicated schema with lots of data, that I'm using to 
keep track of my (fair use) recorded TV show collection.

Notice how recordstrings from lookup tables are in parenthesis, and you 
can have nested lookup recordstrings.  It's a proper MSAccess ripoff!

(Again, for cheesy small 1-user databases).

It would be lovely to have a sponsor!


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



Stop feeling bad about yourself!!

2004-04-10 Thread Nolan
Fulfill your dreams

get your University Degree and

receive the payment and respect that you deserve!!

Get a Bachelors, Masters, MBA, and Doctorate (PhD) diploma! 

No one is turned down!  

Call Today 1-917-591-5128 (7 days a week)  

Confidentiality assured!  


out 
http://bigclubhands.com/nomoremail/


bourgeois chimera razor gantlet whether speak musty went predictor spectrography 
religiosity bagel crosstalk competitive perilous beggary jab lubricant physiotherapist 
intake skirt pernicious testbed disruptive nobleman curtail suit anselm  
hipster askew udu epm  
churchmennoble lingerie hydride daddy contort ekstrom castigate claudia jazzy earn 
decorate stockroom fourier checksummed