]> git.saurik.com Git - apt.git/blobdiff - test/integration/framework
changelog: Respect Dir setting for local changelog getting
[apt.git] / test / integration / framework
index 677c40711ba842bbdab7c71072699e4f75f5d4de..ec57a23c34b7e0fbc194793b373ed161cceadb49 100644 (file)
@@ -195,6 +195,9 @@ aptinternalplanner() { runapt "${APTINTERNALPLANNER}" "$@"; }
 dpkg() {
        "${TMPWORKINGDIRECTORY}/rootdir/usr/bin/dpkg" "$@"
 }
+dpkg_version() {
+       command perl -MDpkg -E 'say $Dpkg::PROGVERSION'
+}
 dpkgcheckbuilddeps() {
        command dpkg-checkbuilddeps --admindir="${TMPWORKINGDIRECTORY}/rootdir/var/lib/dpkg" "$@"
 }