]> git.saurik.com Git - apt.git/blobdiff - test/integration/framework
implement download-only for changelog command which downloads the
[apt.git] / test / integration / framework
index d91599f1bb050201cfd640ec8d55cd7e35c75395..e10709079907410bbc63b977d8ed2bb92b00aa58 100644 (file)
@@ -272,6 +272,9 @@ Package: $NAME" > ${BUILDDIR}/debian/control
        for SRC in $SRCS; do
                echo "pool/${SRC}" >> ${BUILDDIR}/../${RELEASE}.${DISTSECTION}.srclist
        done
+       mkdir -p ${BUILDDIR}/../${NAME}_${VERSION}
+       cp ${BUILDDIR}/debian/changelog ${BUILDDIR}/../${NAME}_${VERSION}/
+       cp ${BUILDDIR}/debian/changelog ${BUILDDIR}/../${NAME}_${VERSION}.changelog
        rm -rf "${BUILDDIR}"
        msgdone "info"
 }