all: incoming REPREPRO_BASE_DIR = $(CURDIR) REPREPRO = reprepro REPREPRO_FLAGS = \ -b $(REPREPRO_BASE_DIR) reprepro = $(REPREPRO) $(REPREPRO_FLAGS) incoming: $(reprepro) processincoming default chinook: find pool/haze -name "*_armel.deb" -or -name "*_all.deb" > .cache/chinook-haze-armel.txt find pool/haze -name "*.dsc" > .cache/chinook-haze-source.txt apt-ftparchive generate haze.conf find pool/salut -name "*_armel.deb" -or -name "*_all.deb" > .cache/chinook-salut-armel.txt find pool/salut -name "*.dsc" > .cache/chinook-salut-source.txt apt-ftparchive generate salut.conf find pool/idle -name "*_armel.deb" -or -name "*_all.deb" > .cache/chinook-idle-armel.txt find pool/idle -name "*.dsc" > .cache/chinook-idle-source.txt apt-ftparchive generate idle.conf cat .cache/contents-haze .cache/contents-salut .cache/contents-idle > dists/chinook/Contents-armel gzip -c9 < dists/chinook/Contents-armel > dists/chinook/Contents-armel.gz