diff options
author | Daniel Baumann <daniel@debian.org> | 2010-03-07 12:07:54 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:04 +0100 |
commit | cbef9a5a0aa68d46b6a707e3a77dd940ff24bb50 (patch) | |
tree | 0b045c6dff2454afd63f186ab0033f78828f512a | |
parent | 666abf55827559d216bf9f15230b9975b7a147fd (diff) | |
download | vyos-live-build-cbef9a5a0aa68d46b6a707e3a77dd940ff24bb50.tar.gz vyos-live-build-cbef9a5a0aa68d46b6a707e3a77dd940ff24bb50.zip |
Shuffeling cgi files arround.
-rw-r--r-- | cgi/crontab (renamed from examples/cron/crontab) | 0 | ||||
-rw-r--r-- | cgi/logrotate (renamed from debian/live-helper.logrotate) | 0 | ||||
-rwxr-xr-x | debian/rules | 4 | ||||
-rwxr-xr-x[-rw-r--r--] | examples/cron/cron.daily (renamed from debian/live-helper.cron.daily) | 0 | ||||
-rw-r--r-- | examples/cron/default (renamed from debian/live-helper.default) | 0 |
5 files changed, 1 insertions, 3 deletions
diff --git a/examples/cron/crontab b/cgi/crontab index 0cb78a330..0cb78a330 100644 --- a/examples/cron/crontab +++ b/cgi/crontab diff --git a/debian/live-helper.logrotate b/cgi/logrotate index 91b5ed577..91b5ed577 100644 --- a/debian/live-helper.logrotate +++ b/cgi/logrotate diff --git a/debian/rules b/debian/rules index c9fd0ff8e..97b42fa48 100755 --- a/debian/rules +++ b/debian/rules @@ -14,8 +14,6 @@ override_dh_auto_install: $(MAKE) -C po install DESTDIR=$(CURDIR)/debian/live-helper - install -D -m 0644 debian/live-helper.default debian/live-helper/etc/default/live-helper_autobuild - # Preparing alternatives mv debian/live-helper/usr/share/live-helper/includes debian/live-helper/usr/share/live-helper/includes.debian mv debian/live-helper/usr/share/live-helper/templates debian/live-helper/usr/share/live-helper/templates.debian @@ -24,7 +22,7 @@ override_dh_auto_install: rm -f debian/live-helper/usr/share/doc/live-helper/COPYING rm -f debian/live-helper/usr/share/doc/live-helper/ChangeLog mv debian/live-helper/usr/share/doc/live-helper/ChangeLog.live-package debian/live-helper/usr/share/doc/live-helper/changelog.live-package - + mv debian/live-helper/usr/share/doc/live-helper/ChangeLog.live-webhelper debian/live-helper/usr/share/doc/live-helper/changelog.live-webhelper override_dh_installchangelogs: dh_installchangelogs docs/ChangeLog diff --git a/debian/live-helper.cron.daily b/examples/cron/cron.daily index ea630f793..ea630f793 100644..100755 --- a/debian/live-helper.cron.daily +++ b/examples/cron/cron.daily diff --git a/debian/live-helper.default b/examples/cron/default index 051417b1b..051417b1b 100644 --- a/debian/live-helper.default +++ b/examples/cron/default |