Last change
on this file since 1496 was
1496,
checked in by broder, 16 years ago
|
Create xvm-iscsi-config package
|
-
Property svn:executable set to
*
|
File size:
449 bytes
|
Rev | Line | |
---|
[1496] | 1 | #!/usr/bin/make -f |
---|
| 2 | |
---|
| 3 | DEB_DIVERT_EXTENSION = .xvm |
---|
| 4 | |
---|
| 5 | DEB_DIVERT_FILES_xvm-iscsi-config += \ |
---|
| 6 | /etc/iscsi/iscsid.conf.xvm |
---|
| 7 | |
---|
| 8 | DEB_UPDATE_RCD_PARAMS_xvm-iscsi-config += defaults 20 80 |
---|
| 9 | |
---|
| 10 | include /usr/share/cdbs/1/rules/config-package.mk |
---|
| 11 | include /usr/share/cdbs/1/rules/debhelper.mk |
---|
| 12 | |
---|
| 13 | common-build-indep:: debian/iscsid.conf.xvm.mako |
---|
| 14 | |
---|
| 15 | debian/iscsid.conf.xvm.mako: $(call debian_check_files,/etc/iscsi/iscsid.conf) |
---|
| 16 | debian/transform_iscsid.conf.xvm.mako < $< > $@ |
---|
Note: See
TracBrowser
for help on using the repository browser.