$DONOR_DIR =~ s{[^/]+$}{$DONOR_IMPORT_DIR} or die "$0 ?";
} else {
$DONOR_DIR = "../catacomb";
+ chomp ($DONOR_VERSION = capturex @with_dir, $DONOR_DIR,
+ "git", "describe", "--abbrev=4", "--dirty=+");
+ chomp ($DONOR_REVISION = capturex @with_dir, $DONOR_DIR,
+ "git", "rev-parse", "HEAD");
}
-chomp ($DONOR_VERSION = capturex @with_dir, $DONOR_DIR,
- "git", "describe", "--abbrev=4", "--dirty=+");
-chomp ($DONOR_REVISION = capturex @with_dir, $DONOR_DIR,
- "git", "rev-parse", "HEAD");
-
note_path 'debian/copyright', undef;
do { no autodie; mkdir $RECIP_DIR; }