Re: X4 powerpc issues, pass 0

2000-07-29 Thread Daniel Jacobowitz
On Sat, Jul 29, 2000 at 09:54:55PM -0500, Branden Robinson wrote:
> > find: usr/X11R6/lib/libOSMesa.so.3: No such file or directory
> > find: usr/X11R6/lib/libOSMesa.so.3.3: No such file or directory
> > find: usr/X11R6/lib/libOSMesa.so: No such file or directory
> > 
> > No idea.
> 
> This is the off-screen Mesa library.  It's used for GL rendering to an
> arbitrary chunk of memory.  It is new with Mesa 3.3, which, I gather is not
> officially released yet; I think XFree86 is using a CVS version of Mesa
> 3.3.
> 
> As to why this is not building for PowerPC, I do not know if this is
> deliberate or accidental.

/* The DRM module requires kernel services that appeared in late 2.1.x
   kernels and are known to be present in 2.2.x kernels. */
#ifndef BuildXF86DRI
#  if defined(i386Architecture)
#if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion >= 2)
#  define BuildXF86DRIYES
#else
#  define BuildXF86DRINO
#endif
#  elif defined(SparcArchitecture)
#define BuildXF86DRI  YES
#  else
#define BuildXF86DRI  NO
#  endif
#endif

That's why not.  I'd say, turn it on, and see what happens.

> > find: usr/X11R6/man/man4/apm.4: No such file or directory
> > find: usr/X11R6/man/man4/ati.4: No such file or directory
> > find: usr/X11R6/man/man4/cyrix.4: No such file or directory
> > find: usr/X11R6/man/man4/glide.4: No such file or directory
> > find: usr/X11R6/man/man4/i740.4: No such file or directory
> > find: usr/X11R6/man/man4/i810.4: No such file or directory
> > find: usr/X11R6/man/man4/imstt.4: No such file or directory
> > find: usr/X11R6/man/man4/neomagic.4: No such file or directory
> > find: usr/X11R6/man/man4/nv.4: No such file or directory
> > find: usr/X11R6/man/man4/rendition.4: No such file or directory
> > find: usr/X11R6/man/man4/tdfx.4: No such file or directory
> > 
> > manpages for servers we don't support.  Note that perhaps we should be
> > building some of these... ATI and imstt at least, and maybe tdfx...
> 
> ATI, definitely.  IMS Twin Turbo -- that's that thing you find on some of
> the PowerPC Amigas, right?
> 
> I don't actually know if there is such a thing as a Voodoo card for a Mac.
> Anyone know?  If so, we'll turn on the tdfx driver.

We can take arbitrary PCI cards, pretty much.  The IMSTT is in a lot of
maybe two-year-old macs as a third party card.  I've got a Voodoo in
mine.  What's the nv driver for? I think some of those might apply.
And I'm not sure if the APM driver is relevant but it certainly might
be.

