~ubuntu-branches/ubuntu/trusty/xorg-server-lts-xenial/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/local/xsf.pm

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2016-05-03 14:02:21 UTC
  • Revision ID: package-import@ubuntu.com-20160503140221-p5jty1kzz5nzj107
Tags: 2:1.18.3-1ubuntu2.2~trusty1
* Backport for lts-xenial stack.
  - revert configurable maxclients, avoid depending on newer coreproto
  - rules: work around ftbfs on ppc64el

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/perl
 
2
use warnings;
 
3
use strict;
 
4
use Debian::Debhelper::Dh_Lib;
 
5
 
 
6
insert_before("dh_gencontrol", "dh_xsf_substvars");
 
7
 
 
8
1;