source: trunk/debathena/config/cupsys-config/debian/rules @ 23367

Revision 23367, 378 bytes checked in by tabbott, 15 years ago (diff)
In cupsys-config: * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL. * Change "Debian-Athena Project" to "Debathena Project". * Remove debian/control from version control. * Clean up debian/copyright.
  • Property svn:executable set to *
Line 
1#!/usr/bin/make -f
2
3DEB_DIVERT_EXTENSION = .debathena
4
5DEB_TRANSFORM_FILES_debathena-cupsys-config += \
6        /etc/cups/cupsd.conf.debathena
7ifneq ($(wildcard /etc/cups/cupsd.conf.default),)
8        DEB_CHECK_FILES_SOURCE_/etc/cups/cupsd.conf.debathena = \
9                /etc/cups/cupsd.conf.default
10endif
11
12include /usr/share/cdbs/1/rules/debhelper.mk
13include /usr/share/cdbs/1/rules/config-package.mk
Note: See TracBrowser for help on using the repository browser.