Re: Xserver 1.17 in unstable

2015-05-06 Thread Julien Cristau
On Wed, May  6, 2015 at 16:39:39 +0300, Martin-Éric Racine wrote:

> Thanks for the link to that code sample!  Implemented and ready to sponsor:
> 
> http://mentors.debian.net/debian/pool/main/x/xserver-xorg-video-geode/xserver-xorg-video-geode_2.11.16-9.dsc
> 
Uploading to ftp-master (via ftp to ftp.upload.debian.org):
  Uploading xserver-xorg-video-geode_2.11.16-9.dsc: done.
  Uploading xserver-xorg-video-geode_2.11.16-9.debian.tar.xz: done.
  Uploading xserver-xorg-video-geode_2.11.16-9_source.changes: done.
Successfully uploaded packages.

Cheers,
Julien


signature.asc
Description: Digital signature


Re: Xserver 1.17 in unstable

2015-05-06 Thread Martin-Éric Racine
2015-05-06 16:13 GMT+03:00 Julien Cristau :
> On Wed, May  6, 2015 at 16:07:36 +0300, Martin-Éric Racine wrote:
>
>> 2015-05-06 15:22 GMT+03:00 Julien Cristau :
>> > On Wed, May  6, 2015 at 12:40:51 +0300, Martin-Éric Racine wrote:
>> >> Btw, I notice that XSF is still using Debhelper compatibility 8. Is
>> >> there any particular reason for foregoing compatibility 9?
>> >>
>> > Depends on the package.  I've been updating a few to debhelper compat 9
>> > recently.  For drivers however, at least when using dh_auto_configure,
>> > that requires overriding its multiarch libdir setting to keep things
>> > under /usr/lib/xorg/modules.  But there's no specific reason to avoid
>> > bumping to 9 AFAIK.
>>
>> The consequences of compatibility level 9 (automatically enforced
>> multiarch libdir) on drivers is precisely what I'm worried about. If
>> there is a standardized debian/rules stanza for overriding this for X
>> drivers, I would love to hear about it.
>>
> I've been using this:
>
> override_dh_auto_configure:
> dh_auto_configure -- \
> --disable-silent-rules \
> --libdir=\$${exec_prefix}/lib
>
> See e.g.
> http://anonscm.debian.org/cgit/pkg-xorg/driver/xserver-xorg-video-trident.git/commit/?id=713c309b94fa2084dee04def78924fbc7563d011

Thanks for the link to that code sample!  Implemented and ready to sponsor:

http://mentors.debian.net/debian/pool/main/x/xserver-xorg-video-geode/xserver-xorg-video-geode_2.11.16-9.dsc

Cheers!
Martin-Éric


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/capzxpqemvqm0hifhohaktf8y3apauqmxouarvff-usogqow...@mail.gmail.com



Re: Xserver 1.17 in unstable

2015-05-06 Thread Martin-Éric Racine
2015-05-06 15:22 GMT+03:00 Julien Cristau :
> On Wed, May  6, 2015 at 12:40:51 +0300, Martin-Éric Racine wrote:
>> Btw, I notice that XSF is still using Debhelper compatibility 8. Is
>> there any particular reason for foregoing compatibility 9?
>>
> Depends on the package.  I've been updating a few to debhelper compat 9
> recently.  For drivers however, at least when using dh_auto_configure,
> that requires overriding its multiarch libdir setting to keep things
> under /usr/lib/xorg/modules.  But there's no specific reason to avoid
> bumping to 9 AFAIK.

The consequences of compatibility level 9 (automatically enforced
multiarch libdir) on drivers is precisely what I'm worried about. If
there is a standardized debian/rules stanza for overriding this for X
drivers, I would love to hear about it.

Cheers!
Martin-Éric


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/capzxpqdgthjyyc6mmezuxdc8qmxj5je8wwem3hkurr6lh_o...@mail.gmail.com



Re: Xserver 1.17 in unstable

