Revision 23618,
334 bytes
checked in by broder, 16 years ago
(diff) |
In alpine-config:
* Use DEB_TRANSFORM_FILES to isolate our changes to the default config.
|
-
Property svn:executable set to
*
|
Rev | Line | |
---|
[23069] | 1 | #!/usr/bin/make -f |
---|
| 2 | |
---|
[23252] | 3 | DEB_DIVERT_EXTENSION = .debathena |
---|
[23618] | 4 | DEB_TRANSFORM_FILES_debathena-alpine-config += \ |
---|
| 5 | /etc/pine.conf.debathena |
---|
[23252] | 6 | |
---|
[23069] | 7 | include /usr/share/cdbs/1/rules/debhelper.mk |
---|
[23252] | 8 | include /usr/share/cdbs/1/rules/config-package.mk |
---|
[23618] | 9 | |
---|
| 10 | debian/check_file_copies/etc/pine.conf.debathena:: |
---|
| 11 | mkdir -p debian/check_file_copies/etc |
---|
| 12 | alpine -conf >$@ |
---|
Note: See
TracBrowser
for help on using the repository browser.