-reprepro-env include unstable $changesfile
-reprepro-env copy stable unstable ${Source} \
- $(perl '-F:\s+' -lane 'print $F[1]." " if /^Binary/' <$changesfile)
+for i in $changesfile; do
+ reprepro-env include unstable $i
+ reprepro-env copy stable unstable \
+ $(perl '-F:\s+' -lane 'print $F[1]." " if /^Binary/' <$i)
+done
+reprepro-env copy stable unstable ${Source}