source: trunk/debathena/config/lightdm-config/debian/rules @ 25856

Revision 25856, 253 bytes checked in by jdreed, 11 years ago (diff)
In lightdm-config: * Convert from CDBS to dh7 by moving diversion to .displace file, and build-dep on dh 7.0.50 and c-p-d 5.0 * Add missing ${python:Depends} substvar * Absolutely no other changes as part of this release. x11-common, lightdm
  • Property svn:executable set to *
Line 
1#!/usr/bin/make -f
2
3%:
4        dh $@ --with config-package
5
6override_dh_configpackage:
7        dh_configpackage
8ifneq ($(wildcard /etc/init/lightdm.conf),)
9        dh_configpackage --transform "/etc/init/lightdm.conf.debathena debian/transform_lightdm.conf.debathena"
10endif
Note: See TracBrowser for help on using the repository browser.