Re: [RFS] libphysfs - filesystem abstraction library for game programmers

2003-10-19 Thread Matthias Urlichs
Hi, Bartosz Fenski aka fEnIo wrote:

 May I untar it, then remove those files and tar-gzip it once again and
 build package without those files or original sources cannot be changed?

Original sources can be changed if necessary. In fact, if upstream debian/
is that broken it might make sense to remove it entirely -- you might
want to tell upstream to do that so the problem will correct itself when
upstream does their next release.

If you do change the .orig.tar.gz, please include a paragraph (or a shell
script) in README.Debian which explains what you did so that others can
reproduce your work.

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
Silence is the only virtue he has left.


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



Re: [RFS] libphysfs - filesystem abstraction library for game programmers

2003-10-19 Thread Matthias Urlichs
Hi, Bartosz Fenski aka fEnIo wrote:

 May I untar it, then remove those files and tar-gzip it once again and
 build package without those files or original sources cannot be changed?

Original sources can be changed if necessary. In fact, if upstream debian/
is that broken it might make sense to remove it entirely -- you might
want to tell upstream to do that so the problem will correct itself when
upstream does their next release.

If you do change the .orig.tar.gz, please include a paragraph (or a shell
script) in README.Debian which explains what you did so that others can
reproduce your work.

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
Silence is the only virtue he has left.



[RFS] libphysfs - filesystem abstraction library for game programmers

2003-10-17 Thread Bartosz Fenski aka fEnIo
Hello.

I am looking for sponsor for library I've just packaged.

Package: libphysfs0
Section: libs
Architecture: any
Description: filesystem abstraction library for game programmers
 The PhysicsFS filesystem abstraction library provides a simple C
 interface to aid game programmers in utilizing game assets packaged in
 many different types of archive files.

It's my first library package so I'll be very thankful for poiting me
out my mistakes/errors. 

Packages can be found at http://skawina.eu.org/libphysfs/

Package is *almost* lintian free. I can't remove one error:
E: libphysfs0 source: debian-files-list-in-source

I've added `rm -f debian/files` in clean target but it didn't help.
Any suggestions are welcome.

Packages are quite tested. There are building with pbuilder and works with
applications which depend on it.

This library is needed for netpanzer game wich I'd like to package too.

regards
fEnIo

-- 
  _ Bartosz Feski aka fEnIo | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 
_|_|_32-050 Skawina - Gowackiego 3/15 - w. maopolskie - Polska
(0 0) phone:+48501608340 | ICQ:46704720 | GG:726362 | IRC:fEnIo
ooO--(_)--Ooo http://skawina.eu.org | JID:[EMAIL PROTECTED] | RLU:172001


signature.asc
Description: Digital signature


Re: [RFS] libphysfs - filesystem abstraction library for game programmers

2003-10-17 Thread Bartosz Fenski aka fEnIo
On Fri, Oct 17, 2003 at 11:44:21AM +0200, Bartosz Fenski aka fEnIo wrote:
 Packages can be found at http://skawina.eu.org/libphysfs/
 
 Package is *almost* lintian free. I can't remove one error:
 E: libphysfs0 source: debian-files-list-in-source
 
 I've added `rm -f debian/files` in clean target but it didn't help.
 Any suggestions are welcome.
Hmm... may I remove this file with a `dpkg-buildpackage -i` or `-I` ?
What's the correct way to do that?
 
 Packages are quite tested. There are building with pbuilder and works with
 applications which depend on it.
 
 This library is needed for netpanzer game wich I'd like to package too.

Oh, and I forgot to say that this is related to #215778.

regards
fEnIo
-- 
  _ Bartosz Feski aka fEnIo | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 
_|_|_32-050 Skawina - Gowackiego 3/15 - w. maopolskie - Polska
(0 0) phone:+48501608340 | ICQ:46704720 | GG:726362 | IRC:fEnIo
ooO--(_)--Ooo http://skawina.eu.org | JID:[EMAIL PROTECTED] | RLU:172001


signature.asc
Description: Digital signature


Re: [RFS] libphysfs - filesystem abstraction library for game programmers

2003-10-17 Thread Bartosz Fenski aka fEnIo
On Fri, Oct 17, 2003 at 02:30:56PM +0200, Bartosz Fenski aka fEnIo wrote:
  Packages can be found at http://skawina.eu.org/libphysfs/
  
  Package is *almost* lintian free. I can't remove one error:
  E: libphysfs0 source: debian-files-list-in-source
  
  I've added `rm -f debian/files` in clean target but it didn't help.
  Any suggestions are welcome.
 Hmm... may I remove this file with a `dpkg-buildpackage -i` or `-I` ?
 What's the correct way to do that?
