#!/bin/sh
apt-ftparchive packages . > ./Packages 
apt-ftparchive sources . > ./Sources 

cat<<EOF > ./Release
Archive: etch
Component: main
Origin: etch-backports
Label: etch-backports
Architecture: i386
EOF

