TARGET=.

all:
	@touch Release
	@apt-ftparchive packages $(TARGET) | tee $(TARGET)/Packages | gzip -c > $(TARGET)/Packages.gz