It seems that lintian shows error because of debian/ directory in
upstream sources. There are some debian/* files in tar.gz downloaded
from homepage but they are obsoleted. 
What should I do?
May I untar it, then remove those files and tar-gzip it once again and
build package without those files or original sources cannot be changed?

It seems that I've created nice monologue here ;)

regards
fEnIo

-- 
  _ Bartosz Feski aka fEnIo | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 
_|_|_32-050 Skawina - Gowackiego 3/15 - w. maopolskie - Polska
(0 0) phone:+48501608340 | ICQ:46704720 | GG:726362 | IRC:fEnIo
ooO--(_)--Ooo http://skawina.eu.org | JID:[EMAIL PROTECTED] | RLU:172001


signature.asc
Description: Digital signature


[RFS] libphysfs - filesystem abstraction library for game programmers

2003-10-17 Thread Bartosz Fenski aka fEnIo
Hello.

I am looking for sponsor for library I've just packaged.

Package: libphysfs0
Section: libs
Architecture: any
Description: filesystem abstraction library for game programmers
 The PhysicsFS filesystem abstraction library provides a simple C
 interface to aid game programmers in utilizing game assets packaged in
 many different types of archive files.

It's my first library package so I'll be very thankful for poiting me
out my mistakes/errors. 

Packages can be found at http://skawina.eu.org/libphysfs/

Package is *almost* lintian free. I can't remove one error:
E: libphysfs0 source: debian-files-list-in-source

I've added `rm -f debian/files` in clean target but it didn't help.
Any suggestions are welcome.

Packages are quite tested. There are building with pbuilder and works with
applications which depend on it.

This library is needed for netpanzer game wich I'd like to package too.

regards
fEnIo

-- 
  _ Bartosz Feński aka fEnIo | mailto:[EMAIL PROTECTED] | 
pgp:0x13fefc40 
_|_|_32-050 Skawina - Głowackiego 3/15 - w. małopolskie - Polska
(0 0) phone:+48501608340 | ICQ:46704720 | GG:726362 | IRC:fEnIo
ooO--(_)--Ooo http://skawina.eu.org | JID:[EMAIL PROTECTED] | RLU:172001


signature.asc
Description: Digital signature


Re: [RFS] libphysfs - filesystem abstraction library for game programmers

2003-10-17 Thread Bartosz Fenski aka fEnIo
On Fri, Oct 17, 2003 at 11:44:21AM +0200, Bartosz Fenski aka fEnIo wrote:
 Packages can be found at http://skawina.eu.org/libphysfs/
 
 Package is *almost* lintian free. I can't remove one error:
 E: libphysfs0 source: debian-files-list-in-source
 
 I've added `rm -f debian/files` in clean target but it didn't help.
 Any suggestions are welcome.
Hmm... may I remove this file with a `dpkg-buildpackage -i` or `-I` ?
What's the correct way to do that?
 
 Packages are quite tested. There are building with pbuilder and works with
 applications which depend on it.
 
 This library is needed for netpanzer game wich I'd like to package too.

Oh, and I forgot to say that this is related to #215778.

regards
fEnIo
-- 
  _ Bartosz Feński aka fEnIo | mailto:[EMAIL PROTECTED] | 
pgp:0x13fefc40 
_|_|_32-050 Skawina - Głowackiego 3/15 - w. małopolskie - Polska
(0 0) phone:+48501608340 | ICQ:46704720 | GG:726362 | IRC:fEnIo
ooO--(_)--Ooo http://skawina.eu.org | JID:[EMAIL PROTECTED] | RLU:172001


signature.asc
Description: Digital signature


Re: [RFS] libphysfs - filesystem abstraction library for game programmers

2003-10-17 Thread Bartosz Fenski aka fEnIo
On Fri, Oct 17, 2003 at 02:30:56PM +0200, Bartosz Fenski aka fEnIo wrote:
  Packages can be found at http://skawina.eu.org/libphysfs/
  
  Package is *almost* lintian free. I can't remove one error:
  E: libphysfs0 source: debian-files-list-in-source
  
  I've added `rm -f debian/files` in clean target but it didn't help.
  Any suggestions are welcome.
 Hmm... may I remove this file with a `dpkg-buildpackage -i` or `-I` ?
 What's the correct way to do that?
It seems that lintian shows error because of debian/ directory in
upstream sources. There are some debian/* files in tar.gz downloaded
from homepage but they are obsoleted. 
What should I do?
May I untar it, then remove those files and tar-gzip it once again and
build package without those files or original sources cannot be changed?

It seems that I've created nice monologue here ;)

regards
fEnIo

-- 
  _ Bartosz Feński aka fEnIo | mailto:[EMAIL PROTECTED] | 
pgp:0x13fefc40 
_|_|_32-050 Skawina - Głowackiego 3/15 - w. małopolskie - Polska
(0 0) phone:+48501608340 | ICQ:46704720 | GG:726362 | IRC:fEnIo
ooO--(_)--Ooo http://skawina.eu.org | JID:[EMAIL PROTECTED] | RLU:172001


signature.asc
Description: Digital signature