> > find: usr/X11R6/bin/SuperProbe: No such file or directory
> > find: usr/X11R6/bin/scanpci: No such file or directory
> > find: usr/X11R6/man/man1/SuperProbe.1x: No such file or directory
> > 
> > Not appropriate for powerpc.
> 
> I think both of these programs are all but dead anyway; some fairly
> sophisticated PCI probing is now part of the X server itself (as anyone
> who's read 4.x server output can attest).
> 
> I'll need to make architecture specific debhelper files.  I will make the
> appropriate changes for PowerPC.

I'll have the more interesting patches in a bit.

Dan

/\  /\
|   Daniel Jacobowitz|__|SCS Class of 2002   |
|   Debian GNU/Linux Developer__Carnegie Mellon University   |
| [EMAIL PROTECTED] |  |   [EMAIL PROTECTED]  |
\/  \/



Re: X4 powerpc issues, pass 0

2000-07-29 Thread Branden Robinson
On Sat, Jul 29, 2000 at 07:42:33PM -0700, Daniel Jacobowitz wrote:
> In dh_movefiles:
> 
> find: usr/X11R6/lib/libxrx.so.6: No such file or directory
> find: usr/X11R6/lib/libxrx.so.6.3: No such file or directory
> find: usr/X11R6/man/man1/libxrx.1x: No such file or directory
> find: usr/X11R6/lib/libxrx.so: No such file or directory
> 
> I think we ought to be building the RX plugin - see HasPlugin in linux.cf,
> that's a really pointless place to have it.  We build this in v3.

Adam Heath has pointed out that there might be a license issue with XRX,
because of what it requires to build.  I'll have to ask upstream about it.

Anyway, I guess we can turn this on and see what happens.

> find: usr/X11R6/lib/libOSMesa.so.3: No such file or directory
> find: usr/X11R6/lib/libOSMesa.so.3.3: No such file or directory
> find: usr/X11R6/lib/libOSMesa.so: No such file or directory
> 
> No idea.

This is the off-screen Mesa library.  It's used for GL rendering to an
arbitrary chunk of memory.  It is new with Mesa 3.3, which, I gather is not
officially released yet; I think XFree86 is using a CVS version of Mesa
3.3.

As to why this is not building for PowerPC, I do not know if this is
deliberate or accidental.

> find: usr/X11R6/man/man4/apm.4: No such file or directory
> find: usr/X11R6/man/man4/ati.4: No such file or directory
> find: usr/X11R6/man/man4/cyrix.4: No such file or directory
> find: usr/X11R6/man/man4/glide.4: No such file or directory
> find: usr/X11R6/man/man4/i740.4: No such file or directory
> find: usr/X11R6/man/man4/i810.4: No such file or directory
> find: usr/X11R6/man/man4/imstt.4: No such file or directory
> find: usr/X11R6/man/man4/neomagic.4: No such file or directory
> find: usr/X11R6/man/man4/nv.4: No such file or directory
> find: usr/X11R6/man/man4/rendition.4: No such file or directory
> find: usr/X11R6/man/man4/tdfx.4: No such file or directory
> 
> manpages for servers we don't support.  Note that perhaps we should be
> building some of these... ATI and imstt at least, and maybe tdfx...

ATI, definitely.  IMS Twin Turbo -- that's that thing you find on some of
the PowerPC Amigas, right?

I don't actually know if there is such a thing as a Voodoo card for a Mac.
Anyone know?  If so, we'll turn on the tdfx driver.

> find: usr/X11R6/bin/SuperProbe: No such file or directory
> find: usr/X11R6/bin/scanpci: No such file or directory
> find: usr/X11R6/man/man1/SuperProbe.1x: No such file or directory
> 
> Not appropriate for powerpc.

I think both of these programs are all but dead anyway; some fairly
sophisticated PCI probing is now part of the X server itself (as anyone
who's read 4.x server output can attest).

I'll need to make architecture specific debhelper files.  I will make the
appropriate changes for PowerPC.

Thanks for building this.  Glad to hear the upstream build and install
rules worked fine.

-- 
G. Branden Robinson |   What influenced me to atheism was
Debian GNU/Linux|   reading the Bible cover to cover.
[EMAIL PROTECTED]  |   Twice.
http://www.debian.org/~branden/ |   -- J. Michael Straczynski


pgpi56Gk4kAWs.pgp
Description: PGP signature


X4 powerpc issues, pass 0

2000-07-29 Thread Daniel Jacobowitz
In dh_movefiles:

find: usr/X11R6/lib/libxrx.so.6: No such file or directory
find: usr/X11R6/lib/libxrx.so.6.3: No such file or directory
find: usr/X11R6/man/man1/libxrx.1x: No such file or directory
find: usr/X11R6/lib/libxrx.so: No such file or directory

I think we ought to be building the RX plugin - see HasPlugin in linux.cf,
that's a really pointless place to have it.  We build this in v3.

find: usr/X11R6/lib/libOSMesa.so.3: No such file or directory
find: usr/X11R6/lib/libOSMesa.so.3.3: No such file or directory
find: usr/X11R6/lib/libOSMesa.so: No such file or directory

No idea.

find: usr/X11R6/man/man4/apm.4: No such file or directory
find: usr/X11R6/man/man4/ati.4: No such file or directory
find: usr/X11R6/man/man4/cyrix.4: No such file or directory
find: usr/X11R6/man/man4/glide.4: No such file or directory
find: usr/X11R6/man/man4/i740.4: No such file or directory
find: usr/X11R6/man/man4/i810.4: No such file or directory
find: usr/X11R6/man/man4/imstt.4: No such file or directory
find: usr/X11R6/man/man4/neomagic.4: No such file or directory
find: usr/X11R6/man/man4/nv.4: No such file or directory
find: usr/X11R6/man/man4/rendition.4: No such file or directory
find: usr/X11R6/man/man4/tdfx.4: No such file or directory

manpages for servers we don't support.  Note that perhaps we should be
building some of these... ATI and imstt at least, and maybe tdfx...

find: usr/X11R6/bin/SuperProbe: No such file or directory
find: usr/X11R6/bin/scanpci: No such file or directory
find: usr/X11R6/man/man1/SuperProbe.1x: No such file or directory

Not appropriate for powerpc.


Dan

/\  /\
|   Daniel Jacobowitz|__|SCS Class of 2002   |
|   Debian GNU/Linux Developer__Carnegie Mellon University   |
| [EMAIL PROTECTED] |  |   [EMAIL PROTECTED]  |
\/  \/



Re: X4 powerpc issues, pass 0

2000-07-29 Thread Daniel Jacobowitz

On Sat, Jul 29, 2000 at 09:54:55PM -0500, Branden Robinson wrote:
> > find: usr/X11R6/lib/libOSMesa.so.3: No such file or directory
> > find: usr/X11R6/lib/libOSMesa.so.3.3: No such file or directory
> > find: usr/X11R6/lib/libOSMesa.so: No such file or directory
> > 
> > No idea.
> 
> This is the off-screen Mesa library.  It's used for GL rendering to an
> arbitrary chunk of memory.  It is new with Mesa 3.3, which, I gather is not
> officially released yet; I think XFree86 is using a CVS version of Mesa
> 3.3.
> 
> As to why this is not building for PowerPC, I do not know if this is
> deliberate or accidental.

/* The DRM module requires kernel services that appeared in late 2.1.x
   kernels and are known to be present in 2.2.x kernels. */
#ifndef BuildXF86DRI
#  if defined(i386Architecture)
#if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion >= 2)
#  define BuildXF86DRIYES
#else
#  define BuildXF86DRINO
#endif
#  elif defined(SparcArchitecture)
#define BuildXF86DRI  YES
#  else
#define BuildXF86DRI  NO
#  endif
#endif

That's why not.  I'd say, turn it on, and see what happens.

> > find: usr/X11R6/man/man4/apm.4: No such file or directory
> > find: usr/X11R6/man/man4/ati.4: No such file or directory
> > find: usr/X11R6/man/man4/cyrix.4: No such file or directory
> > find: usr/X11R6/man/man4/glide.4: No such file or directory
> > find: usr/X11R6/man/man4/i740.4: No such file or directory
> > find: usr/X11R6/man/man4/i810.4: No such file or directory
> > find: usr/X11R6/man/man4/imstt.4: No such file or directory
> > find: usr/X11R6/man/man4/neomagic.4: No such file or directory
> > find: usr/X11R6/man/man4/nv.4: No such file or directory
> > find: usr/X11R6/man/man4/rendition.4: No such file or directory
> > find: usr/X11R6/man/man4/tdfx.4: No such file or directory
> > 
> > manpages for servers we don't support.  Note that perhaps we should be
> > building some of these... ATI and imstt at least, and maybe tdfx...
> 
> ATI, definitely.  IMS Twin Turbo -- that's that thing you find on some of
> the PowerPC Amigas, right?
> 
> I don't actually know if there is such a thing as a Voodoo card for a Mac.
> Anyone know?  If so, we'll turn on the tdfx driver.

We can take arbitrary PCI cards, pretty much.  The IMSTT is in a lot of
maybe two-year-old macs as a third party card.  I've got a Voodoo in
mine.  What's the nv driver for? I think some of those might apply.
And I'm not sure if the APM driver is relevant but it certainly might
be.

> > find: usr/X11R6/bin/SuperProbe: No such file or directory
> > find: usr/X11R6/bin/scanpci: No such file or directory
> > find: usr/X11R6/man/man1/SuperProbe.1x: No such file or directory
> > 
> > Not appropriate for powerpc.
> 
> I think both of these programs are all but dead anyway; some fairly
> sophisticated PCI probing is now part of the X server itself (as anyone
> who's read 4.x server output can attest).
> 
> I'll need to make architecture specific debhelper files.  I will make the
> appropriate changes for PowerPC.

I'll have the more interesting patches in a bit.

Dan

/\  /\
|   Daniel Jacobowitz|__|SCS Class of 2002   |
|   Debian GNU/Linux Developer__Carnegie Mellon University   |
| [EMAIL PROTECTED] |  |   [EMAIL PROTECTED]  |
\/  \/


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




Re: X4 powerpc issues, pass 0

2000-07-29 Thread Branden Robinson

On Sat, Jul 29, 2000 at 07:42:33PM -0700, Daniel Jacobowitz wrote:
> In dh_movefiles:
> 
> find: usr/X11R6/lib/libxrx.so.6: No such file or directory
> find: usr/X11R6/lib/libxrx.so.6.3: No such file or directory
> find: usr/X11R6/man/man1/libxrx.1x: No such file or directory
> find: usr/X11R6/lib/libxrx.so: No such file or directory
> 
> I think we ought to be building the RX plugin - see HasPlugin in linux.cf,
> that's a really pointless place to have it.  We build this in v3.

Adam Heath has pointed out that there might be a license issue with XRX,
because of what it requires to build.  I'll have to ask upstream about it.

Anyway, I guess we can turn this on and see what happens.

> find: usr/X11R6/lib/libOSMesa.so.3: No such file or directory
> find: usr/X11R6/lib/libOSMesa.so.3.3: No such file or directory
> find: usr/X11R6/lib/libOSMesa.so: No such file or directory
> 
> No idea.

This is the off-screen Mesa library.  It's used for GL rendering to an
arbitrary chunk of memory.  It is new with Mesa 3.3, which, I gather is not
officially released yet; I think XFree86 is using a CVS version of Mesa
3.3.

As to why this is not building for PowerPC, I do not know if this is
deliberate or accidental.

> find: usr/X11R6/man/man4/apm.4: No such file or directory
> find: usr/X11R6/man/man4/ati.4: No such file or directory
> find: usr/X11R6/man/man4/cyrix.4: No such file or directory
> find: usr/X11R6/man/man4/glide.4: No such file or directory
> find: usr/X11R6/man/man4/i740.4: No such file or directory
> find: usr/X11R6/man/man4/i810.4: No such file or directory
> find: usr/X11R6/man/man4/imstt.4: No such file or directory
> find: usr/X11R6/man/man4/neomagic.4: No such file or directory
> find: usr/X11R6/man/man4/nv.4: No such file or directory
> find: usr/X11R6/man/man4/rendition.4: No such file or directory
> find: usr/X11R6/man/man4/tdfx.4: No such file or directory
> 
> manpages for servers we don't support.  Note that perhaps we should be
> building some of these... ATI and imstt at least, and maybe tdfx...

ATI, definitely.  IMS Twin Turbo -- that's that thing you find on some of
the PowerPC Amigas, right?

I don't actually know if there is such a thing as a Voodoo card for a Mac.
Anyone know?  If so, we'll turn on the tdfx driver.

> find: usr/X11R6/bin/SuperProbe: No such file or directory
> find: usr/X11R6/bin/scanpci: No such file or directory
> find: usr/X11R6/man/man1/SuperProbe.1x: No such file or directory
> 
> Not appropriate for powerpc.

I think both of these programs are all but dead anyway; some fairly
sophisticated PCI probing is now part of the X server itself (as anyone
who's read 4.x server output can attest).

I'll need to make architecture specific debhelper files.  I will make the
appropriate changes for PowerPC.

Thanks for building this.  Glad to hear the upstream build and install
rules worked fine.

-- 
G. Branden Robinson |   What influenced me to atheism was
Debian GNU/Linux|   reading the Bible cover to cover.
[EMAIL PROTECTED]  |   Twice.
http://www.debian.org/~branden/ |   -- J. Michael Straczynski

 PGP signature


X4 powerpc issues, pass 0

2000-07-29 Thread Daniel Jacobowitz

In dh_movefiles:

find: usr/X11R6/lib/libxrx.so.6: No such file or directory
find: usr/X11R6/lib/libxrx.so.6.3: No such file or directory
find: usr/X11R6/man/man1/libxrx.1x: No such file or directory
find: usr/X11R6/lib/libxrx.so: No such file or directory

I think we ought to be building the RX plugin - see HasPlugin in linux.cf,
that's a really pointless place to have it.  We build this in v3.

find: usr/X11R6/lib/libOSMesa.so.3: No such file or directory
find: usr/X11R6/lib/libOSMesa.so.3.3: No such file or directory
find: usr/X11R6/lib/libOSMesa.so: No such file or directory

No idea.

find: usr/X11R6/man/man4/apm.4: No such file or directory
find: usr/X11R6/man/man4/ati.4: No such file or directory
find: usr/X11R6/man/man4/cyrix.4: No such file or directory
find: usr/X11R6/man/man4/glide.4: No such file or directory
find: usr/X11R6/man/man4/i740.4: No such file or directory
find: usr/X11R6/man/man4/i810.4: No such file or directory
find: usr/X11R6/man/man4/imstt.4: No such file or directory
find: usr/X11R6/man/man4/neomagic.4: No such file or directory
find: usr/X11R6/man/man4/nv.4: No such file or directory
find: usr/X11R6/man/man4/rendition.4: No such file or directory
find: usr/X11R6/man/man4/tdfx.4: No such file or directory

manpages for servers we don't support.  Note that perhaps we should be
building some of these... ATI and imstt at least, and maybe tdfx...

find: usr/X11R6/bin/SuperProbe: No such file or directory
find: usr/X11R6/bin/scanpci: No such file or directory
find: usr/X11R6/man/man1/SuperProbe.1x: No such file or directory

Not appropriate for powerpc.


Dan

/\  /\
|   Daniel Jacobowitz|__|SCS Class of 2002   |
|   Debian GNU/Linux Developer__Carnegie Mellon University   |
| [EMAIL PROTECTED] |  |   [EMAIL PROTECTED]  |
\/  \/


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




Re: XFree4.0.1

2000-07-29 Thread Branden Robinson
On Sat, Jul 29, 2000 at 09:54:40PM +0200, Alessandro Zummo wrote:
>  Hi, i just installed the .debs and i've encountered the following
>  problems so far:
> 
>  - xpm4g had to be removed, some packages referred to it.. i
>  removed them too. they probably should depend to
>  libxpm4, isn't it?

Many packages depend on the old xpm package name; they should use "libxpm4"
instead.  If they are rebuilt against a recent version of xpm4g, they will
get the correct dependencies.

Or, once we're in Phase 3 (release of XFree86 4.0.1 to woody), these
packages can simply be built against xlib6g.

>  - some minor dependency problems... mesag3 was involved

Not sure yet exactly what Conflicts/Replaces/Provides dance I need to do to
make this smooth; I've got some but apparently it isn't enough.  I guess I
should talk to James Treacy about it.

>  - maybe the debs should Conflict with other server-card.deb

No, there is no need to conflict with the 3.x servers.  We will be able to
support both (and we should, see the XFree86 4.x Driver Status document).

>  - I had to move the XF86Config file in the right place

That should not have been necessary; see the XF86Config manual page.

>  - i had to add XFree86 in  Xserver

/usr/bin/X11/XFree86 ?  Yes, that will be necessary for a little while.

>  - the server tried to retrieve SecurityPolicy in the wrong path,
>  a symlink solved. 

That should not have happened.  I also haven't had this problem myself.
What error did you get?  Did you uninstall all of your XFree86 3.x .debs
before installing these, as the README tells you to?

-- 
G. Branden Robinson|   What influenced me to atheism was
Debian GNU/Linux   |   reading the Bible cover to cover.
[EMAIL PROTECTED]  |   Twice.
http://deadbeast.net/~branden/ |   -- J. Michael Straczynski


pgpLIvVqFxN7w.pgp
Description: PGP signature


Re: x wrapper s-*group*-id missing? [4.0.1-0phase1v3]

2000-07-29 Thread Branden Robinson
On Sat, Jul 29, 2000 at 11:11:00AM +0200, Marcelo E. Magallon wrote:
>  I found the problem I was having with the X server, namely, it
>  wouldn't start and would print this error:
[...]
>  /Also/ setting the gid bit on the wrapper fixes this.

Yes, I've turned on the setgid bit for the next release.  Current is
phase1v5.  Thanks.

-- 
G. Branden Robinson|   If you make people think they're
Debian GNU/Linux   |   thinking, they'll love you;
[EMAIL PROTECTED]  |   but if you really make them think,
http://deadbeast.net/~branden/ |   they'll hate you.


pgpyWgxHnITYu.pgp
Description: PGP signature


Re: xlibgl-dev missing provides libgl-dev

2000-07-29 Thread branden
Remember, folks, please send problem reports with Phase 1 to debian-x, so
everyone can see them and so I can announce fixes, or why I think something
isn't a bug.

On Fri, Jul 28, 2000 at 11:09:16PM +0200, Marcelo E. Magallon wrote:
>  Package: xlibgl-dev
>  Version: 4.0.1-0phase1v3
>  Section: x11
>  Priority: optional
>  Architecture: i386
>  Depends: xlibgl1
>  Conflicts: mesa-dev, mesag-dev, libgl-dev
>  Replaces: mesa-dev, mesag-dev
>  Installed-Size: 4148
>  Maintainer: Branden Robinson <[EMAIL PROTECTED]>
> 
>  There's a missing 'Provides: libgl-dev'.

Fixed; will be in next revision (current is phase1v5).

-- 
G. Branden Robinson |   If you have the slightest bit of
Debian GNU/Linux|   intellectual integrity you cannot
[EMAIL PROTECTED]  |   support the government.
http://www.debian.org/~branden/ |   -- anonymous


pgpPCTminiG31.pgp
Description: PGP signature


Re: XFree4.0.1

2000-07-29 Thread Branden Robinson

On Sat, Jul 29, 2000 at 09:54:40PM +0200, Alessandro Zummo wrote:
>  Hi, i just installed the .debs and i've encountered the following
>  problems so far:
> 
>  - xpm4g had to be removed, some packages referred to it.. i
>  removed them too. they probably should depend to
>  libxpm4, isn't it?

Many packages depend on the old xpm package name; they should use "libxpm4"
instead.  If they are rebuilt against a recent version of xpm4g, they will
get the correct dependencies.

Or, once we're in Phase 3 (release of XFree86 4.0.1 to woody), these
packages can simply be built against xlib6g.

>  - some minor dependency problems... mesag3 was involved

Not sure yet exactly what Conflicts/Replaces/Provides dance I need to do to
make this smooth; I've got some but apparently it isn't enough.  I guess I
should talk to James Treacy about it.

>  - maybe the debs should Conflict with other server-card.deb

No, there is no need to conflict with the 3.x servers.  We will be able to
support both (and we should, see the XFree86 4.x Driver Status document).

>  - I had to move the XF86Config file in the right place

That should not have been necessary; see the XF86Config manual page.

>  - i had to add XFree86 in  Xserver

/usr/bin/X11/XFree86 ?  Yes, that will be necessary for a little while.

>  - the server tried to retrieve SecurityPolicy in the wrong path,
>  a symlink solved. 

That should not have happened.  I also haven't had this problem myself.
What error did you get?  Did you uninstall all of your XFree86 3.x .debs
before installing these, as the README tells you to?

-- 
G. Branden Robinson|   What influenced me to atheism was
Debian GNU/Linux   |   reading the Bible cover to cover.
[EMAIL PROTECTED]  |   Twice.
http://deadbeast.net/~branden/ |   -- J. Michael Straczynski

 PGP signature


Re: x wrapper s-*group*-id missing? [4.0.1-0phase1v3]

2000-07-29 Thread Branden Robinson

On Sat, Jul 29, 2000 at 11:11:00AM +0200, Marcelo E. Magallon wrote:
>  I found the problem I was having with the X server, namely, it
>  wouldn't start and would print this error:
[...]
>  /Also/ setting the gid bit on the wrapper fixes this.

Yes, I've turned on the setgid bit for the next release.  Current is
phase1v5.  Thanks.

-- 
G. Branden Robinson|   If you make people think they're
Debian GNU/Linux   |   thinking, they'll love you;
[EMAIL PROTECTED]  |   but if you really make them think,
http://deadbeast.net/~branden/ |   they'll hate you.

 PGP signature


Re: xlibgl-dev missing provides libgl-dev

2000-07-29 Thread branden

Remember, folks, please send problem reports with Phase 1 to debian-x, so
everyone can see them and so I can announce fixes, or why I think something
isn't a bug.

On Fri, Jul 28, 2000 at 11:09:16PM +0200, Marcelo E. Magallon wrote:
>  Package: xlibgl-dev
>  Version: 4.0.1-0phase1v3
>  Section: x11
>  Priority: optional
>  Architecture: i386
>  Depends: xlibgl1
>  Conflicts: mesa-dev, mesag-dev, libgl-dev
>  Replaces: mesa-dev, mesag-dev
>  Installed-Size: 4148
>  Maintainer: Branden Robinson <[EMAIL PROTECTED]>
> 
>  There's a missing 'Provides: libgl-dev'.

Fixed; will be in next revision (current is phase1v5).

-- 
G. Branden Robinson |   If you have the slightest bit of
Debian GNU/Linux|   intellectual integrity you cannot
[EMAIL PROTECTED]  |   support the government.
http://www.debian.org/~branden/ |   -- anonymous

 PGP signature