Revision 23367,
378 bytes
checked in by tabbott, 16 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 | |
---|
3 | DEB_DIVERT_EXTENSION = .debathena |
---|
4 | |
---|
5 | DEB_TRANSFORM_FILES_debathena-cupsys-config += \ |
---|
6 | /etc/cups/cupsd.conf.debathena |
---|
7 | ifneq ($(wildcard /etc/cups/cupsd.conf.default),) |
---|
8 | DEB_CHECK_FILES_SOURCE_/etc/cups/cupsd.conf.debathena = \ |
---|
9 | /etc/cups/cupsd.conf.default |
---|
10 | endif |
---|
11 | |
---|
12 | include /usr/share/cdbs/1/rules/debhelper.mk |
---|
13 | include /usr/share/cdbs/1/rules/config-package.mk |
---|
Note: See
TracBrowser
for help on using the repository browser.