[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r6087 - in glibc-package/branches/eglibc-2.19/debian: . tests



Author: adconrad
Date: 2014-05-20 07:24:34 +0000 (Tue, 20 May 2014)
New Revision: 6087

Modified:
   glibc-package/branches/eglibc-2.19/debian/changelog
   glibc-package/branches/eglibc-2.19/debian/tests/control
   glibc-package/branches/eglibc-2.19/debian/tests/rebuild
Log:
Adjust autopkgtest to build the package within the test instead of
having a simple "/bin/true" test. This avoids copying the sizable
built tree between host and VM twice.

Modified: glibc-package/branches/eglibc-2.19/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.19/debian/changelog	2014-05-19 14:55:07 UTC (rev 6086)
+++ glibc-package/branches/eglibc-2.19/debian/changelog	2014-05-20 07:24:34 UTC (rev 6087)
@@ -83,6 +83,11 @@
     - debian/patches/hurd-i386/unsubmitted-gnumach.defs.diff: Rebased.
     - update testsuite hurd-i386 results.
 
+  [ Martin Pitt ]
+  * Adjust autopkgtest to build the package within the test instead of
+    having a simple "/bin/true" test. This avoids copying the sizable
+    built tree between host and VM twice.
+
   [ Petr Salinger ]
   * kfreebsd/local-nscd-nosendfile-fix.diff: remove, fixed upstream.
   * kfreebsd/local-no-execfn.diff: new patch, 

Modified: glibc-package/branches/eglibc-2.19/debian/tests/control
===================================================================
--- glibc-package/branches/eglibc-2.19/debian/tests/control	2014-05-19 14:55:07 UTC (rev 6086)
+++ glibc-package/branches/eglibc-2.19/debian/tests/control	2014-05-20 07:24:34 UTC (rev 6087)
@@ -1,3 +1,3 @@
 Tests: rebuild
-Depends: build-essential
-Restrictions: build-needed
+Depends: @builddeps@
+Restrictions: allow-stderr

Modified: glibc-package/branches/eglibc-2.19/debian/tests/rebuild
===================================================================
--- glibc-package/branches/eglibc-2.19/debian/tests/rebuild	2014-05-19 14:55:07 UTC (rev 6086)
+++ glibc-package/branches/eglibc-2.19/debian/tests/rebuild	2014-05-20 07:24:34 UTC (rev 6087)
@@ -1 +1,3 @@
-#!/bin/true
+#!/bin/sh
+set -e
+dpkg-buildpackage -us -uc -b


Reply to: