Преглед изворни кода

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 "..".
Raphael Hertzog пре 19 година
родитељ
комит
c3cc565432
2 измењених фајлова са 4 додато и 0 уклоњено
  1. 3 0
      ChangeLog
  2. 1 0
      debian/rules

+ 3 - 0
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  <hertzog@debian.org>
 

+ 1 - 0
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