From: Raphael Hertzog Date: Mon, 15 Oct 2007 11:51:32 +0000 (+0200) Subject: debian/rules: include cputable ostable triplettable in build-tree X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3cc565432ae4edf6a1926dfd13848311605afac;p=dpkg debian/rules: include cputable ostable triplettable in build-tree They can be needed during 'make check' (the non-regressions tests in the scripts directory) as Dpkg.pm exports $pkgdatadir as "..". --- diff --git a/ChangeLog b/ChangeLog index a1792c19..941c39af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * scripts/Dpkg/Version.pm: fix compare_versions to handle properly the >= cases (it was improperly handled like >> due to a bad regexp). + * debian/rules: include cputable ostable triplettable in + build-tree so that they are available during make check (Dpkg.pm + exports ".." as $pkgdatadir during tests). 2007-10-14 Raphael Hertzog diff --git a/debian/rules b/debian/rules index e08bf3ec..182c4c2a 100755 --- a/debian/rules +++ b/debian/rules @@ -53,6 +53,7 @@ build-tree/config.status: configure --localstatedir=/var/lib \ --with-zlib=static \ --with-bz2=static + cp cputable ostable triplettable build-tree/ # Build the package in build-tree build: build-tree/config.status