* Include the version of alien that generated a deb or rpm in the

description. Closes: #220763
   * Also put it in the changelog of debian packages.
This commit is contained in:
joey
2003-11-18 04:21:20 +00:00
parent 8117ea95d7
commit d9b05102c4
4 changed files with 15 additions and 12 deletions

View File

@@ -36,7 +36,7 @@ extra_install:
alien:
perl -pe ' \
$$_="" if /use lib/; \
$$_="\tmy \$$version_string=\"$(VER)\";\n" \
$$_="our \$$Version=\"$(VER)\";\n" \
if /VERSION_AUTOREPLACE/' alien.pl > alien
}
}