1999-11-11 17:27:05 -01:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
2019-01-13 22:22:59 -01:00
|
|
|
# Uncomment this to turn on verbose mode.
|
|
|
|
# #export DH_VERBOSE=1
|
1999-11-11 17:27:05 -01:00
|
|
|
|
2019-01-13 22:22:59 -01:00
|
|
|
%:
|
|
|
|
dh $@
|
1999-11-11 17:27:05 -01:00
|
|
|
|
2019-01-13 22:22:59 -01:00
|
|
|
override_dh_auto_clean:
|
|
|
|
:
|
1999-11-11 17:27:05 -01:00
|
|
|
|
2019-01-13 22:22:59 -01:00
|
|
|
override_dh_auto_install:
|
2008-11-23 17:04:12 -01:00
|
|
|
cp -r contrib tools tasks data Makefile README README.devel build.sh \
|
2008-10-14 08:22:10 +00:00
|
|
|
build_all.sh update-cd easy-build.sh README.easy-build \
|
2008-10-14 08:22:03 +00:00
|
|
|
debian/debian-cd/usr/share/debian-cd/
|
2011-10-15 08:27:21 +00:00
|
|
|
cp CONF.sh debian/debian-cd/etc/debian-cd/conf.sh
|
1999-11-11 17:27:05 -01:00
|
|
|
ln -sf /etc/debian-cd/conf.sh \
|
|
|
|
debian/debian-cd/usr/share/debian-cd/CONF.sh
|
2001-09-16 12:59:27 +00:00
|
|
|
find debian/debian-cd/usr/share/debian-cd/tools/boot \
|
|
|
|
\( -name 'boot-*' -o -name 'post-boot-*' \) -a \! -name '*.txt' \
|
2011-11-06 12:34:06 -01:00
|
|
|
-a \! -name '*.calc' -a \! -name boot-x86 -a \! -name boot-kfreebsd \
|
2018-02-03 23:49:12 -01:00
|
|
|
-a \! -name boot-hurd -a \! -name '*common' | xargs chmod 0755
|
2010-11-14 15:24:22 -01:00
|
|
|
cd debian/debian-cd/usr/share/debian-cd/contrib && chmod 755 cronjob.* ftp.cron \
|
|
|
|
generate_firmware_images iso_run jigdo-watcher \
|
|
|
|
merge-sums mkjigsnap mklist mktorrent \
|
2019-01-11 12:31:34 -01:00
|
|
|
report_build_error testingcds
|