From cbef9a5a0aa68d46b6a707e3a77dd940ff24bb50 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Mar 2010 12:07:54 +0100 Subject: [PATCH] Shuffeling cgi files arround. --- {examples/cron => cgi}/crontab | 0 debian/live-helper.logrotate => cgi/logrotate | 0 debian/rules | 4 +--- debian/live-helper.cron.daily => examples/cron/cron.daily | 0 debian/live-helper.default => examples/cron/default | 0 5 files changed, 1 insertion(+), 3 deletions(-) rename {examples/cron => cgi}/crontab (100%) rename debian/live-helper.logrotate => cgi/logrotate (100%) rename debian/live-helper.cron.daily => examples/cron/cron.daily (100%) mode change 100644 => 100755 rename debian/live-helper.default => examples/cron/default (100%) diff --git a/examples/cron/crontab b/cgi/crontab similarity index 100% rename from examples/cron/crontab rename to cgi/crontab diff --git a/debian/live-helper.logrotate b/cgi/logrotate similarity index 100% rename from debian/live-helper.logrotate rename to 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 old mode 100644 new mode 100755 similarity index 100% rename from debian/live-helper.cron.daily rename to examples/cron/cron.daily diff --git a/debian/live-helper.default b/examples/cron/default similarity index 100% rename from debian/live-helper.default rename to examples/cron/default