2015-05-06 Thread Julien Cristau
On Wed, May  6, 2015 at 16:07:36 +0300, Martin-Éric Racine wrote:

> 2015-05-06 15:22 GMT+03:00 Julien Cristau :
> > On Wed, May  6, 2015 at 12:40:51 +0300, Martin-Éric Racine wrote:
> >> Btw, I notice that XSF is still using Debhelper compatibility 8. Is
> >> there any particular reason for foregoing compatibility 9?
> >>
> > Depends on the package.  I've been updating a few to debhelper compat 9
> > recently.  For drivers however, at least when using dh_auto_configure,
> > that requires overriding its multiarch libdir setting to keep things
> > under /usr/lib/xorg/modules.  But there's no specific reason to avoid
> > bumping to 9 AFAIK.
> 
> The consequences of compatibility level 9 (automatically enforced
> multiarch libdir) on drivers is precisely what I'm worried about. If
> there is a standardized debian/rules stanza for overriding this for X
> drivers, I would love to hear about it.
> 
I've been using this:

override_dh_auto_configure:
dh_auto_configure -- \
--disable-silent-rules \
--libdir=\$${exec_prefix}/lib

See e.g.
http://anonscm.debian.org/cgit/pkg-xorg/driver/xserver-xorg-video-trident.git/commit/?id=713c309b94fa2084dee04def78924fbc7563d011

Cheers,
Julien


signature.asc
Description: Digital signature


Re: Xserver 1.17 in unstable

2015-05-06 Thread Julien Cristau
On Wed, May  6, 2015 at 12:40:51 +0300, Martin-Éric Racine wrote:

> 2015-05-06 10:51 GMT+03:00 Julien Cristau :
> > xorg-server 2:1.17.1-2 was intended to go to experimental but ended up
> > in sid by mistake.
> >
> > Your package needs to be updated for the new server, please let debian-x
> > know of your plans and upstream status.  Also for free drivers, please
> > let us know if you'd like us to NMU.
> >
> > Sorry for the unintended breakage.
> 
> No problem.  I was actually wondering when 1.17 would enter unstable. :)
> 
Alright, thanks :)

> Btw, I notice that XSF is still using Debhelper compatibility 8. Is
> there any particular reason for foregoing compatibility 9?
> 
Depends on the package.  I've been updating a few to debhelper compat 9
recently.  For drivers however, at least when using dh_auto_configure,
that requires overriding its multiarch libdir setting to keep things
under /usr/lib/xorg/modules.  But there's no specific reason to avoid
bumping to 9 AFAIK.

Cheers,
Julien


signature.asc
Description: Digital signature


Re: Xserver 1.17 in unstable

2015-05-06 Thread Martin-Éric Racine
2015-05-06 10:51 GMT+03:00 Julien Cristau :
> xorg-server 2:1.17.1-2 was intended to go to experimental but ended up
> in sid by mistake.
>
> Your package needs to be updated for the new server, please let debian-x
> know of your plans and upstream status.  Also for free drivers, please
> let us know if you'd like us to NMU.
>
> Sorry for the unintended breakage.

No problem.  I was actually wondering when 1.17 would enter unstable. :)

Btw, I notice that XSF is still using Debhelper compatibility 8. Is
there any particular reason for foregoing compatibility 9?

Cheers!
Martin-Éric


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/capzxpqeuh2jluq8xlv3g3dhzg4kqzjmog3mf6t3bsug_4my...@mail.gmail.com



Xserver 1.17 in unstable

2015-05-06 Thread Julien Cristau
Hi,

xorg-server 2:1.17.1-2 was intended to go to experimental but ended up
in sid by mistake.

Your package needs to be updated for the new server, please let debian-x
know of your plans and upstream status.  Also for free drivers, please
let us know if you'd like us to NMU.

Sorry for the unintended breakage.

Cheers,
Julien


signature.asc
Description: Digital signature