The branch, master has been updated
via c3cc565432ae4edf6a1926dfd13848311605afac (commit)
from d95ae2826970e6401b18ac959abf8891e88b93b1 (commit)
- Shortlog ------------------------------------------------------------
c3cc565 debian/rules: include cputable ostable triplettable in build-tree
Summary of changes:
ChangeLog | 3 +++
debian/rules | 1 +
2 files changed, 4 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit c3cc565432ae4edf6a1926dfd13848311605afac
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date: Mon Oct 15 13:51:32 2007 +0200
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 a1792c1..941c39a 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 <[EMAIL PROTECTED]>
diff --git a/debian/rules b/debian/rules
index e08bf3e..182c4c2 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
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]