[pkg-GNUstep-maintainers] GNUstep software and debian packages

Eric Heintzmann eric@gnustep.fr.st
Sat, 10 Jul 2004 13:08:55 +0100


On 2004-07-10 13:25:16 +0200 G=FCrkan Seng=FCn <gurkan@linuks.mine.nu> w=
rote:

>=20
>>> Have you seen these:
>>> http://maliwan.sf.net/agenda.html and
>> nice
>>> http://maliwan.sf.net/ilogin.html
>> Great. Who want to package it ?
> not me... there's also gswebkit/simplewww that seem
> to work with the current (latest gnustep tarball release), i couldn't =
try it=20
> yet.
>=20
>>> Evan,
>>> I am working on a package:
>>> source: backbone
>>> binary: terminal.app, textedit.app, preferences.app, open.tool
>> IMO, it's a perfect choice for naming packages.
>> I think we all should use this naming sheme.
>> ( keep upstream names for source packages and trying to avoid confusi=
ng=20
>> names
>> in binary packages)
> i've put it here what i did, but it's not yet finished/building, if so=
meone
> can pick it up?
> http://www.linuks.mine.nu/i_debian/backbone/
>=20
in debian/control Buils-Depends : replace gnustep-gui0-dev bu libgnustep=
-gui0-dev
(Everybody should do that for every GNUstep apps in debian)

Note that /usr/lib/GNUstep/System/Makefiles/GNUstep.sh is a symlink that=
 points to /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh
I think upstream will remove this symlink in the future, so it is better=
 to use the real path.

Don't forget to provide wrappers to avoid the FHS RC bug:
ln -s /usr/bin/gnustep-app-wrapper /usr/bin/TextEdit

For open tool, remenber you cannot add an open command in /usr/bin excep=
t if you want to conflict with console-tool and kbd packages.

	Eric