fixing export of debian sources again after blocklist export mechanism
authorAdrian Schröter <adrian@suse.de>
Mon, 27 Apr 2009 11:50:44 +0000 (11:50 +0000)
committerAdrian Schröter <adrian@suse.de>
Mon, 27 Apr 2009 11:50:44 +0000 (11:50 +0000)
build

diff --git a/build b/build
index b77cc6e..1993ba8 100755 (executable)
--- a/build
+++ b/build
@@ -1605,7 +1605,7 @@ if test -n "$RUNNING_IN_VM" -a -n "$VM_SWAP"; then
            computeblocklists $args $TOPDIR/RPMS/*/*.rpm $TOPDIR/SRPMS/*.rpm > "$VM_SWAP"
            ;;
        dsc)
-           computeblocklists $args $TOPDIR/DEBS/*.deb > "$VM_SWAP"
+           computeblocklists $args $TOPDIR/DEBS/*.deb $TOPDIR/SOURCES.DEB/* > "$VM_SWAP"
            ;;
        kiwi)
            computeblocklists $args $TOPDIR/KIWI/* > "$VM_SWAP"